Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.ReadOAEPParams

TElRSAKeyMaterial     


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


(not yet)

Declaration

[C#]
    static bool ReadOAEPParams(byte[] InBuffer, int InBufferStart, int InBufferSize, ref int HashAlgorithm, ref int MGFHashAlgorithm, ref string StrLabel);

[VB.NET]
    Shared Function ReadOAEPParams(ByVal InBuffer As Byte(), ByVal InBufferStart As Integer, ByVal InBufferSize As Integer, ByRef HashAlgorithm As Integer, ByRef MGFHashAlgorithm As Integer, ByRef StrLabel As String) As Boolean

[Pascal]
    class function ReadOAEPParams(InBuffer : pointer; InBufferSize : integer; var HashAlgorithm, MGFHashAlgorithm : integer; var StrLabel : string) : boolean;

[C++]
    static bool ReadOAEPParams(void * InBuffer, int32_t InBufferSize, int32_t &HashAlgorithm, int32_t &MGFHashAlgorithm, std::string &StrLabel);

[PHP]
    bool ReadOAEPParams(TSBPointer|array of byte|string|NULL $InBuffer, integer $InBufferSize, integer &$HashAlgorithm, integer &$MGFHashAlgorithm, string &$StrLabel)

[Java]
    static boolean readOAEPParams(TElRSAKeyMaterial> this, byte[] InBuffer, int InBufferStart, int InBufferSize, TSBInteger HashAlgorithm, TSBInteger MGFHashAlgorithm, TSBString StrLabel);

Parameters

  • InBuffer - (not yet)
  • InBufferStart - (not yet)
  • InBufferSize - (not yet)
  • HashAlgorithm - (not yet)
  • MGFHashAlgorithm - (not yet)
  • StrLabel - (not yet)

Possible MGF algorithm values:

The following algorithms may be used as public key algorithms:

Possible hash algorithms:

Return value

    (not yet)

Description

    (not yet)

Discuss this help topic in SecureBlackbox Forum