Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.StrLabel

TElRSAKeyMaterial     See also     


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


Optional RSAES-OAEP parameter

Declaration

[C#]
    string StrLabel;

[VB.NET]
    Property StrLabel As String

[Pascal]
    property StrLabel : string;

[C++]
    void get_StrLabel(std::string &OutResult);
    void set_StrLabel(const std::string &Value);

[PHP]
    string get_StrLabel()
    void set_StrLabel(string $Value)

[Java]
    String getStrLabel();
    void setStrLabel(String Value);

Description

    Optional parameter for RSA-OAEP algorithm. The default value is empty string.

See also:     HashAlgorithm     KeyFormat     SaltSize    

Discuss this help topic in SecureBlackbox Forum