public class JPAKERound2Payload
extends java.lang.Object
 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 and Description | 
|---|
JPAKERound2Payload(java.lang.String participantId,
                  java.math.BigInteger a,
                  java.math.BigInteger[] knowledgeProofForX2s)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.math.BigInteger | 
getA()  | 
java.math.BigInteger[] | 
getKnowledgeProofForX2s()  | 
java.lang.String | 
getParticipantId()  |