EncryptionUtil

class EncryptionUtil(val type: EncryptionType, passphrase: String)

Created by pedro on 12/11/23. Need API 26+

Constructors

Link copied to clipboard
constructor(type: EncryptionType, passphrase: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encrypt(bytes: ByteArray, sequence: Int): ByteArray
Link copied to clipboard