org.asunder.content
Class SSCHKContent

java.lang.Object
  extended by org.asunder.content.AsunderContent
      extended by org.asunder.content.SSCHKContent
All Implemented Interfaces:
java.io.Serializable, DHTContent

public final class SSCHKContent
extends AsunderContent

Subspace-signed content-hashed content Includes a signature and a public key which verifies the signature

Author:
simms2k
See Also:
Serialized Form

Constructor Summary
SSCHKContent(byte[] data, java.security.PublicKey pubKey, java.lang.String path)
          Creates a new instance of SSCHKContent
 
Method Summary
 DHTContentKey getContentKey()
           
 boolean permitsOverwrite()
           
 
Methods inherited from class org.asunder.content.AsunderContent
encodeContent, getContentLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSCHKContent

public SSCHKContent(byte[] data,
                    java.security.PublicKey pubKey,
                    java.lang.String path)
Creates a new instance of SSCHKContent

Method Detail

permitsOverwrite

public boolean permitsOverwrite()

getContentKey

public DHTContentKey getContentKey()