All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.CAModule
java.lang.Object
|
+----semper.certificate.CAModule
- public class CAModule
- extends Object
-
_initialized
-
-
CERTIFICATE_CA_DN
-
-
CLASSNAME
-
-
MODULE_NAME
-
-
CAModule()
-
-
CheckAuthentication(Template)
-
-
computeDN(Template)
-
-
generateCAkeys()
-
-
getName()
-
-
getNewSerialNumber()
-
-
init(String)
-
-
issueCertificate(Registration, CryptoKeyInfo, Scope, CertificateType, Date, Date, Status)
-
-
makeRegistration(Template)
-
-
retrieveCApkey()
-
_initialized
protected static boolean _initialized
CLASSNAME
protected static String CLASSNAME
MODULE_NAME
protected static String MODULE_NAME
CERTIFICATE_CA_DN
protected static String CERTIFICATE_CA_DN
CAModule
public CAModule()
init
public void init(String ca_dist_name) throws CertificateException
getName
public String getName()
retrieveCApkey
public CryptoKeyInfo retrieveCApkey() throws CertificateException
makeRegistration
public Registration makeRegistration(Template filledTemplate) throws CertificateException
issueCertificate
public Certificate issueCertificate(Registration reg,
CryptoKeyInfo pKey,
Scope scope,
CertificateType type,
Date startValid,
Date endValid,
Status status) throws CertificateException
getNewSerialNumber
public long getNewSerialNumber() throws CertificateException
CheckAuthentication
public boolean CheckAuthentication(Template filledTemplate)
generateCAkeys
public void generateCAkeys() throws CertificateException
computeDN
public String computeDN(Template templ) throws CertificateException
All Packages Class Hierarchy This Package Previous Next Index