Pkcs11Interop  5.1.2
Classes
Net.Pkcs11Interop.HighLevelAPI.Factories Namespace Reference

Interfaces for factories implemented by individual HighLevelAPI-s. More...

Classes

interface  IMechanismFactory
 Factory for creation of IMechanism instances More...
 
interface  IMechanismParamsFactory
 Factory for creation of IMechanismParams instances More...
 
interface  IObjectAttributeFactory
 Factory for creation of IObjectAttribute instances More...
 
interface  IObjectHandleFactory
 Factory for creation of IObjectHandle instances More...
 
interface  IPkcs11LibraryFactory
 Factory for creation of IPkcs11Library instances More...
 
interface  ISessionFactory
 Factory for creation of ISession instances More...
 
interface  ISlotFactory
 Factory for creation of ISlot instances More...
 
class  MechanismFactory
 Developer uses this factory to create correct IMechanism instances. More...
 
class  MechanismParamsFactory
 Developer uses this factory to create correct IMechanismParams instances. More...
 
class  ObjectAttributeFactory
 Developer uses this factory to create correct IObjectAttribute instances. More...
 
class  ObjectHandleFactory
 Developer rarely uses this factory to create correct IObjectHandle instances. More...
 
class  Pkcs11LibraryFactory
 Developer uses this factory to create correct IPkcs11Library instances possibly extended with vendor specific methods. More...
 
class  SessionFactory
 Pkcs11Interop uses this factory to create ISession instances possibly extended with vendor specific methods. More...
 
class  SlotFactory
 Pkcs11Interop uses this factory to create ISlot instances possibly extended with vendor specific methods. More...
 

Detailed Description

Interfaces for factories implemented by individual HighLevelAPI-s.