Uses of Interface
java.security.cert.CertPathBuilderResult
Packages that use 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
Classes in java.security.cert that implement CertPathBuilderResultModifier and TypeClassDescriptionclass
This class represents the successful result of the PKIX certification path builder algorithm.Methods in java.security.cert that return CertPathBuilderResultModifier 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.