|
|||||||||
| 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.SSKKContent
public final class SSKKContent
Subspace-signed keyword-keyed content Includes a signature and a public key which verifies the signature
| Constructor Summary | |
|---|---|
SSKKContent(byte[] data,
java.security.PublicKey pubKey,
java.lang.String path,
long version)
Creates a new instance of SSCHKContent |
|
| Method Summary | |
|---|---|
DHTContentKey |
getContentKey()
|
boolean |
permitsOverwrite()
SSKKContent may be overwritten with a newer version, so always returns true |
| 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 SSKKContent(byte[] data,
java.security.PublicKey pubKey,
java.lang.String path,
long version)
| Method Detail |
|---|
public boolean permitsOverwrite()
public DHTContentKey getContentKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||