Package | Description |
---|---|
java.security.cert |
Modifier and Type | Class and Description |
---|---|
class |
PKIXCertPathBuilderResult
The result of calling the
CertPathBuilder.build(java.security.cert.CertPathParameters) method
of PKIX CertPathBuilder s. |
class |
PKIXCertPathValidatorResult
Results returned by the
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
method for PKIX CertPathValidator s. |
Modifier and Type | Method and Description |
---|---|
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath,
CertPathParameters params)
Attempt to validate a certificate path.
|
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath,
CertPathParameters params)
Attempt to validate a certificate path.
|