Package-level declarations

Types

Link copied to clipboard
class EllipticCurve(curveParams: X9ECParameters) : Curve
Link copied to clipboard
class EllipticCurvePoint(ecPoint: ECPoint) : CurvePoint
Link copied to clipboard
class EllipticCurveSigner(curveName: String) : Signer

Properties

Link copied to clipboard
const val secp256k1: String
Link copied to clipboard
const val sm2p256v1: String

Functions

Link copied to clipboard
fun getCurveParams(name: String): X9ECParameters
Link copied to clipboard
fun getDomainParams(name: String): ECDomainParameters