Skip to main content

Ed25519VerifyingKeyInterface

interface Ed25519VerifyingKeyInterface

Inheritors

Ed25519VerifyingKey

Functions

NameSummary
publicKeyabstract fun publicKey(): Ed25519PublicKey
toDerabstract fun toDer(): ByteArray
Serialize this public key as DER-encoded data
toPemabstract fun toPem(): String
Serialize this public key into PEM format
verifyabstract fun verify(message: ByteArray, signature: Ed25519Signature)
verifySimpleabstract fun verifySimple(message: ByteArray, signature: SimpleSignature)
verifyUserabstract fun verifyUser(message: ByteArray, signature: UserSignature)