chapter7
Class X509CRLExample

java.lang.Object
  extended by chapter7.X509CRLExample

public class X509CRLExample
extends java.lang.Object

Basic Example of generating and using a CRL.


Constructor Summary
X509CRLExample()
           
 
Method Summary
static java.security.cert.X509CRL createCRL(java.security.cert.X509Certificate caCert, java.security.PrivateKey caKey, java.math.BigInteger revokedSerialNumber)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CRLExample

public X509CRLExample()
Method Detail

createCRL

public static java.security.cert.X509CRL createCRL(java.security.cert.X509Certificate caCert,
                                                   java.security.PrivateKey caKey,
                                                   java.math.BigInteger revokedSerialNumber)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Examples from "Beginning Cryptography with Java"