|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchapter7.X509CRLExample
public class X509CRLExample
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 |
---|
public X509CRLExample()
Method Detail |
---|
public static java.security.cert.X509CRL createCRL(java.security.cert.X509Certificate caCert, java.security.PrivateKey caKey, java.math.BigInteger revokedSerialNumber) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |