GNU Classpath (0.95) | |
Frames | No Frames |
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 | 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) |
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) |
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.
|
GNU Classpath (0.95) |