Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.K1

TElECKeyMaterial     See also     


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


This property specifies degree of middle term of trinomial or pentanomial base of underlying binary field.

Declaration

[C#]
    int K1;

[VB.NET]
    Property K1 As Integer

[Pascal]
    property K1 : integer;

[C++]
    int32_t get_K1();
    void set_K1(int32_t Value);

[PHP]
    integer get_K1()
    void set_K1(integer $Value)

[Java]
    int getK1();
    void setK1(int Value);

Description

    Use this property to get or set degree of middle term of trinomial or pentanomial base of underlying binary field.

See also:     K2     K3    

Discuss this help topic in SecureBlackbox Forum