Uses of Class java.security.cert.CertPath

Uses in package java.security.cert

Constructors with parameter type java.security.cert.CertPath

Create an exception with a cause, message, failed object, and index of failure in that CertPath.
PKIXCertPathBuilderResult.PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.

Methods with parameter type java.security.cert.CertPath

CertPathValidatorResult
Attempt to validate a certificate path.
CertPathValidatorResult
Attempt to validate a certificate path.

Methods with return type java.security.cert.CertPath

CertPath
CertificateFactorySpi.engineGenerateCertPath(Certificate> certificates)
Generate a CertPath and initialize it with the certificates in the List argument.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
CertPath
CertificateFactory.generateCertPath(Certificate> certificates)
Generate a CertPath and initialize it with the certificates in the List argument.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
CertPath
Get the certificate path that was built.
CertPath
Get the certificate path that had the failure, or null.
CertPath
Returns the certificate path that was built.