Interface X509VerifierInterface

All Known Implementing Classes:
KeyStoreVerifier

public interface X509VerifierInterface
Common interface for X509 signature validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Verify certificate path.
  • Method Details

    • verifyCertificatePath

      boolean verifyCertificatePath(X509Certificate[] certificatePath)
      Verify certificate path.
      Parameters:
      certificatePath - The path to be validated
      Returns:
      true if the path is verified and trusted