Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.H

TElECKeyMaterial     See also     


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


TElliptic curve points group cofactor

Declaration

[C#]
    int H;

[VB.NET]
    Property H As Integer

[Pascal]
    property H : integer;

[C++]
    int32_t get_H();
    void set_H(int32_t Value);

[PHP]
    integer get_H()
    void set_H(integer $Value)

[Java]
    int getH();
    void setH(int Value);

Description

    Use this property to specify elliptic curve points group cofactor.

See also:     Base    

Discuss this help topic in SecureBlackbox Forum