EldoS
Navigation
Web site
Support
Table Of Contents

TElSSHPKCS11KeyStorage class

Properties     Methods     Declared in     Licensing    


 

TElSSHPKCS11KeyStorage is a descendant of TElSSHCustomKeyStorage.

 
 

Description

    Use this class to store one or more keys used during SSH connection via PKCS#11 API. This API is usually used to access cryptocards and cryptotokens. Each vendor of the card reader device or crypto token usually ships a PKCS#11 DLL to let applications, which support PKCS#11 (eg. Mozilla, Firefox, PGP etc.) to access the device.

    To use the storage, you need to perform the following sequence of the operations:

  • Specify the name of the DLL module which provides PKCS#11 API
  • Call Open method to open the storage
  • Call OpenSession to start a session. This is necessary if you want to read/write keys. Without opening a session you can only obtain certain slot and token/card information
  • Call TElPKCS11SessionInfo.Login to get access to protected information (see PKCS#11 standard for details).
  • After the application has finished using the token/card, call Close method.
 
 

Properties

  • DLLName
  • TrySingleThreadedMode
  • MonitorSlotEvents
  • SlotEventMonitoringMode
  • SlotEventMonitoringDelay
  • SynchronizeGUI
  • CryptoProvider
  • PKCS11Options
  • TokenAccessMode
  • NSSParams
  • Module
  • Opened
Inherited from TElSSHCustomKeyStorage:
  • Count
  • Keys
 
 

Methods

  • Add
  • Close
  • CloseAllSessions
  • CloseSession
  • Open
  • OpenSession
Inherited from TElSSHCustomKeyStorage:
  • Clear
  • IndexOf
  • LoadPublic
  • Remove
  • SavePublic
 
 

Events

  • OnSlotEvent
  • OnNotification
 
 

Declared in

.NET:

  • Namespace: SBSSHKeyStorage
  • Assembly: SecureBlackbox.SSHClient, SecureBlackbox.SSHServer
VCL:
  • Unit: SBSSHKeyStorage
ActiveX/DLL:
  • SBB 5 interface module: SSHBBoxCli.dll
  • SBB 6 interface module: SSHBBoxCli6.dll
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

VCL: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

ActiveX/DLL: SSHBlackbox client-only OR SFTPBlackbox client-only OR SecureBlackbox Transports OR SecureBlackbox Standard

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