Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.WritePSSParams

TElRSAKeyMaterial     


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


(not yet)

Declaration

[C#]
    static byte[] WritePSSParams(int HashAlgorithm, int SaltSize, int MGFAlgorithm, int TrailerField);

[VB.NET]
    Shared Function WritePSSParams(ByVal HashAlgorithm As Integer, ByVal SaltSize As Integer, ByVal MGFAlgorithm As Integer, ByVal TrailerField As Integer) As Byte()

[Pascal]
    class function WritePSSParams(HashAlgorithm : integer; SaltSize : integer; MGFAlgorithm : integer; TrailerField : integer) : ByteArray;

[C++]
    static void WritePSSParams(int32_t HashAlgorithm, int32_t SaltSize, int32_t MGFAlgorithm, int32_t TrailerField, std::vector<uint8_t> &OutResult);

[PHP]
    string WritePSSParams(integer $HashAlgorithm, integer $SaltSize, integer $MGFAlgorithm, integer $TrailerField)

[Java]
    static byte[] writePSSParams(TElRSAKeyMaterial> this, int HashAlgorithm, int SaltSize, int MGFAlgorithm, int TrailerField);

Parameters

  • HashAlgorithm - (not yet)
  • SaltSize - (not yet)
  • MGFAlgorithm - (not yet)
  • TrailerField - (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