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
PBEKeySpec(char[]) | 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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |