Javax.Crypto.Spec.RC5ParameterSpec: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new RC5ParameterSpec instance with the specified version, round count an word size (in bits).
Creates a new RC5ParameterSpec instance with the specified version, round count, word size (in bits) and an initialization vector.
Creates a new RC5ParameterSpec instance with the specified version, round count, wordSize (in bits), an initialization vector and an offset.

Protected Constructors

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