Class JPAKERound2Payload
java.lang.Object
org.bouncycastle.crypto.agreement.jpake.JPAKERound2Payload
The payload sent/received during the second round of a J-PAKE exchange.
Each JPAKEParticipant
creates and sends an instance
of this payload to the other JPAKEParticipant
.
The payload to send should be created via
JPAKEParticipant.createRound2PayloadToSend()
Each JPAKEParticipant
must also validate the payload
received from the other JPAKEParticipant
.
The received payload should be validated via
JPAKEParticipant.validateRound2PayloadReceived(JPAKERound2Payload)
-
Constructor Summary
ConstructorDescriptionJPAKERound2Payload
(String participantId, BigInteger a, BigInteger[] knowledgeProofForX2s) -
Method Summary
-
Constructor Details
-
JPAKERound2Payload
-
-
Method Details
-
getParticipantId
-
getA
-
getKnowledgeProofForX2s
-