Uses of Interface
java.security.cert.CertPathBuilderResult
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CertPathBuilderResult in java.security.cert
Modifier and TypeClassDescriptionclass
This class represents the successful result of the PKIX certification path builder algorithm.Modifier and TypeMethodDescriptionfinal CertPathBuilderResult
CertPathBuilder.build
(CertPathParameters params) Attempts to build a certification path using the specified algorithm parameter set.abstract CertPathBuilderResult
CertPathBuilderSpi.engineBuild
(CertPathParameters params) Attempts to build a certification path using the specified algorithm parameter set.