Java java.security.cert CertPathValidator fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertPathValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertPathValidator.

The text is from its open source code.

Method

StringgetDefaultType()
Returns the default CertPathValidator type as specified by the certpathvalidator.type security property, or the string "PKIX" if no such property exists.
CertPathValidatorgetInstance(String algorithm)
Returns a CertPathValidator object that implements the specified algorithm.
CertPathValidatorgetInstance(String algorithm, String provider)
Returns a CertPathValidator object that implements the specified algorithm.
CertPathValidatorgetInstance(String algorithm, Provider provider)
Returns a CertPathValidator object that implements the specified algorithm.
CertPathValidatorResultvalidate(CertPath certPath, CertPathParameters params)
Validates the specified certification path using the specified algorithm parameter set.