Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.Seed

TElECKeyMaterial     See also     


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


This property specifies seed used in curve generation.

Declaration

[C#]
    byte[] Seed;

[VB.NET]
    Property Seed As Byte()

[Pascal]
    property Seed : ByteArray;

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

[PHP]
    string get_Seed()
    void set_Seed(array of byte|string|NULL $Value)

[Java]
    byte[] getSeed();
    void setSeed(byte[] Value);

Description

    Use this property to specify seed used in curve generation.

See also:     Curve    

Discuss this help topic in SecureBlackbox Forum