Class NetworkArtifact

java.lang.Object
rice.p2p.past.ContentHashPastContent
i5.las2peer.persistency.AbstractArtifact
i5.las2peer.persistency.NetworkArtifact
All Implemented Interfaces:
Serializable, rice.p2p.past.PastContent
Direct Known Subclasses:
EnvelopeArtifact, MetadataArtifact

public abstract class NetworkArtifact extends AbstractArtifact
A network artifact is a bunch of arbitrary data in the shared storage. It is signed to help detect manipulations. Note that this signature is self signed, one has to check if the used key is in a list of trusted keys.
See Also: