Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial Constructor

TElDSAKeyMaterial     See also     


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


This method creates the instance of TElDSAKeyMaterial class

Declaration

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

[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 TElDSAKeyMaterial();
    public TElDSAKeyMaterial(TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);
    public TElDSAKeyMaterial(TElCustomCryptoProvider Prov);

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 TElDSAKeyMaterial class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum