Java javax.crypto.spec GCMParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java javax.crypto.spec GCMParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.crypto.spec GCMParameterSpec.

The text is from its open source code.

Constructor

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.