OCSPResponse Type
Represents a single OCSP response originating from an OCSP responder.
Remarks
OCSP is a protocol that allows verification of certificate status in real-time,
and is an alternative to Certificate Revocation Lists (CRL).
An OCSP response is a snapshot of the certificate status at a given time.
Fields
| |
Bytes TBytes |
Buffer containing raw OCSP response data.
|
EntryCount Integer |
The number of SingleResponse elements contained in this OCSP response.
Each SingleResponse element corresponds to a certificate status.
|
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());
|
Issuer String |
Indicates the issuer of this response (a CA or its authorized representative).
|
IssuerRDN String |
Indicates the RDN of the issuer of this response (a CA or its authorized representative).
|
Location String |
Location of the OCSP responder.
|
ProducedAt String |
Specifies the time when the response was produced, in UTC.
|
Constructors
constructor Create();
Creates an empty OCSP response object.