Discuss this help topic in SecureBlackbox Forum

TElCustomCRLRetriever class

Methods     Declared in     Licensing     


TElCustomCRLRetriever is a base class for CRL retrievers.

Description

    TElCustomCRLRetriever is a base class for CRL retrievers, used by TElX509CertificateValidator class to retrieve CRLs from remote locations. SecureBlackbox implements TElHTTPCRLRetriever for CRL retrieval over HTTP, and TElLDAPCRLRetriever to read CRLs from distribution points over LDAP.

     If you need to implement your own CRL retriever class, create a descendant of TElCustomCRLRetriever and override its SupportsNameType and GetCRL methods. Use your CRL retriever class by passing it to Certificate Validator via OnBeforeCRLRetrieverUse event of TElX509CertificateValidator class.

Methods

Declared in

.NET:
  • Namespace: SBCRLStorage
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBCRLStorage
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbcrlstorage.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum