Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.WriteOAEPParams

TElRSAKeyMaterial     


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


(not yet)

Declaration

[C#]
    static byte[] WriteOAEPParams(int HashAlgorithm, int MGFHashAlgorithm, string StrLabel);

[VB.NET]
    Shared Function WriteOAEPParams(ByVal HashAlgorithm As Integer, ByVal MGFHashAlgorithm As Integer, ByVal StrLabel As String) As Byte()

[Pascal]
    class function WriteOAEPParams(HashAlgorithm, MGFHashAlgorithm : integer; const StrLabel : string) : ByteArray;

[C++]
    static void WriteOAEPParams(int32_t HashAlgorithm, int32_t MGFHashAlgorithm, const std::string &StrLabel, std::vector<uint8_t> &OutResult);

[PHP]
    string WriteOAEPParams(integer $HashAlgorithm, integer $MGFHashAlgorithm, string $StrLabel)

[Java]
    static byte[] writeOAEPParams(TElRSAKeyMaterial> this, int HashAlgorithm, int MGFHashAlgorithm, String StrLabel);

Parameters

  • 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