Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.GOSTParamSet

TElMessageEncryptor     See also     


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


Declaration

[C#]
    byte[] GOSTParamSet;

[VB.NET]
    Property GOSTParamSet As Byte()

[Pascal]
    under development

[C++]
    void get_GOSTParamSet(std::vector<uint8_t> &OutResult);
    void set_GOSTParamSet(const std::vector<uint8_t> &Value);

[PHP]
    string get_GOSTParamSet()
    void set_GOSTParamSet(array of byte|string|NULL $Value)

[Java]
    byte[] getGOSTParamSet();
    void setGOSTParamSet(byte[] V);

Parameters

  • V -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum