Javax.Crypto.Spec.PBEKeySpec: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new PBEKeySpec with the specified password.
Creates a new PBEKeySpec with the specified password, salt and iteration count.
Creates a new PBEKeySpec with the specified password, salt, iteration count and the desired length of the derived key.

Protected Constructors

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