Ed25519VerifyingKeyInterface
interface Ed25519VerifyingKeyInterface
Inheritors
| Ed25519VerifyingKey |
Functions
| Name | Summary |
|---|---|
| publicKey | abstract fun publicKey(): Ed25519PublicKey |
| toDer | abstract fun toDer(): ByteArray Serialize this public key as DER-encoded data |
| toPem | abstract fun toPem(): String Serialize this public key into PEM format |
| verify | abstract fun verify(message: ByteArray, signature: Ed25519Signature) |
| verifySimple | abstract fun verifySimple(message: ByteArray, signature: SimpleSignature) |
| verifyUser | abstract fun verifyUser(message: ByteArray, signature: UserSignature) |