PBEKeySpec.ClearPassword Method

Definition

Clears the internal copy of the password.

[Android.Runtime.Register("clearPassword", "()V", "")]
public void ClearPassword ();
[<Android.Runtime.Register("clearPassword", "()V", "")>]
member this.ClearPassword : unit -> unit
Attributes

Remarks

Clears the internal copy of the password.

Java documentation for javax.crypto.spec.PBEKeySpec.clearPassword().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to