SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

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.

csUnknown0
csGood1
csRevoked2

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.

rrUnknown0x0000
rrUnspecified0x0001
rrKeyCompromise0x0002
rrCACompromise0x0004
rrAffiliationChanged0x0008
rrSuperseded0x0010
rrCessationOfOperation0x0020
rrCertificateHold0x0040
rrRemoveFromCRL0x0080
rrPrivilegeWithdrawn0x0100
rrAACompromise0x0200

SerialNumber
TBytes

The certificate serial number.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]