Uses of Class
java.security.cert.Certificate

Uses of Certificate in java.security.cert
 

Subclasses of Certificate in java.security.cert
 class X509Certificate
           Abstract class for X.509 certificates.
 

Methods in java.security.cert that return Certificate
abstract  Certificate CertificateFactorySpi.engineGenerateCertificate(InputStream inStream)
          Generates a certificate object and initializes it with the data read from the input stream inStream.
 Certificate PKIXCertPathValidatorResult.getTrustedCert()
          Returns the certificate containing the public key of the most-trusted CA.
 Certificate CertificateFactory.generateCertificate(InputStream inStream)
          Generates a certificate object and initializes it with the data read from the input stream inStream.
 

Methods in java.security.cert with parameters of type Certificate
abstract  void PKIXCertPathChecker.check(Certificate cert, Collection unresolvedCritExts)
          Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
 boolean CertSelector.match(Certificate cert)
          Decides whether a Certificate should be selected.
abstract  boolean CRL.isRevoked(Certificate cert)
          Checks whether the given certificate is on this CRL.
 boolean X509CertSelector.match(Certificate cert)
          Decides whether a Certificate should be selected.
 

Constructors in java.security.cert with parameters of type Certificate
PKIXCertPathValidatorResult(Certificate trustedCert, PolicyNode policyTree, PublicKey subjectPublicKey)
          Creates an instance of PKIXCertPathValidatorResult containing the specified parameters.
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.