Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.Y

TElDSAKeyMaterial     See also     


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


Buffer containing DSA "Y" parameter.

Declaration

[C#]
    byte[] Y;

[VB.NET]
    Property Y As Byte()

[Pascal]
    property Y : ByteArray;

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

[PHP]
    string get_Y()
    void set_Y(array of byte|string|NULL $Value)

[Java]
    byte[] getY();
    void setY(byte[] Value);

Description

    Use this read-only property to get a buffer containing DSA "Y" parameter.

See also:     G     P     Q     X    

Discuss this help topic in SecureBlackbox Forum