Package | Description |
---|---|
com.nimbusds.srp6 |
Secure Remote Password (SRP-6a) protocol implementation.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
SRP6ServerSession.step2(BigInteger A,
BigInteger M1)
Increments this SRP-6a authentication session to
SRP6ServerSession.State.STEP_2 . |
SRP6ClientCredentials |
SRP6ClientSession.step2(SRP6CryptoParams config,
BigInteger s,
BigInteger B)
Receives the password salt 's' and public value 'B' from the server.
|
void |
SRP6ClientSession.step3(BigInteger M2)
Receives the server evidence message 'M1'.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.