|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV NEXT | ||||||||
Uses of Interface
java.security.cert.CertPathValidatorResult
| Uses of CertPathValidatorResult in java.security.cert |
| Classes in java.security.cert that implement CertPathValidatorResult | |
class |
PKIXCertPathBuilderResult
The result of calling the CertPathBuilder.build(java.security.cert.CertPathParameters) 55 method
of PKIX CertPathBuilders. |
class |
PKIXCertPathValidatorResult
Results returned by the CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters) 55
method for PKIX CertPathValidators. |
| Methods in java.security.cert that return CertPathValidatorResult | |
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. |
|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV NEXT | ||||||||