Sets the content's kbrId to the data digest
Called on locally created CHKContent to prepare it for transport
This can be processor intensive, so be sure to run in a thread
Computes the content's signature using the supplied private key
(which must match the public key of course)
as sign(prikey,concat(hash,path))
Assumes the dataDigest is correct, so be warned
This can be processor intensive, so be sure to run in a thread
Computes the content's signature using the supplied private key
(which must match the public key of course)
as sign(prikey,concat(hash,path,version))
Assumes the dataDigest is correct, so be warned
This can be processor intensive, so be sure to run in a thread
AsunderMessage's are always routed directly to peers, so forwarding should not occur
but due to the pastry implementation, sent and delivered messages cause forward() to fire.