|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asunder.content.AsunderContent
org.asunder.content.SSCHKContent
public final class SSCHKContent
Subspace-signed content-hashed content Includes a signature and a public key which verifies the signature
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 |
---|
public SSCHKContent(byte[] data, java.security.PublicKey pubKey, java.lang.String path)
Method Detail |
---|
public boolean permitsOverwrite()
public DHTContentKey getContentKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |