Skip to main content

Secp256k1VerifyingKeyInterface

interface Secp256k1VerifyingKeyInterface

Inheritors

Secp256k1VerifyingKey

Functions

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