Javax.Crypto.Spec.GCMParameterSpec: Constructor Members

The constructors of Javax.Crypto.Spec.GCMParameterSpec are listed below. For a list of all members, see the GCMParameterSpec Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new GCMParameterSpec instance from the specified Initial Vector (IV) from buffer iv and a tag length of tagLen in bits.
Creates a new GCMParameterSpec instance with the Initial Vector (IV) of byteCount bytes from the specified buffer iv starting at offset and a tag length of tagLen in bits.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.