Discuss this help topic in SecureBlackbox Forum

TElXMLRSAPSSParameters.MaskGenerationFunction

TElXMLRSAPSSParameters     


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


Specifies the MGF function.

Declaration

[C#]
    int MaskGenerationFunction;

[VB.NET]
    Property MaskGenerationFunction As Integer

[Pascal]
    property MaskGenerationFunction : integer;

[C++]
    int32_t get_MaskGenerationFunction();
    void set_MaskGenerationFunction(int32_t Value);

[PHP]
    integer get_MaskGenerationFunction()
    void set_MaskGenerationFunction(integer $Value)

[Java]
    int getMaskGenerationFunction();
    void setMaskGenerationFunction(int Value);

Defined MGF values

The following algorithms may be used as public key algorithms:

Description

    So far only MGF1 function (SB_CERT_MGF1) is allowed.

Discuss this help topic in SecureBlackbox Forum