Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.core.crypto
/
Secp256r1PublicKey
Secp256r1Public
Key
class
Secp256r1PublicKey
(
val
data
:
ByteArray
)
:
PublicKey
Members
Constructors
Secp256r1Public
Key
Link copied to clipboard
constructor
(
data
:
ByteArray
)
Properties
data
Link copied to clipboard
open
override
val
data
:
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
scheme
Link copied to clipboard
open
override
fun
scheme
(
)
:
SignatureScheme
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
verify
Link copied to clipboard
open
override
fun
verify
(
message
:
ByteArray
,
signature
:
ByteArray
)
:
Result
<
Boolean
,
E
>
Verifies that a signature is valid for a given message.