Uses of Interface
java.security.cert.CertPathValidatorResult
Packages that use 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
Classes in java.security.cert that implement CertPathValidatorResultModifier 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.Methods in java.security.cert that return CertPathValidatorResultModifier 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.