vncore / com.venuenext.vncore.security / Crypto / decryptGcm

decryptGcm

fun decryptGcm(ciphertext: Ciphertext, key: ByteArray): ByteArray

Decrypts the given ciphertext using the given key under AES GCM.

Return
Plaintext