|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV NEXT | ||||||||
Uses of Class
java.security.cert.CertPathValidatorException
| Uses of CertPathValidatorException in java.security.cert |
| Methods in java.security.cert that throw CertPathValidatorException | |
abstract void |
PKIXCertPathChecker.init(boolean forward)
Initialize this PKIXCertPathChecker. |
abstract void |
PKIXCertPathChecker.check(Certificate cert,
java.util.Collection unresolvedCritExts)
Checks a certificate, removing any critical extensions that are resolved in this check. |
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 | ||||||||