HomeSort by relevance Sort by last modified time
    Searched refs:inputPassword (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
PasswordCallback.java 37 private char[] inputPassword;
91 this.inputPassword = password;
93 inputPassword = new char[password.length];
94 System.arraycopy(password, 0, inputPassword, 0, inputPassword.length);
108 if (inputPassword != null) {
109 char[] tmp = new char[inputPassword.length];
110 System.arraycopy(inputPassword, 0, tmp, 0, tmp.length);
120 if (inputPassword != null) {
121 Arrays.fill(inputPassword, '\u0000')
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/callback/
PasswordCallback.java 35 private char[] inputPassword;
88 this.inputPassword = password;
90 inputPassword = new char[password.length];
91 System.arraycopy(password, 0, inputPassword, 0, inputPassword.length);
105 if (inputPassword != null) {
106 char[] tmp = new char[inputPassword.length];
107 System.arraycopy(inputPassword, 0, tmp, 0, tmp.length);
117 if (inputPassword != null) {
118 Arrays.fill(inputPassword, '\u0000')
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 

Completed in 124 milliseconds