EncryptionService

class EncryptionService(keysetPath: String)

Constructors

Link copied to clipboard
constructor(keysetPath: String)

Functions

Link copied to clipboard
Link copied to clipboard
fun encrypt(bytes: ByteArray, keyAlias: String? = null): ByteArray