|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nimbusds.srp6.SRP6ClientCredentials
public final class SRP6ClientCredentials
The SRP-6a client credentials sent to the server at
step two. These consist of the public
client value 'A' and the client evidence message 'M1'.
| Field Summary | |
|---|---|
java.math.BigInteger |
A
The public client value 'A'. |
java.math.BigInteger |
M1
The client evidence message 'M1'. |
| Constructor Summary | |
|---|---|
SRP6ClientCredentials(java.math.BigInteger A,
java.math.BigInteger M1)
Creates a new SRP-6a client credentials. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.math.BigInteger A
public final java.math.BigInteger M1
| Constructor Detail |
|---|
public SRP6ClientCredentials(java.math.BigInteger A,
java.math.BigInteger M1)
A - The public client value 'A'. Must not be null.M1 - The client evidence message 'M1'. Must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||