MockEncryptionService

class MockEncryptionService(aesKey: SecretKey = AesEncryption.randomKey())

Constructors

Link copied to clipboard
constructor(aesKey: SecretKey = AesEncryption.randomKey())

Functions

Link copied to clipboard
open fun decrypt(ciphertext: ByteArray): <Error class: unknown class>
Link copied to clipboard
open fun encrypt(plaintext: ByteArray, additionalData: ByteArray?): ByteArray