EncryptInfo

data class EncryptInfo(val keyBasedEncryption: KeyBasedEncryption, val cipher: CipherType, val salt: ByteArray, val key: ByteArray, val keyLength: Int)

Created by pedro on 13/11/23.

Constructors

Link copied to clipboard
constructor(keyBasedEncryption: KeyBasedEncryption, cipher: CipherType, salt: ByteArray, key: ByteArray, keyLength: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard