Secp256k1VerifyingKeyInterface
interface Secp256k1VerifyingKeyInterface
Inheritors
| Secp256k1VerifyingKey |
Functions
| Name | Summary |
|---|---|
| publicKey | abstract fun publicKey(): Secp256k1PublicKey |
| toDer | abstract fun toDer(): ByteArray Serialize this public key as DER-encoded data |
| toPem | abstract fun toPem(): String Serialize this public key into PEM |
| verify | abstract fun verify(message: ByteArray, signature: Secp256k1Signature) |
| verifySimple | abstract fun verifySimple(message: ByteArray, signature: SimpleSignature) |
| verifyUser | abstract fun verifyUser(message: ByteArray, signature: UserSignature) |