EldoS
Navigation
Web site
Support
Table Of Contents

ElCustomCertStorage class

Properties     Methods     Declared in    


 

ElCustomCertStorage is a base class for ElWinCertStorage, ElMemoryCertStorage and ElFileCertStorage classes. Do not use it directly.

 
 

Description

    ElCustomCertStorage provides common interface for ElWinCertStorage, ElMemoryCertStorage and ElFileCertStorage classes. These classes override the Validate method. Although it is possible to create an instance of ElCustomCertStorage, 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
    • LoadFromStreamJKS
    • LoadFromStreamPFX
    • LoadFromStreamPKCS7
    • SaveToBufferJKS
    • SaveToBufferPFX
    • SaveToBufferPKCS7
    • SaveToStreamJKS
    • SaveToStreamPFX
    • SaveToStreamPKCS7
    • 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-2011, EldoS Corporation