java.security.cert
Uses of Class PKIXCertPathChecker
Uses of PKIXCertPathChecker in java.security.cert
Modifier and Type | Method and Description |
---|---|
PKIXParameters.getCertPathCheckers()
Returns the
List of certification path checkers.
|
Modifier and Type | Method and Description |
---|---|
|
PKIXParameters.addCertPathChecker(PKIXCertPathChecker checker)
Adds a
PKIXCertPathChecker to the list of certification
path checkers.
|
Modifier and Type | Method and Description |
---|---|
|
PKIXParameters.setCertPathCheckers(List<PKIXCertPathChecker> checkers)
Sets a
List of additional certification path checkers.
|