Curve

enum Curve

Elliptic cruves

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun createFromValue(value: Int): Curve
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun value(): Int
Link copied to clipboard
open fun valueOf(name: String): Curve
Returns the enum constant of this type with the specified name.
Link copied to clipboard
open fun values(): Array<Curve>
Returns an array containing the constants of this enum type, in the order they're declared.