java.security.cert

Uses of Class PKIXCertPathChecker

Uses of PKIXCertPathChecker in java.security.cert

Modifier and Type Method and Description
  1. List<PKIXCertPathChecker>
PKIXParameters.getCertPathCheckers()
Returns the List of certification path checkers.
Modifier and Type Method and Description
  1. void
PKIXParameters.addCertPathChecker(PKIXCertPathChecker checker)
Adds a PKIXCertPathChecker to the list of certification path checkers.
Modifier and Type Method and Description
  1. void
PKIXParameters.setCertPathCheckers(List<PKIXCertPathChecker> checkers)
Sets a List of additional certification path checkers.