rozdzial7
Class X509CRLExample

java.lang.Object
  extended byrozdzial7.X509CRLExample

public class X509CRLExample
extends java.lang.Object

Prosty przykład generowania i używania listy 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


Przykłady do książki Kryptografia w Javie – Podstawy