Searched refs:DEFAULT_PASSWORD (Results 1 – 1 of 1) sorted by relevance
104 private static final byte[] DEFAULT_PASSWORD = "default-password".getBytes(); field in SyntheticPasswordManager1359 final byte[] password = credential.isNone() ? DEFAULT_PASSWORD : credential.getCredential(); in computePasswordToken()