java.security.cert
Uses of Interface CertPathValidatorResult
Uses of CertPathValidatorResult in java.security.cert
Modifier and Type | Class and Description |
---|---|
|
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification
path builder algorithm.
|
|
PKIXCertPathValidatorResult
This class represents the successful result of the PKIX certification
path validation algorithm.
|
Modifier and Type | Method and Description |
---|---|
|
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.
|