Example usage for Java java.security.cert CertPathValidator fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getDefaultType() Returns the default CertPathValidator type as specified by the certpathvalidator.type security property, or the string "PKIX" if no such property exists. |
CertPathValidator | getInstance(String algorithm) Returns a CertPathValidator object that implements the specified algorithm. |
CertPathValidator | getInstance(String algorithm, String provider) Returns a CertPathValidator object that implements the specified algorithm. |
CertPathValidator | getInstance(String algorithm, Provider provider) Returns a CertPathValidator object that implements the specified algorithm. |
CertPathValidatorResult | validate(CertPath certPath, CertPathParameters params) Validates the specified certification path using the specified algorithm parameter set. |