Package org.webpki.crypto
Interface X509VerifierInterface
- All Known Implementing Classes:
KeyStoreVerifier
public interface X509VerifierInterface
Common interface for X509 signature validation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanverifyCertificatePath(X509Certificate[] certificatePath) Verify certificate path.
-
Method Details
-
verifyCertificatePath
Verify certificate path.- Parameters:
certificatePath- The path to be validated- Returns:
trueif the path is verified and trusted
-