Discuss this help topic in SecureBlackbox Forum

TElElGamalKeyMaterial.X

TElElGamalKeyMaterial     See also     


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


Buffer containing ElGamal "X" parameter.

Declaration

[C#]
    byte[] X;

[VB.NET]
    Property X As Byte()

[Pascal]
    property X : ByteArray;

[C++]
    void get_X(std::vector<uint8_t> &OutResult);

[PHP]
    string get_X()

[Java]
    byte[] getX();

Description

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

See also:     G     P     Y    

Discuss this help topic in SecureBlackbox Forum