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