Class OwlInitialRegistration
java.lang.Object
org.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
ConstructorsConstructorDescriptionOwlInitialRegistration(String clientId, BigInteger pi, ECPoint gt) Constructor of OwlInitialRegistration -
Method Summary
-
Constructor Details
-
OwlInitialRegistration
Constructor of OwlInitialRegistration- Parameters:
clientId- Client identity (or username)pi- pi = H(t), where t = H(Username||password) mod(n)gt- T = t * [G]
-
-
Method Details
-
getClientId
-
getPi
-
getGt
-