public class ECJPAKERound3Payload
extends java.lang.Object
Each ECJPAKEParticipant creates and sends an instance
of this payload to the other ECJPAKEParticipant.
The payload to send should be created via
ECJPAKEParticipant.createRound3PayloadToSend(BigInteger)
Each ECJPAKEParticipant must also validate the payload
received from the other ECJPAKEParticipant.
The received payload should be validated via
ECJPAKEParticipant.validateRound3PayloadReceived(ECJPAKERound3Payload, BigInteger)
| Constructor and Description |
|---|
ECJPAKERound3Payload(java.lang.String participantId,
java.math.BigInteger magTag) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getMacTag() |
java.lang.String |
getParticipantId() |