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

Quick Search    Search Deep

Uses of Class
java.security.cert.CRL

Uses of CRL in java.security.cert
 

Subclasses of CRL in java.security.cert
 class X509CRL
          The X509CRL class is the abstract class used to manage X.509 Certificate Revocation Lists.
 

Methods in java.security.cert that return CRL
abstract  CRL CertificateFactorySpi.engineGenerateCRL(java.io.InputStream inStream)
          Generates a CRL based on the encoded data read from the InputStream.
 CRL CertificateFactory.generateCRL(java.io.InputStream inStream)
          Generates a CRL based on the encoded data read from the InputStream.
 

Methods in java.security.cert with parameters of type CRL
 boolean X509CRLSelector.match(CRL _crl)
          Checks a CRL against the criteria of this selector, returning true if the given CRL matches all the criteria.
 boolean CRLSelector.match(CRL crl)
          Match a given certificate revocation list to this selector's criteria, returning true if it matches, false otherwise.