Method Summary |
|
public boolean | createCertificate(byte[] data) Creates a new certificate. |
public byte[] | getCertificate() Returns DER encoded new certificate. |
public byte[] | getIssuerAndSerialNumber() Returns IssuerAndSerialNumber data structure for generated certificate. |
public byte[] | getPkiPath() Returns PkiPath data structure for generated certificate. |
public String | getStatus() Returns current status. |
public static synchronized boolean | init(Object o) Initializes the CA.
Parameters: o - servlet instance that should be used to obtain keystore ornull if keystore should be opened as file. |