Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.ImplicitCurve

TElECKeyMaterial     See also     


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


Specifies if curve parameters are implicitly known.

Declaration

[C#]
    bool ImplicitCurve;

[VB.NET]
    Property ImplicitCurve As Boolean

[Pascal]
    property ImplicitCurve : boolean;

[C++]
    bool get_ImplicitCurve();
    void set_ImplicitCurve(bool Value);

[PHP]
    bool get_ImplicitCurve()
    void set_ImplicitCurve(bool $Value)

[Java]
    boolean getImplicitCurve();
    void setImplicitCurve(boolean Value);

Description

    If this property value is True, the parameters of the elliptic curve are considered to be known by the application implicitly.

See also:     Curve     SpecifiedCurve    

Discuss this help topic in SecureBlackbox Forum