Discuss this help topic in SecureBlackbox Forum

TElJCECryptoProvider.SignInit

TElJCECryptoProvider     See also     


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


This topic is under development…

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function SignInit(Algorithm : integer; Key : TElCustomCryptoKey; Detached : boolean; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : TObject = nil) : TElCustomCryptoContext; virtual;
    function SignInit(const AlgOID : ByteArray; const AlgParams : ByteArray; Key : TElCustomCryptoKey; Detached : boolean; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : TObject = nil) : TElCustomCryptoContext; virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    TElCustomCryptoContext signInit(byte[] AlgOID, byte[] AlgParams, TElCustomCryptoKey Key, boolean Detached, TElCPParameters Params, TSBProgressFunc ProgressData, TObject arg6);
    TElCustomCryptoContext signInit(int Algorithm, TElCustomCryptoKey Key, boolean Detached, TElCPParameters Params, TSBProgressFunc ProgressData, TObject arg5);

Parameters

  • Algorithm -
  • Key -
  • Detached -
  • Params -
  • ProgressFunc -
  • ProgressData -
  • AlgOID -
  • AlgParams -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum