Discuss this help topic in SecureBlackbox Forum

TElGOST2001KeyMaterial.DigestParamSet

TElGOST2001KeyMaterial     See also     


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


Returns the OID of digest parameters.

Declaration

[C#]
    byte[] DigestParamSet;

[VB.NET]
    Property DigestParamSet As Byte()

[Pascal]
    property DigestParamSet : ByteArray;

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

[PHP]
    string get_DigestParamSet()
    void set_DigestParamSet(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestParamSet();
    void setDigestParamSet(byte[] Value);

Description

    This property contains the OID of the digest parameter set.

See also:     EncryptionParamSet     ParamSet    

Discuss this help topic in SecureBlackbox Forum