EldoS
Navigation
Web site
Support
Table Of Contents

TElCertificateRevocationListEx class

Properties     Methods     Declared in     Licensing    


 

TElCertificateRevocationListEx is a descendant of TElCertificateRevocationList.

 
 

Description

    Use this class to manage Certificate Revocation Lists (CRL).

     CRLs are intended to store information about revoked certificates (i.e. certificates that became not valid for certain reasons).
     Each CRL corresponds to a single issuing point. I.e. each CA certificate can have a corresponding CRL which contains certificates signed with this certificate.
     It should be noted that CRL contains not certificates but information that is required to identify the issued (and later revoked) certificates. This information is the certificate serial number.

     Conforming CAs are not required to issue CRLs if other revocation or certificate status mechanisms are provided.

    Each CRL must contain date by which the next CRL will be issued in the NextUpdate field and following extensions:

  • CRL Number Extension
  • Authority Key Identifier Extension

     In SecureBlackbox 7.0 certificate generation has been moved from TElX509Certificate to TElX509CertificateEx class.
 
 

Properties

Inherited from TElCertificateRevocationList:

  • Count
  • Extensions
  • Issuer
  • Items
  • NextUpdate
  • SignatureAlgorithm
  • ThisUpdate
 
 

Methods

  • SaveToBuffer
  • SaveToBufferPEM
  • SaveToStream
  • SaveToStreamPEM
Inherited from TElCertificateRevocationList:
  • Constructor
  • Destructor
  • Add
  • IsPresent
  • IndexOf
  • LoadFromBuffer
  • LoadFromBufferPEM
  • LoadFromStream
  • LoadFromStreamPEM
  • Remove
  • Validate
 
 

Declared in

.NET:

  • Namespace: SBCRLEx
  • Assembly: SecureBlackbox.PKI
VCL:
  • Unit: SBCRLEx
ActiveX/DLL:
  • SBB 6 interface module: BaseBBox6.dll
  • SBB 7 interface module: BaseBBox7.dll
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: PKIBlackbox, SecureBlackbox Data Security, SecureBlackbox Transports, SecureBlackbox Standard, SecureBlackbox Professional

VCL: PKIBlackbox, SecureBlackbox Data Security, SecureBlackbox Transports, SecureBlackbox Standard, SecureBlackbox Professional

ActiveX/DLL: PKIBlackbox, SecureBlackbox Data Security, SecureBlackbox Transports, SecureBlackbox Standard, SecureBlackbox Professional

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation