CRLEntryInfo Type
Represents a single entry of a Certificate Revocation List (CRL).
Remarks
This object contains revocation information for a particular certificate entry in the CRL.
Fields
CertStatus TsbxCertStatuses |
Returns the status of the certificate.
| |||||||||||||||||||||||||||||||||
Handle Int64 |
Allows to get or set a 'handle', a unique identifier of the underlying property object. Use this property to assign objects of the same type in a quicker manner, without copying them fieldwise. When you pass a handle of one object to another, the source object is copied to the destination rather than assigned. It is safe to get rid of the original object
after such operation.
pdfSigner.setSigningCertHandle(certMgr.getCertHandle()); | |||||||||||||||||||||||||||||||||
RevocationDate String |
The time and date when the certificate gets revoked or cancelled. | |||||||||||||||||||||||||||||||||
RevocationReason Integer |
Specifies the reason for certificate revocation.
| |||||||||||||||||||||||||||||||||
SerialNumber TBytes |
The certificate serial number. |