Searched refs:syntheticPassword (Results 1 – 1 of 1) sorted by relevance
154 private @NonNull String syntheticPassword; field in SyntheticPasswordManager.AuthenticationToken162 return (new SP800Derive(syntheticPassword.getBytes())) in derivePassword()166 syntheticPassword.getBytes()); in derivePassword()192 this.syntheticPassword = String.valueOf(HexEncoding.encode( in initialize()195 this.E0 = SyntheticPasswordCrypto.encrypt(this.syntheticPassword.getBytes(), in initialize()214 return SyntheticPasswordCrypto.decrypt(syntheticPassword.getBytes(), PERSONALIZATION_E0, in computeP0()834 secret = authToken.syntheticPassword.getBytes(); in createSyntheticPasswordBlob()1013 result.syntheticPassword = new String(secret); in unwrapSyntheticPasswordBlob()