NamedCurve
enum class NamedCurve
Named curves for Elliptic Curves.
Enum Values
Properties
val code: Short curve numeric code |
|
val fieldSize: Int curve size in bits, affects key and signature size, performance and security strength |
Companion Object Functions
fun fromCode(code: Short): NamedCurve? Find named curve by numeric code |