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