Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.security.cert.CertPath

Uses in package java.security.cert

Constructors with parameter type java.security.cert.CertPath

CertPathValidatorException.CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
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
CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params)
Attempt to validate a certificate path.
CertPathValidatorResult
CertPathValidator.validate(CertPath certPath, CertPathParameters params)
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
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream)
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream, String encoding)
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
CertificateFactory.generateCertPath(InputStream inStream)
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
CertificateFactory.generateCertPath(InputStream inStream, String encoding)
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
CertPath
CertPathBuilderResult.getCertPath()
Get the certificate path that was built.
CertPath
CertPathValidatorException.getCertPath()
Get the certificate path that had the failure, or null.
CertPath
PKIXCertPathBuilderResult.getCertPath()
Returns the certificate path that was built.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /