EcdsaSignatureValue

@Serializable
class EcdsaSignatureValue(val r: BigInt, val s: BigInt)(source)
Ecdsa-Sig-Value ::= SEQUENCE {
r INTEGER,
s INTEGER
}

Constructors

Link copied to clipboard
constructor(r: BigInt, s: BigInt)

Properties

Link copied to clipboard
val r: BigInt
Link copied to clipboard
val s: BigInt