Uses of Class
java.security.cert.PKIXCertPathChecker
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
-
Uses of PKIXCertPathChecker in java.security.cert
Methods in java.security.cert that return types with arguments of type PKIXCertPathChecker Modifier and Type Method Description List<PKIXCertPathChecker>PKIXParameters. getCertPathCheckers()Returns the list of checkers for the certification path.Methods in java.security.cert with parameters of type PKIXCertPathChecker Modifier and Type Method Description voidPKIXParameters. addCertPathChecker(PKIXCertPathChecker checker)Adds the specifiedPKIXCertPathCheckerto the list of certification path checkers.Method parameters in java.security.cert with type arguments of type PKIXCertPathChecker Modifier and Type Method Description voidPKIXParameters. setCertPathCheckers(List<PKIXCertPathChecker> certPathCheckers)Sets the list of checkers for the certification path.