|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CertPath | |
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
Uses of CertPath in java.security.cert |
Methods in java.security.cert that return CertPath | |
CertPath |
PKIXCertPathBuilderResult.getCertPath()
Returns the built and validated certification path. |
CertPath |
CertPathValidatorException.getCertPath()
Returns the certification path that was being validated when the exception was thrown. |
CertPath |
CertPathBuilderResult.getCertPath()
Returns the built certification path. |
CertPath |
CertificateFactory.generateCertPath(InputStream inStream)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
CertificateFactory.generateCertPath(InputStream inStream,
String encoding)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
CertificateFactory.generateCertPath(List certificates)
Generates a CertPath object and initializes it with
a List of Certificate s. |
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream,
String encoding)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List certificates)
Generates a CertPath object and initializes it with
a List of Certificate s. |
Methods in java.security.cert with parameters of type CertPath | |
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath,
CertPathParameters params)
Validates the specified certification path using the specified algorithm parameter set. |
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath,
CertPathParameters params)
Validates the specified certification path using the specified algorithm parameter set. |
Constructors in java.security.cert with parameters of type CertPath | |
PKIXCertPathBuilderResult(CertPath certPath,
TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates an instance of PKIXCertPathBuilderResult
containing the specified parameters. |
|
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index)
Creates a CertPathValidatorException with the specified
detail message, cause, certification path, and index. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.