public class JPAKERound2Payload extends 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(String participantId,
BigInteger a,
BigInteger[] knowledgeProofForX2s) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getA() |
BigInteger[] |
getKnowledgeProofForX2s() |
String |
getParticipantId() |
public JPAKERound2Payload(String participantId, BigInteger a, BigInteger[] knowledgeProofForX2s)
public String getParticipantId()
public BigInteger getA()
public BigInteger[] getKnowledgeProofForX2s()
Copyright © 2016 BouncyCastle.org. All rights reserved.