Serialized Form


Package org.asunder.content

Class org.asunder.content.AsunderContent extends java.lang.Object implements Serializable

Serialized Fields

kbrIdBytes

byte[] kbrIdBytes

kbrId

Id kbrId

data

byte[] data

Class org.asunder.content.AsunderContentKey extends java.lang.Object implements Serializable

Serialized Fields

encoded

byte[] encoded

id

Id id

Class org.asunder.content.CHKContent extends AsunderContent implements Serializable

Class org.asunder.content.CHKContentKey extends AsunderContentKey implements Serializable

Class org.asunder.content.SSCHKContent extends AsunderContent implements Serializable

Serialized Fields

dataDigest

byte[] dataDigest

path

java.lang.String path

pubKey

java.security.PublicKey pubKey

signature

byte[] signature

Class org.asunder.content.SSCHKContentKey extends AsunderContentKey implements Serializable

Class org.asunder.content.SSKKContent extends AsunderContent implements Serializable

Serialized Fields

dataDigest

byte[] dataDigest

path

java.lang.String path
the path for the content to give consumer an idea of the content type


pubKey

java.security.PublicKey pubKey
The public key matching the private key which signs this content


signature

byte[] signature
Private Key signature of concat(pubkey,datadigest,path,version)


version

long version
indicates the version of the content content with the same Id and a higher version may overwrite older versions

Class org.asunder.content.SSKKContentKey extends AsunderContentKey implements Serializable


Package org.asunder.dhtapi

Class org.asunder.dhtapi.DHTContentHashException extends java.lang.Exception implements Serializable

Class org.asunder.dhtapi.DHTContentSignatureException extends java.lang.Exception implements Serializable


Package org.asunder.exception

Class org.asunder.exception.AsunderNoRouteException extends java.lang.Exception implements Serializable

Class org.asunder.exception.AsunderTimeoutException extends java.lang.Exception implements Serializable

Class org.asunder.exception.AsunderVerificationException extends java.lang.Exception implements Serializable