Uses of Interface
java.security.cert.CertPathValidatorResult
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CertPathValidatorResult in java.security.cert
Modifier and TypeClassDescriptionclass
This class represents the successful result of the PKIX certification path builder algorithm.class
This class represents the successful result of the PKIX certification path validation algorithm.Modifier and TypeMethodDescriptionabstract CertPathValidatorResult
CertPathValidatorSpi.engineValidate
(CertPath certPath, CertPathParameters params) Validates the specified certification path using the specified algorithm parameter set.final CertPathValidatorResult
CertPathValidator.validate
(CertPath certPath, CertPathParameters params) Validates the specified certification path using the specified algorithm parameter set.