Discuss this help topic in SecureBlackbox Forum

TElGOST2001KeyMaterial.ParamSet

TElGOST2001KeyMaterial     See also     


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


Returns the OID of the algorithm's parameter set.

Declaration

[C#]
    byte[] ParamSet;

[VB.NET]
    Property ParamSet As Byte()

[Pascal]
    property ParamSet : ByteArray;

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

[PHP]
    string get_ParamSet()
    void set_ParamSet(array of byte|string|NULL $Value)

[Java]
    byte[] getParamSet();
    void setParamSet(byte[] Value);

Description

    Use this property to get the OID of the algorithm parameters.

See also:     EncryptionParamSet     DigestParamSet    

Discuss this help topic in SecureBlackbox Forum