Kaptos
Toggle table of contents
1.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.core.crypto
/
Secp256r1Signature
Secp256r1Signature
class
Secp256r1Signature
(
signature
:
ByteArray
)
:
Signature
A canonical 64-byte
(r, s)
P-256 signature.
Members
Constructors
Secp256r1Signature
Link copied to clipboard
constructor
(
signature
:
ByteArray
)
constructor
(
signature
:
HexInput
)
constructor
(
signature
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Bcs
Link copied to clipboard
open
override
fun
toBcs
(
)
:
ByteArray
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
Get the raw signature bytes