public class JPAKERound1Payload 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.createRound1PayloadToSend()
.
Each JPAKEParticipant
must also validate the payload
received from the other JPAKEParticipant
.
The received payload should be validated via
JPAKEParticipant.validateRound1PayloadReceived(JPAKERound1Payload)
.
Constructor and Description |
---|
JPAKERound1Payload(String participantId,
BigInteger gx1,
BigInteger gx2,
BigInteger[] knowledgeProofForX1,
BigInteger[] knowledgeProofForX2) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getGx1() |
BigInteger |
getGx2() |
BigInteger[] |
getKnowledgeProofForX1() |
BigInteger[] |
getKnowledgeProofForX2() |
String |
getParticipantId() |
public JPAKERound1Payload(String participantId, BigInteger gx1, BigInteger gx2, BigInteger[] knowledgeProofForX1, BigInteger[] knowledgeProofForX2)
public String getParticipantId()
public BigInteger getGx1()
public BigInteger getGx2()
public BigInteger[] getKnowledgeProofForX1()
public BigInteger[] getKnowledgeProofForX2()
Copyright © 2016 BouncyCastle.org. All rights reserved.