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