java.security.cert

Uses of Interface CertPathValidatorResult

Uses of CertPathValidatorResult in java.security.cert

Modifier and Type Class and Description
  1. class
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification path builder algorithm.
  1. class
PKIXCertPathValidatorResult
This class represents the successful result of the PKIX certification path validation algorithm.
Modifier and Type Method and Description
  1. abstract
  2. CertPathValidatorResult
CertPathValidatorSpi.engineValidate(CertPath certPath,CertPathParameters params)
Validates the specified certification path using the specified algorithm parameter set.
  1. CertPathValidatorResult
CertPathValidator.validate(CertPath cp,CertPathParameters param)
Validates the specified certification path using the specified algorithm parameter set.