KeyDecoder

interface KeyDecoder<KF : KeyFormat, K : Key>(source)

Functions

Link copied to clipboard
open suspend fun decodeFrom(format: KF, input: ByteArray): K
Link copied to clipboard
abstract fun decodeFromBlocking(format: KF, input: ByteArray): K