PlatformVerifier

sealed interface PlatformVerifier : Verifier(source)

A distinguishing interface for verifiers that delegate to the underlying platform (JCA, CryptoKit, ...)

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun verify(data: SignatureInput, sig: CryptoSignature): KmmResult<Unit>
Link copied to clipboard
fun Verifier.verify(data: ByteArray, sig: CryptoSignature): KmmResult<Unit>