Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial Constructor

TElECKeyMaterial     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method creates the instance of TElECKeyMaterial class

Declaration

[C#]
    TElECKeyMaterial(TElCustomCryptoProvider Prov);
    TElECKeyMaterial(TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);
    TElECKeyMaterial();

[VB.NET]
    Sub New(ByVal Prov As TElCustomCryptoProvider)
    Sub New(ByVal Manager As TElCustomCryptoProviderManager, ByVal Prov As TElCustomCryptoProvider)
    Sub New()

[Pascal]
    constructor Create(Prov : TElCustomCryptoProvider);
    constructor Create(Manager : TElCustomCryptoProviderManager; Prov : TElCustomCryptoProvider);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElECKeyMaterial(TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);
    public TElECKeyMaterial(TElCustomCryptoProvider Prov);
    public TElECKeyMaterial();

Parameters

  • Prov - the cryptographic provider to be used with this key material
  • Manager - the cryptographic provider manager to be used

Description

    Use this method to create the instance of TElECKeyMaterial class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum