Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.HybridPoints

TElECKeyMaterial     See also     


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


This property specifies, whether to use hybrid form to represent elliptic curve points.

Declaration

[C#]
    bool HybridPoints;

[VB.NET]
    Property HybridPoints As Boolean

[Pascal]
    property HybridPoint : boolean;

[C++]
    bool get_HybridPoints();
    void set_HybridPoints(bool Value);

[PHP]
    bool get_HybridPoints()
    void set_HybridPoints(bool $Value)

[Java]
    boolean getHybridPoints();
    void setHybridPoints(boolean Value);

Description

    Set this property to True to use hybrid form (octet string) to represent both compressed and uncompressed points of the elliptic curve.

See also:     CompressPoints    

Discuss this help topic in SecureBlackbox Forum