Discuss this help topic in SecureBlackbox Forum

TElGOST2001KeyMaterial.EncryptionParamSet

TElGOST2001KeyMaterial     See also     


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


Returns the OID of encryption parameters.

Declaration

[C#]
    byte[] EncryptionParamSet;

[VB.NET]
    Property EncryptionParamSet As Byte()

[Pascal]
    property EncryptionParamSet : ByteArray;

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

[PHP]
    string get_EncryptionParamSet()
    void set_EncryptionParamSet(array of byte|string|NULL $Value)

[Java]
    byte[] getEncryptionParamSet();
    void setEncryptionParamSet(byte[] Value);

Description

    This property contains the OID of the encryption parameter set.

See also:     DigestParamSet     ParamSet    

Discuss this help topic in SecureBlackbox Forum