public class Win32Certificate extends Certificate
Modifier and Type | Method and Description |
---|---|
void |
delete() |
void |
exportToPfx(java.lang.String pfxFilePath)
Exports the certificate in PFX format, to the given file path.
|
protected void |
finalize() |
Win32Certificate |
findRootCertificate(Win32CertificateLocation certStoreLocation,
Win32CertificateStore certStore)
Attempts to locate a root certificate for this certificate, in the given certificate store.
|
java.lang.String |
getCertificateName()
Gets the name of the certificate.
|
protected static long |
getCPtr(Win32Certificate obj) |
java.lang.String |
getIssuerName()
Gets the name of the issuer of the certificate.
|
getCPtr
protected static long getCPtr(Win32Certificate obj)
protected void finalize()
finalize
in class Certificate
public void delete()
delete
in class Certificate
public java.lang.String getCertificateName()
public java.lang.String getIssuerName()
public void exportToPfx(java.lang.String pfxFilePath)
public Win32Certificate findRootCertificate(Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore)