public static interface BCFKSLoadStoreParameter.CertChainValidator
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(X509Certificate[] chain)
Return true if the passed in chain is valid, false otherwise.
|
boolean isValid(X509Certificate[] chain)
chain
- the certChain we know about, the end-entity is at position 0.Copyright © 2021 BouncyCastle.org. All rights reserved.