public class SecureCertData
extends java.lang.Object
Constructor and Description |
---|
SecureCertData(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
actualNameList()
Gets the actual certificate names list
The function gets the actual certificate names list.
|
java.lang.String |
certDataPEM()
Gets the certificate itself
The function gets the certificate itself, PEM encoded.
|
java.lang.String |
certIssuer()
Gets the certificate's issuer
|
java.lang.String |
certNotAfter()
Gets the certificate's end of validity
|
java.lang.String |
certNotBefore()
Gets the certificate's start of validity
|
java.lang.String |
certSubject()
Gets the certificate's subject
|
int |
errorMask()
Gets the mask of errors for the certificate
Bit-field of CertificateError
|
java.lang.String |
expectedName()
Gets the expected subject name for the certificate
The function gets the expected subject name for the certificate.
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
public SecureCertData(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public int errorMask()
CertificateError
public java.lang.String certSubject()
public java.lang.String certIssuer()
public java.lang.String certNotBefore()
public java.lang.String certNotAfter()
public java.lang.String expectedName()
public java.lang.String actualNameList()
public java.lang.String certDataPEM()