SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

CRLManager Component

Properties   Methods   Events   Configuration Settings   Errors  

The CRLManager component supports the importing, exporting, and validation of Certificate Revocation Lists (CRLs).

Syntax

TsbiCRLManager

Remarks

CRLs store information about revoked certificates, i.e., certificates that have been identified as invalid for any number of reasons by the issuing certificate authority (CA). CRLs identify certificates by their serial numbers. Therefore, by knowing the certificate's SerialNumber, its validity status can be checked against a CRL.

Each CRL corresponds to one issuing point, and each Certificate Authority (CA) certificate can have a corresponding CRL which contains information about the certificates signed with this CA certificate.

CAs are not required to issue CRLs if other revocation or certificate status mechanisms are provided. Each CRL must contain the date by which the next CRL will be issued. This date is specified by the NextUpdate field.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

CACertificateThe CA certificate that issues this CRL.
CRLProvides access to general properties of the CRL.
EntryCountThe number of items in the CRL.
EntryInfoRevocation details of the selected certificate status entry.
ExternalCryptoProvides access to external signing and DC parameters.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

AddAdds a new revoked certificate entry.
ClearEmpties the CRL.
ConfigSets or retrieves a configuration setting.
DownloadDownloads a CRL from the specified location.
GetCertEntryIndexReturns the index of the CRL item by the certificate's serial number.
LoadLoads a CRL from a byte array.
LoadFromFileLoads a CRL from a file.
LoadFromStreamLoads a CRL from a stream.
RemoveRemoves the specified entry from the CRL.
SaveSaves the CRL to a byte array.
SaveToFileSaves the CRL to a file.
SaveToStreamSaves this CRL to a stream.
SelectEntryFetches revocation information about the selected certificate from the CRL.
ValidateValidates the CRL signature.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

ErrorInformation about errors during CRL management.
ExternalSignHandles remote or external signing initiated by the SignExternal method or other source.
NotificationThis event notifies the application about an underlying control flow event.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

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