pj_ssl_curve class abstract
Elliptic curves enumeration.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- PJ_TLS_CURVE_ARBITRARY_EXPLICIT_CHAR2_CURVES → const int
- PJ_TLS_CURVE_ARBITRARY_EXPLICIT_PRIME_CURVES → const int
- PJ_TLS_CURVE_BRAINPOOLP256R1 → const int
- PJ_TLS_CURVE_BRAINPOOLP384R1 → const int
- PJ_TLS_CURVE_BRAINPOOLP512R1 → const int
- PJ_TLS_CURVE_SECP160K1 → const int
- PJ_TLS_CURVE_SECP160R1 → const int
- PJ_TLS_CURVE_SECP160R2 → const int
- PJ_TLS_CURVE_SECP192K1 → const int
- PJ_TLS_CURVE_SECP192R1 → const int
- PJ_TLS_CURVE_SECP224K1 → const int
- PJ_TLS_CURVE_SECP224R1 → const int
- PJ_TLS_CURVE_SECP256K1 → const int
- PJ_TLS_CURVE_SECP256R1 → const int
- PJ_TLS_CURVE_SECP384R1 → const int
- PJ_TLS_CURVE_SECP521R1 → const int
- PJ_TLS_CURVE_SECT163K1 → const int
- PJ_TLS_CURVE_SECT163R1 → const int
- PJ_TLS_CURVE_SECT163R2 → const int
- PJ_TLS_CURVE_SECT193R1 → const int
- PJ_TLS_CURVE_SECT193R2 → const int
- PJ_TLS_CURVE_SECT233K1 → const int
- PJ_TLS_CURVE_SECT233R1 → const int
- PJ_TLS_CURVE_SECT239K1 → const int
- PJ_TLS_CURVE_SECT283K1 → const int
- PJ_TLS_CURVE_SECT283R1 → const int
- PJ_TLS_CURVE_SECT409K1 → const int
- PJ_TLS_CURVE_SECT409R1 → const int
- PJ_TLS_CURVE_SECT571K1 → const int
- PJ_TLS_CURVE_SECT571R1 → const int
- PJ_TLS_UNKNOWN_CURVE → const int