toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
crypto
/
com.example.crypto.impl.ec
Package-level
declarations
Types
Functions
Properties
Types
Elliptic
Curve
Link copied to clipboard
class
EllipticCurve
(
curveParams
:
X9ECParameters
)
:
Curve
Elliptic
Curve
Key
Pair
Generator
Link copied to clipboard
class
EllipticCurveKeyPairGenerator
(
curveName
:
String
)
:
KeyPairGenerator
Elliptic
Curve
Point
Link copied to clipboard
class
EllipticCurvePoint
(
ecPoint
:
ECPoint
)
:
CurvePoint
Elliptic
Curve
Signer
Link copied to clipboard
class
EllipticCurveSigner
(
curveName
:
String
)
:
Signer
Properties
secp256k1
Link copied to clipboard
const
val
secp256k1
:
String
sm2p256v1
Link copied to clipboard
const
val
sm2p256v1
:
String
Functions
get
Curve
Params
Link copied to clipboard
fun
getCurveParams
(
name
:
String
)
:
X9ECParameters
get
Domain
Params
Link copied to clipboard
fun
getDomainParams
(
name
:
String
)
:
ECDomainParameters