Discuss this help topic in SecureBlackbox Forum

TElElGamalKeyMaterial.Y

TElElGamalKeyMaterial     See also     


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


Buffer containing ElGamal "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);

[PHP]
    string get_Y()

[Java]
    byte[] getY();

Description

    Use this read-only property to get an ElGamal "Y" parameter.

See also:     G     P     X    

Discuss this help topic in SecureBlackbox Forum