Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.K2

TElECKeyMaterial     See also     


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


This property specifies degree of higher middle term of underlying binary field.

Declaration

[C#]
    int K2;

[VB.NET]
    Property K2 As Integer

[Pascal]
    property K2 : integer;

[C++]
    int32_t get_K2();
    void set_K2(int32_t Value);

[PHP]
    integer get_K2()
    void set_K2(integer $Value)

[Java]
    int getK2();
    void setK2(int Value);

Description

    Use this property to get or set degree of higher middle term of underlying binary field.

See also:     K1     K3    

Discuss this help topic in SecureBlackbox Forum