public class JPAKERound3Payload 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.createRound3PayloadToSend(BigInteger)
Each JPAKEParticipant
must also validate the payload
received from the other JPAKEParticipant
.
The received payload should be validated via
JPAKEParticipant.validateRound3PayloadReceived(JPAKERound3Payload, BigInteger)
Constructor and Description |
---|
JPAKERound3Payload(String participantId,
BigInteger magTag) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getMacTag() |
String |
getParticipantId() |
public JPAKERound3Payload(String participantId, BigInteger magTag)
public String getParticipantId()
public BigInteger getMacTag()
Copyright © 2021 BouncyCastle.org. All rights reserved.