Javax.Crypto.Spec.RC2ParameterSpec: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new RC2ParameterSpec instance with the specified effective key length (in bits),
Creates a new RC2ParameterSpec instance with the specified effective key length (in bits) and initialization vector.
Creates a new RC2ParameterSpec instance with the specified effective key length (in bits) and initialization vector.

Protected Constructors

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