Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.GetAlgorithmClass

TElCustomCryptoProvider     See also     


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


This topic is under development…

Declaration

[C#]
    int GetAlgorithmClass(int Algorithm);
    int GetAlgorithmClass(byte[] AlgOID, byte[] AlgParams);

[VB.NET]
    Function GetAlgorithmClass(ByVal Algorithm As Integer) As Integer
    Function GetAlgorithmClass(ByVal AlgOID As Byte(), ByVal AlgParams As Byte()) As Integer

[Pascal]
    function GetAlgorithmClass(Algorithm : integer) : integer; virtual; abstract;
    function GetAlgorithmClass(const AlgOID, AlgParams : ByteArray) : integer; virtual; abstract;

[C++]
    int32_t GetAlgorithmClass(int32_t Algorithm);
    int32_t GetAlgorithmClass(const std::vector<uint8_t> &AlgOID, const std::vector<uint8_t> &AlgParams);

[PHP]
    integer GetAlgorithmClass(integer $Algorithm)
    integer GetAlgorithmClass(array of byte|string|NULL $AlgOID, array of byte|string|NULL $AlgParams)

[Java]
    int getAlgorithmClass(int arg0);
    int getAlgorithmClass(byte[] arg0, byte[] arg1);

Parameters

  • Algorithm -
  • AlgOID -
  • AlgParams -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum