Uses of Class
com.dstc.security.pki.X509CRLGenException

Packages that use X509CRLGenException
com.dstc.security.pki This package defines classes and interfaces for certification requests and certificate and CRL generation. 
 

Uses of X509CRLGenException in com.dstc.security.pki
 

Methods in com.dstc.security.pki that throw X509CRLGenException
 void X509CRLGen.setAuthorityKeyIdentifier(byte[] keyId)
           Set the issuer's AuthorityKeyIdentifier extension for this CRL.
 void X509CRLGen.setCRLNumber(BigInteger num)
           Set this CRL's CRLNumber extension.
 X509CRL X509CRLGen.generateCRL()
           Returns the CRL being generated by this X509CRLGen object.
 

Constructors in com.dstc.security.pki that throw X509CRLGenException
X509CRLGen.X509CRLGen(PrivateKey key, String alg, X509Certificate cert)
           Constructs X509CRLGen from the signer's private key, the signature algorithm and the signer's certificate.
X509CRLGen.X509CRLGen(PrivateKey key, String alg, String provider, X509Certificate cert)
           Constructs X509CRLGen from the signer's private key, the signature algorithm, the provider for the Signature object to be used and the signer's certificate.