public static class Ciphers.AesGcmDecryptor
extends java.lang.Object
Constructor and Description |
---|
AesGcmDecryptor(byte[] keyBytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] ciphertext,
byte[] aad) |
byte[] |
decrypt(byte[] ciphertext,
int ciphertextOffset,
int ciphertextLength,
byte[] aad) |
int |
decrypt(byte[] ciphertext,
int ciphertextOffset,
int ciphertextLength,
byte[] plaintextBuffer,
int plaintextOffset,
byte[] aad) |
public byte[] decrypt(byte[] ciphertext, byte[] aad)
public byte[] decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] aad)
public int decrypt(byte[] ciphertext, int ciphertextOffset, int ciphertextLength, byte[] plaintextBuffer, int plaintextOffset, byte[] aad)