Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.K3

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 K3;

[VB.NET]
    Property K3 As Integer

[Pascal]
    property K3 : integer;

[C++]
    int32_t get_K3();
    void set_K3(int32_t Value);

[PHP]
    integer get_K3()
    void set_K3(integer $Value)

[Java]
    int getK3();
    void setK3(int Value);

Description

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

See also:     K1     K2    

Discuss this help topic in SecureBlackbox Forum