|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.past.ContentHashPastContent rice.post.delivery.Delivery rice.post.delivery.Receipt
public class Receipt
The receipt stored in Past
Nested Class Summary |
---|
Nested classes/interfaces inherited from class rice.post.delivery.Delivery |
---|
Delivery.DeliveryHandle |
Field Summary | |
---|---|
protected byte[] |
signature
The signature |
Fields inherited from class rice.post.delivery.Delivery |
---|
message |
Fields inherited from class rice.p2p.past.ContentHashPastContent |
---|
myId |
Constructor Summary | |
---|---|
protected |
Receipt(SignedPostMessage message,
Id id,
byte[] signature)
Constructor which takes the wrapped message |
Method Summary | |
---|---|
byte[] |
getSignature()
Returns the internal signature |
Methods inherited from class rice.post.delivery.Delivery |
---|
getHandle, getMessage, getMetadata, getSignedMessage, getVersion |
Methods inherited from class rice.p2p.past.ContentHashPastContent |
---|
checkInsert, getHandle, getId, isMutable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface rice.p2p.past.PastContent |
---|
checkInsert, getHandle, getId, isMutable |
Field Detail |
---|
protected byte[] signature
Constructor Detail |
---|
protected Receipt(SignedPostMessage message, Id id, byte[] signature)
message
- The message to deliverMethod Detail |
---|
public byte[] getSignature()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |