Package org.bouncycastle.jcajce
Interface BCFKSLoadStoreParameter.CertChainValidator
-
- Enclosing class:
- BCFKSLoadStoreParameter
public static interface BCFKSLoadStoreParameter.CertChainValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(java.security.cert.X509Certificate[] chain)
Return true if the passed in chain is valid, false otherwise.
-