SilentShardKotlinMultiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SilentShardKotlinMultiplatform
utils
/
com.silencelaboratories.silentshard.utils
/
MessageSigner
Message
Signer
interface
MessageSigner
Members
Types
Key
Type
Link copied to clipboard
enum
KeyType
:
Enum
<
MessageSigner.KeyType
>
Properties
key
Type
Link copied to clipboard
abstract
val
keyType
:
MessageSigner.KeyType
verifying
Key
Link copied to clipboard
abstract
val
verifyingKey
:
ByteArray
Functions
sign
Link copied to clipboard
abstract
fun
sign
(
data
:
ByteArray
)
:
ByteArray