Example usage for Java javax.crypto.spec GCMParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
GCMParameterSpec(int tLen, byte[] src) Constructs a GCMParameterSpec using the specified authentication tag bit-length and IV buffer. | |
GCMParameterSpec(int tLen, byte[] src, int offset, int len) Constructs a GCMParameterSpec object using the specified authentication tag bit-length and a subset of the specified buffer as the IV. |