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

Quick Search    Search Deep

Uses of Class
java.security.cert.CRLException

Uses of CRLException in java.security.cert
 

Methods in java.security.cert that throw CRLException
abstract  byte[] X509CRLEntry.getEncoded()
          Gets the DER ASN.1 encoded format for this CRL Entry, the inner SEQUENCE.
abstract  byte[] X509CRL.getEncoded()
          Gets the DER ASN.1 encoded format for this X.509 CRL.
abstract  void X509CRL.verify(java.security.PublicKey key)
          Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key.
abstract  void X509CRL.verify(java.security.PublicKey key, java.lang.String sigProvider)
          Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.
abstract  byte[] X509CRL.getTBSCertList()
          Returns the DER ASN.1 encoded tbsCertList which is the basic information of the list and associated certificates in the encoded state.
abstract  CRL CertificateFactorySpi.engineGenerateCRL(java.io.InputStream inStream)
          Generates a CRL based on the encoded data read from the InputStream.
abstract  java.util.Collection CertificateFactorySpi.engineGenerateCRLs(java.io.InputStream inStream)
          Generates CRLs 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.
 java.util.Collection CertificateFactory.generateCRLs(java.io.InputStream inStream)
          Generates CRLs based on the encoded data read from the InputStream.