SimpleVerifyingKeyInterface
interface SimpleVerifyingKeyInterface
Inheritors
| SimpleVerifyingKey |
Functions
| Name | Summary |
|---|---|
| publicKey | abstract fun publicKey(): PublicKey |
| scheme | abstract fun scheme(): SignatureScheme |
| toDer | abstract fun toDer(): ByteArray Serialize this private key as DER-encoded PKCS#8 |
| toPem | abstract fun toPem(): String Serialize this private key as DER-encoded PKCS#8 |
| verify | abstract fun verify(message: ByteArray, signature: SimpleSignature) |