Uses of Interface
java.security.cert.CertPathValidatorResult
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.provider |
-
Uses of CertPathValidatorResult in java.security.cert
Classes in java.security.cert that implement CertPathValidatorResult Modifier and Type Class Description classPKIXCertPathBuilderResultThe result of the PKIX certification path builder, returned byCertPathBuilder.build(CertPathParameters).classPKIXCertPathValidatorResultThe implementation of the result of the PKIX certification path validation.Methods in java.security.cert that return CertPathValidatorResult Modifier and Type Method Description abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters. -
Uses of CertPathValidatorResult in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return CertPathValidatorResult Modifier and Type Method Description CertPathValidatorResultPKIXCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)