Discuss this help topic in SecureBlackbox Forum

TElRSAPSSAlgorithmIdentifier.MGF

TElRSAPSSAlgorithmIdentifier     


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


Declaration

[C#]
    int MGF;

[VB.NET]
    Property MGF As Integer

[Pascal]
    property MGF : integer;

[C++]
    int32_t get_MGF();
    void set_MGF(int32_t Value);

[PHP]
    integer get_MGF()
    void set_MGF(integer $Value)

[Java]
    int getMGF();
    void setMGF(int Value);

Description

    …

Discuss this help topic in SecureBlackbox Forum