|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.agreement.owl.OwlInitialRegistration
The payload sent by OwlClientRegistration, during the user registration phase of an Owl exchange.
The OwlClientRegistration creates and sends an instance
of this payload to the OwlServerRegistration.
The payload to send should be created via
OwlClientRegistration.initiateUserRegistration().
Each OwlServerRegistration must also validate the payload
received from the OwlClientRegistration.
The received payload should be validated via
OwlServerRegistration.registerUseronServer(OwlInitialRegistration).
| Constructor Summary | |
OwlInitialRegistration(java.lang.String clientId,
java.math.BigInteger pi,
ECPoint gt)
Constructor of OwlInitialRegistration |
|
| Method Summary | |
java.lang.String |
getClientId()
Get the client identity (or username) |
ECPoint |
getGt()
Get T = t * [G] |
java.math.BigInteger |
getPi()
Get pi = H(t), where t = H(Username||password) mod(n) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OwlInitialRegistration(java.lang.String clientId,
java.math.BigInteger pi,
ECPoint gt)
clientId - Client identity (or username)pi - pi = H(t), where t = H(Username||password) mod(n)gt - T = t * [G]| Method Detail |
public java.lang.String getClientId()
public java.math.BigInteger getPi()
public ECPoint getGt()
|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||