The members of Javax.Crypto.Spec.PBEKeySpec are listed below.
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. |
[read-only] | IterationCount | int. Returns the iteration count of this key specification. |
[read-only] | KeyLength | int. Returns the desired key length of the derived key. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ClearPassword()Clears the password by overwriting it. | ||
GetPassword()Returns a copy of the password of this key specification. | ||
GetSalt()Returns a copy of the salt of this key specification. |