Key

interface Key : AES.Key(source)

Functions

Link copied to clipboard
abstract fun cipher(padding: Boolean = true): Cipher
Link copied to clipboard
open suspend fun encodeTo(format: AES.Key.Format): ByteArray
Link copied to clipboard
Link copied to clipboard
open suspend fun encodeToByteArray(format: AES.Key.Format): ByteArray
Link copied to clipboard
Link copied to clipboard
open suspend fun encodeToByteString(format: AES.Key.Format): ByteString
Link copied to clipboard
open fun encodeToByteStringBlocking(format: AES.Key.Format): ByteString