Uses of Class
java.security.cert.CertPathBuilderSpi
Package | Description |
---|---|
java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
-
Uses of CertPathBuilderSpi in java.security.cert
Constructors in java.security.cert with parameters of type CertPathBuilderSpi Constructor Description CertPathBuilder(CertPathBuilderSpi builderSpi, Provider provider, String algorithm)
Creates aCertPathBuilder
object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.