Constructs a GCMParameterSpec using the specified authentication tag bit-length and IV buffer.
tLen | the authentication tag length (in bits) | |
src | the IV source buffer. The contents of the buffer are copied to protect against subsequent modification. |
IllegalArgumentException | if tLen is negative,
or src is null. |
Diagram: ParameterSpec