EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

ElCertificateRevocationList class

Properties     Methods     Declared in     Licensing    


 
 

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
 
 

Properties

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

Methods

  • Constructor
  • Destructor
  • Add
  • IsPresent
  • IndexOf
  • LoadFromBuffer
  • LoadFromBufferPEM
  • LoadFromStream
  • LoadFromStreamPEM
  • Remove
  • SaveToBuffer
  • SaveToBufferPEM
  • SaveToStream
  • SaveToStreamPEM
  • 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
 
 

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-2008, EldoS Corporation