dhkim.ca
Class InternalCRL
java.lang.Object
|
+--dhkim.ca.InternalCRL
- public class InternalCRL
- extends java.lang.Object
Constructor Summary |
InternalCRL(javax.swing.JTextArea outputArea,
sun.security.x509.X500Name issuer,
java.security.PrivateKey caPrivateKey)
|
Method Summary |
static void |
generateCRL()
|
static java.security.cert.X509CRL |
importCRL(java.lang.String filename)
|
static void |
updateCRL(java.security.cert.X509Certificate revoke_certificate)
|
static void |
viewCRL(javax.swing.JTextArea outputArea)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalCRL
public InternalCRL(javax.swing.JTextArea outputArea,
sun.security.x509.X500Name issuer,
java.security.PrivateKey caPrivateKey)
updateCRL
public static void updateCRL(java.security.cert.X509Certificate revoke_certificate)
generateCRL
public static void generateCRL()
viewCRL
public static void viewCRL(javax.swing.JTextArea outputArea)
importCRL
public static java.security.cert.X509CRL importCRL(java.lang.String filename)