Uses of Interface
java.security.cert.CertPathParameters
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of CertPathParameters in java.security.cert
Classes in java.security.cert that implement CertPathParameters Modifier and Type Class Description classPKIXBuilderParametersThe parameter specification for a PKIXCertPathBuilderalgorithm used tobuildcertificate chains validated with the PKIX certification path validation.classPKIXParametersThis class implements the parameters for thePKIX CertPathValidator.Methods in java.security.cert with parameters of type CertPathParameters Modifier and Type Method Description CertPathBuilderResultCertPathBuilder. build(CertPathParameters params)Builds a certification path with the specified algorithm parameters.abstract CertPathBuilderResultCertPathBuilderSpi. engineBuild(CertPathParameters params)Builds a certification path with the specified algorithm parameters.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 CertPathParameters in javax.net.ssl
Methods in javax.net.ssl that return CertPathParameters Modifier and Type Method Description CertPathParametersCertPathTrustManagerParameters. getParameters()Returns a copy of the certification path parameters.Constructors in javax.net.ssl with parameters of type CertPathParameters Constructor Description CertPathTrustManagerParameters(CertPathParameters parameters)Creates a newCertPathTrustManagerParameterswith the specified certification path parameters. -
Uses of CertPathParameters in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type CertPathParameters Modifier and Type Method Description CertPathBuilderResultPKIXCertPathBuilderSpi. engineBuild(CertPathParameters params)Build and validate a CertPath using the given parameter.CertPathValidatorResultPKIXCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params) -
Uses of CertPathParameters in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement CertPathParameters Modifier and Type Class Description classExtendedPKIXBuilderParametersThis class contains extended parameters for PKIX certification path builders.classExtendedPKIXParametersThis class extends the PKIXParameters with a validity model parameter.