Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.ReadPSSParams

TElRSAKeyMaterial     


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


(not yet)

Declaration

[C#]
    static bool ReadPSSParams(byte[] InBuffer, int InBufferStart, int InBufferSize, ref int HashAlgorithm, ref int SaltSize, ref int MGF, ref int MGFHashAlgorithm, ref int TrailerField);

[VB.NET]
    Shared Function ReadPSSParams(ByVal InBuffer As Byte(), ByVal InBufferStart As Integer, ByVal InBufferSize As Integer, ByRef HashAlgorithm As Integer, ByRef SaltSize As Integer, ByRef MGF As Integer, ByRef MGFHashAlgorithm As Integer, ByRef TrailerField As Integer) As Boolean

[Pascal]
    class function ReadPSSParams(InBuffer : pointer; InBufferSize : integer; var HashAlgorithm, SaltSize, MGF, MGFHashAlgorithm, TrailerField : integer) : boolean;

[C++]
    static bool ReadPSSParams(void * InBuffer, int32_t InBufferSize, int32_t &HashAlgorithm, int32_t &SaltSize, int32_t &MGF, int32_t &MGFHashAlgorithm, int32_t &TrailerField);

[PHP]
    bool ReadPSSParams(TSBPointer|array of byte|string|NULL $InBuffer, integer $InBufferSize, integer &$HashAlgorithm, integer &$SaltSize, integer &$MGF, integer &$MGFHashAlgorithm, integer &$TrailerField)

[Java]
    static boolean readPSSParams(TElRSAKeyMaterial> this, byte[] InBuffer, int InBufferStart, int InBufferSize, TSBInteger HashAlgorithm, TSBInteger SaltSize, TSBInteger MGF, TSBInteger MGFHashAlgorithm, TSBInteger TrailerField);

Parameters

  • InBuffer - (not yet)
  • InBufferStart - (not yet)
  • InBufferSize - (not yet)
  • HashAlgorithm - (not yet)
  • SaltSize - (not yet)
  • MGF - (not yet)
  • MGFHashAlgorithm - (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