Skip to main content

SimpleVerifyingKeyInterface

interface SimpleVerifyingKeyInterface

Inheritors

SimpleVerifyingKey

Functions

NameSummary
publicKeyabstract fun publicKey(): PublicKey
schemeabstract fun scheme(): SignatureScheme
toDerabstract fun toDer(): ByteArray
Serialize this private key as DER-encoded PKCS#8
toPemabstract fun toPem(): String
Serialize this private key as DER-encoded PKCS#8
verifyabstract fun verify(message: ByteArray, signature: SimpleSignature)