public class HexHashedXRoutine extends Object implements com.nimbusds.srp6.XRoutine
| Constructor and Description |
|---|
HexHashedXRoutine() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
computeX(MessageDigest digest,
byte[] salt,
byte[] username,
byte[] password)
Computes the password key 'x'.
|
public HexHashedXRoutine()
public BigInteger computeX(MessageDigest digest, byte[] salt, byte[] username, byte[] password)
computeX in interface com.nimbusds.srp6.XRoutinedigest - The hash function 'H'.salt - The salt 's'. This is considered a mandatory argument in
computation of 'x'. Must not be null or empty.username - The user identity 'I'. Must not be null or empty.password - The user password 'P'. This is considered a mandatory argument
in the computation of 'x'. Must not be null or empty.Copyright © 2015. All Rights Reserved.