AesGcmCipher

SimpleCipher implementation for AES/GCM with 128/192/256 bit keys.

Constructors

Link copied to clipboard
constructor(key: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun decrypt(ciphertext: ByteArray): ByteArray
Link copied to clipboard
open override fun encrypt(plaintext: ByteArray): ByteArray