public class PemCertificate extends Certificate
Constructor and Description |
---|
PemCertificate(java.lang.String pathToCert) |
PemCertificate(java.lang.String pathToCert,
java.lang.String password)
Loads a .pem certificate, using the given file path and password.
|
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(PemCertificate obj) |
getCPtr
public PemCertificate(java.lang.String pathToCert, java.lang.String password)
public PemCertificate(java.lang.String pathToCert)
protected static long getCPtr(PemCertificate obj)
protected void finalize()
finalize
in class Certificate
public void delete()
delete
in class Certificate