MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.crypto
/
EcSignature
Ec
Signature
data
class
EcSignature
(
val
r
:
ByteArray
,
val
s
:
ByteArray
)
An Elliptic Curve Cryptography signature.
Parameters
r
the R value.
s
the S value.
Members
Constructors
Ec
Signature
Link copied to clipboard
constructor
(
r
:
ByteArray
,
s
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
r
Link copied to clipboard
val
r
:
ByteArray
s
Link copied to clipboard
val
s
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Cose
Encoded
Link copied to clipboard
fun
toCoseEncoded
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
toDataItem
(
)
:
DataItem
to
Der
Encoded
Link copied to clipboard
fun
toDerEncoded
(
)
:
ByteArray