java.security.cert
Uses of Interface CertPathBuilderResult
Uses of CertPathBuilderResult in java.security.cert
Modifier and Type | Class and Description |
---|---|
|
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification
path builder algorithm.
|
Modifier and Type | Method and Description |
---|---|
CertPathBuilder.build(CertPathParameters params)
Attempts to build a certification path using the specified algorithm
parameter set.
|
|
|
CertPathBuilderSpi.engineBuild(CertPathParameters params)
Attempts to build a certification path using the specified
algorithm parameter set.
|