Package org.bouncycastle.jcajce
Interface BCFKSLoadStoreParameter.CertChainValidator
- Enclosing class:
BCFKSLoadStoreParameter
public static interface BCFKSLoadStoreParameter.CertChainValidator
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isValid
(X509Certificate[] chain) Return true if the passed in chain is valid, false otherwise.
-
Method Details
-
isValid
Return true if the passed in chain is valid, false otherwise.- Parameters:
chain
- the certChain we know about, the end-entity is at position 0.- Returns:
- true if valid, false otherwise.
-