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
/
PublicKey
Public
Key
interface
PublicKey
Inheritors
Ed25519PublicKey
PasskeyPublicKey
Secp256k1PublicKey
Secp256r1PublicKey
Members
Properties
data
Link copied to clipboard
abstract
val
data
:
ByteArray
Functions
scheme
Link copied to clipboard
abstract
fun
scheme
(
)
:
SignatureScheme
verify
Link copied to clipboard
abstract
fun
verify
(
message
:
ByteArray
,
signature
:
ByteArray
)
:
Result
<
Boolean
,
E
>
Verifies that a signature is valid for a given message.