EcdsaSigValue

@Serializable
data class EcdsaSigValue(val r: Asn1Integer, val s: Asn1Integer)(source)

ECDSA-Sig-Value as specified by RFC 5480, Appendix A:

ECDSA-Sig-Value ::= SEQUENCE {
r INTEGER,
s INTEGER
}

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard