org.asunder.content
Class AsunderContentKey

java.lang.Object
  extended by org.asunder.content.AsunderContentKey
All Implemented Interfaces:
java.io.Serializable, DHTContentKey
Direct Known Subclasses:
CHKContentKey, SSCHKContentKey, SSKKContentKey

public abstract class AsunderContentKey
extends java.lang.Object
implements DHTContentKey

Author:
simms2k
See Also:
Serialized Form

Constructor Summary
AsunderContentKey(byte[] encoded)
           
 
Method Summary
 byte[] encodeContentKey()
           
 Id getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsunderContentKey

public AsunderContentKey(byte[] encoded)
Method Detail

encodeContentKey

public byte[] encodeContentKey()
Specified by:
encodeContentKey in interface DHTContentKey

getId

public Id getId()