public class TlsSRPLoginParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SRP6GroupParameters |
group |
protected byte[] |
salt |
protected BigInteger |
verifier |
| Constructor and Description |
|---|
TlsSRPLoginParameters(SRP6GroupParameters group,
BigInteger verifier,
byte[] salt) |
protected SRP6GroupParameters group
protected BigInteger verifier
protected byte[] salt
public TlsSRPLoginParameters(SRP6GroupParameters group, BigInteger verifier, byte[] salt)
public SRP6GroupParameters getGroup()
public byte[] getSalt()
public BigInteger getVerifier()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.