protected static class SendThenDelegateFragment.SendThenDelegateAnnouncement extends java.lang.Object implements Announcement
Announcement.AnnouncementVector, Announcement.EmptyAnnouncement| Modifier and Type | Field and Description |
|---|---|
SendFirstValue |
sendFirstValue |
java.util.HashMap<java.lang.String,Announcement> |
subprotocolAnnouncements |
SendThenDelegateFragment.SubprotocolSpec |
subprotocolSpec |
EMPTY| Constructor and Description |
|---|
SendThenDelegateAnnouncement(SendThenDelegateFragment.SubprotocolSpec subprotocolSpec,
java.util.Map<java.lang.String,? extends Announcement> subprotocolAnnouncements,
SendFirstValue sendFirstValue) |
| Modifier and Type | Method and Description |
|---|---|
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
public final java.util.HashMap<java.lang.String,Announcement> subprotocolAnnouncements
public final SendFirstValue sendFirstValue
public final SendThenDelegateFragment.SubprotocolSpec subprotocolSpec
public SendThenDelegateAnnouncement(SendThenDelegateFragment.SubprotocolSpec subprotocolSpec, java.util.Map<java.lang.String,? extends Announcement> subprotocolAnnouncements, SendFirstValue sendFirstValue)
public org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representable