EldoS
Navigation
Web site
Support
Table Of Contents

TElCustomCertStorage class

Properties     Methods     Declared in    


 

TElCustomCertStorage is a base class for TElWinCertStorage, TElMemoryCertStorage and TElFileCertStorage classes. Do not use it directly.

 
 

Description

    TElCustomCertStorage provides common interface for TElWinCertStorage, TElMemoryCertStorage and TElFileCertStorage classes. These classes override the Validate method. Although it is possible to create an instance of TElCustomCertStorage, it makes no sense to use such instances directly.

    To Add certificates to storage use

  • Add method. To enumerate the certificates use
  • FindFirst and
  • FindNext methods. To find the certificate use
  • FindByHash.

  •  
     

    Properties

    • Certificates
    • ChainCount
    • Chains
    • Count
    • CRL
     
     

    Methods

    • Constructor
    • Destructor
    • Add
    • BuildChain
    • Clear
    • ExportTo
    • FindByHash
    • FindFirst
    • FindNext
    • GetIssuerCertificate
    • ImportFrom
    • IndexOf
    • IsPresent
    • Remove
    • LoadFromBufferJKS
    • LoadFromBufferPFX
    • LoadFromBufferPKCS7
    • LoadFromBufferPkiPath
    • LoadFromStreamJKS
    • LoadFromStreamPFX
    • LoadFromStreamPKCS7
    • LoadFromStreamPkiPath
    • SaveToBufferJKS
    • SaveToBufferPFX
    • SaveToBufferPKCS7
    • SaveToBufferPkiPath
    • SaveToStreamJKS
    • SaveToStreamPFX
    • SaveToStreamPKCS7
    • SaveToStreamPkiPath
    • Validate
     
     

    Declared in

    .NET:

    • Namespace: SBCustomCertStorage
    • Assembly: SecureBlackbox
    VCL:
    • Unit: SBCustomCertStorage
    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-2012, EldoS Corporation