public class TlsSRPLoginParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
salt |
protected TlsSRPConfig |
srpConfig |
protected java.math.BigInteger |
verifier |
Constructor and Description |
---|
TlsSRPLoginParameters(TlsSRPConfig srpConfig,
java.math.BigInteger verifier,
byte[] salt) |
Modifier and Type | Method and Description |
---|---|
TlsSRPConfig |
getConfig() |
byte[] |
getSalt() |
java.math.BigInteger |
getVerifier() |
protected TlsSRPConfig srpConfig
protected java.math.BigInteger verifier
protected byte[] salt
public TlsSRPLoginParameters(TlsSRPConfig srpConfig, java.math.BigInteger verifier, byte[] salt)
public TlsSRPConfig getConfig()
public byte[] getSalt()
public java.math.BigInteger getVerifier()