Javax.Crypto.Spec.GCMParameterSpec Members

The members of Javax.Crypto.Spec.GCMParameterSpec are listed below.

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.

Public Properties

[read-only]
TLenint. Returns the size of the tag in bits.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetIV() : byte[]
Returns the Initial Vector (IV) used by this parameter spec.