EldoS
Navigation
Web site
Support
Table Of Contents

ElCertificateRevocationList class

Properties     Methods     Declared in     Licensing    


 

ElCertificateRevocationList is a base class for ElCertificateRevocationListEx.

 
 

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 ElX509Certificate to ElX509CertificateEx class.
 
 

Properties

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

Methods

  • Constructor
  • Destructor
  • Add
  • IsPresent
  • IndexOf
  • LoadFromBuffer
  • LoadFromBufferPEM
  • LoadFromFile
  • LoadFromStream
  • LoadFromStreamPEM
  • Remove
  • SaveCopyToFile
  • SaveToBuffer
  • SaveToBufferPEM
  • SaveToFile
  • Validate
 
 

Declared in

.NET:

  • Namespace: SBCRL
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBCRL
ActiveX/DLL:
  • SBB 5 interface module: PKIBBox.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: Any SecureBlackbox package

VCL: Any SecureBlackbox package

ActiveX/DLL: Any SecureBlackbox package

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