EncryptionResult
data class EncryptionResult(val ciphertext: ByteArray, val encryptionExtras: Map<String, String> = emptyMap())
Result of an encryption operation, containing the ciphertext and optional platform-specific extras.
Parameters
ciphertext
the encrypted bytes.
encryptionExtras
optional map of platform-specific metadata (e.g., IV, key alias).