toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-asn1-modules
/
dev.whyoleg.cryptography.serialization.asn1.modules
/
EcdsaSignatureValue
Ecdsa
Signature
Value
@
Serializable
class
EcdsaSignatureValue
(
val
r
:
BigInt
,
val
s
:
BigInt
)
(
source
)
Ecdsa-Sig-Value ::= SEQUENCE {
r INTEGER,
s INTEGER
}
Content copied to clipboard
Members
Constructors
Ecdsa
Signature
Value
Link copied to clipboard
constructor
(
r
:
BigInt
,
s
:
BigInt
)
Properties
r
Link copied to clipboard
val
r
:
BigInt
s
Link copied to clipboard
val
s
:
BigInt