java.security.cert
Uses of Interface CertPathParameters
Uses of CertPathParameters in java.security.cert
Modifier and Type | Class and Description |
---|---|
|
PKIXBuilderParameters
Parameters used as input for the PKIX
CertPathBuilder
algorithm.
|
|
PKIXParameters
Parameters used as input for the PKIX
CertPathValidator
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.
|
|
CertPathValidatorSpi.engineValidate(CertPath certPath,CertPathParameters params)
Validates the specified certification path using the specified
algorithm parameter set.
|
CertPathValidator.validate(CertPath cp,CertPathParameters param)
Validates the specified certification path using the specified
algorithm parameter set.
|