public GCMParameterSpec (int tLen, byte[] src)

Constructs a GCMParameterSpec using the specified authentication tag bit-length and IV buffer.

Parameters:
tLen    the authentication tag length (in bits)
src    the IV source buffer. The contents of the buffer are copied to protect against subsequent modification.

Exceptions:
IllegalArgumentException    if tLen is negative, or src is null.