All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.CAModule

java.lang.Object
   |
   +----semper.certificate.CAModule

public class CAModule
extends Object

Variable Index

 o _initialized
 o CERTIFICATE_CA_DN
 o CLASSNAME
 o MODULE_NAME

Constructor Index

 o CAModule()

Method Index

 o CheckAuthentication(Template)
 o computeDN(Template)
 o generateCAkeys()
 o getName()
 o getNewSerialNumber()
 o init(String)
 o issueCertificate(Registration, CryptoKeyInfo, Scope, CertificateType, Date, Date, Status)
 o makeRegistration(Template)
 o retrieveCApkey()

Variables

 o _initialized
 protected static boolean _initialized
 o CLASSNAME
 protected static String CLASSNAME
 o MODULE_NAME
 protected static String MODULE_NAME
 o CERTIFICATE_CA_DN
 protected static String CERTIFICATE_CA_DN

Constructors

 o CAModule
 public CAModule()

Methods

 o init
 public void init(String ca_dist_name) throws CertificateException
 o getName
 public String getName()
 o retrieveCApkey
 public CryptoKeyInfo retrieveCApkey() throws CertificateException
 o makeRegistration
 public Registration makeRegistration(Template filledTemplate) throws CertificateException
 o issueCertificate
 public Certificate issueCertificate(Registration reg,
                                     CryptoKeyInfo pKey,
                                     Scope scope,
                                     CertificateType type,
                                     Date startValid,
                                     Date endValid,
                                     Status status) throws CertificateException
 o getNewSerialNumber
 public long getNewSerialNumber() throws CertificateException
 o CheckAuthentication
 public boolean CheckAuthentication(Template filledTemplate)
 o generateCAkeys
 public void generateCAkeys() throws CertificateException
 o computeDN
 public String computeDN(Template templ) throws CertificateException

All Packages  Class Hierarchy  This Package  Previous  Next  Index