Javax.Crypto.Spec.IvParameterSpec: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new IvParameterSpec instance with the bytes from the specified buffer iv used as initialization vector.
Creates a new IvParameterSpec instance with byteCount bytes from the specified buffer iv starting at offset.

Protected Constructors

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