Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.cert.Certificate

Uses of Certificate in java.security.cert
 

Subclasses of Certificate in java.security.cert
 class X509Certificate
          X509Certificate is the abstract class for X.509 certificates.
 

Methods in java.security.cert that return Certificate
abstract  Certificate CertificateFactorySpi.engineGenerateCertificate(java.io.InputStream inStream)
          Generates a Certificate based on the encoded data read from the InputStream.
 Certificate CertificateFactory.generateCertificate(java.io.InputStream inStream)
          Generates a Certificate from the encoded data read from an InputStream.
 

Methods in java.security.cert with parameters of type Certificate
 boolean X509CertSelector.match(Certificate certificate)
          Match a certificate.
abstract  void PKIXCertPathChecker.check(Certificate cert, java.util.Collection unresolvedCritExts)
          Checks a certificate, removing any critical extensions that are resolved in this check.
 boolean CertSelector.match(Certificate cert)
          Match a certificate according to this selector's criteria.
abstract  boolean CRL.isRevoked(Certificate cert)
          Determines whether or not the specified Certificate is revoked.