Uses of Class
java.security.cert.CertPath

Uses of CertPath in java.security.cert
 

Methods in java.security.cert that return CertPath
 CertPath CertPathValidatorException.getCertPath()
          Returns the certification path that was being validated when the exception was thrown
 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 Certificates.
 CertPath PKIXCertPathBuilderResult.getCertPath()
          Returns the built and validated certification path.
 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 Certificates.
 

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
CertPathValidatorException(String msg, Exception e, CertPath certPath, int index)
          Creates a CertPathValidatorException with the given detail message, internal exception, certification path, and index.
PKIXCertPathBuilderResult(CertPath certPath, Certificate trustedCert, PolicyNode policyTree, PublicKey subjectPublicKey)
          Creates an instance of PKIXCertPathBuilderResult containing the specified parameters.
 



Submit comments/suggestions about this API.
Copyright 1998-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.