org.ccnx.ccn.impl.security.crypto.CCNMerkleTree Member List

This is the complete list of members for org.ccnx.ccn.impl.security.crypto.CCNMerkleTree, including all inherited members.

_digestAlgorithm (defined in org.ccnx.ccn.impl.security.crypto.MerkleTree)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
_numLeaves (defined in org.ccnx.ccn.impl.security.crypto.MerkleTree)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
_rootSignature (defined in org.ccnx.ccn.impl.security.crypto.CCNMerkleTree)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [package]
_segmentObjects (defined in org.ccnx.ccn.impl.security.crypto.CCNMerkleTree)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [package]
_tree (defined in org.ccnx.ccn.impl.security.crypto.MerkleTree)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
blockCount(int length, int blockWidth)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
CCNMerkleTree(ContentObject[] contentObjects, PrivateKey signingKey)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
computeBlockDigest(int leafIndex, byte contentBlocks[][], int baseBlockIndex, int lastBlockLength)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
computeBlockDigest(int leafIndex, byte[] content, int offset, int length)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
computeBlockDigest(String digestAlgorithm, byte[] content)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
computeBlockDigest(String digestAlgorithm, byte[] content, int offset, int length)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
computeBlockDigest(byte[] block)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
computeLeafValues(ContentObject[] contentObjects)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [protected]
org::ccnx::ccn::impl::security::crypto::MerkleTree.computeLeafValues(byte contentBlocks[][], boolean isDigest, int baseBlockIndex, int lastBlockLength)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
org::ccnx::ccn::impl::security::crypto::MerkleTree.computeLeafValues(byte[] content, int offset, int length, int blockWidth)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
computeNodeDigest(String algorithm, byte[] left, byte[] right)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
computeNodeDigest(byte[] left, byte[] right)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
computeNodeValues()org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
computeRootSignature(byte[] root, PrivateKey signingKey)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [protected, static]
computeSignature(int leafIndex)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [protected]
DEFAULT_MHT_ALGORITHM (defined in org.ccnx.ccn.impl.security.crypto.CCNMerkleTree)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [static]
derGet(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
derRoot()org.ccnx.ccn.impl.security.crypto.MerkleTree
digestAlgorithm()org.ccnx.ccn.impl.security.crypto.MerkleTree
firstLeaf()org.ccnx.ccn.impl.security.crypto.MerkleTree
get(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
getNodeIndex(DEROctetString node)org.ccnx.ccn.impl.security.crypto.MerkleTree
getRootAsEncodedDigest()org.ccnx.ccn.impl.security.crypto.MerkleTree
initializeTree(ContentObject[] contentObjects)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree [protected]
org::ccnx::ccn::impl::security::crypto::MerkleTree.initializeTree(byte contentBlocks[][], boolean isDigest, int baseBlockIndex, int lastBlockLength)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
org::ccnx::ccn::impl::security::crypto::MerkleTree.initializeTree(byte[] content, int offset, int length, int blockWidth)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
isLeft(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
isMerkleTree(AlgorithmIdentifier algorithmId)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
isRight(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
leaf(int leafIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
leafNodeIndex(int leafIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
leftChild(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
log2(int arg)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
maxDepth(int numLeaves)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
maxDepth()org.ccnx.ccn.impl.security.crypto.MerkleTree
maxPathLength(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
MERKLE_OID_PREFIXorg.ccnx.ccn.impl.security.crypto.MerkleTree [protected, static]
MerkleTree(String digestAlgorithm, byte contentBlocks[][], boolean isDigest, int blockCount, int baseBlockIndex, int lastBlockLength)org.ccnx.ccn.impl.security.crypto.MerkleTree
MerkleTree(byte[] content, int offset, int length, int blockWidth)org.ccnx.ccn.impl.security.crypto.MerkleTree
MerkleTree(String digestAlgorithm, byte[] content, int offset, int length, int blockWidth)org.ccnx.ccn.impl.security.crypto.MerkleTree
MerkleTree(byte contentBlocks[][], boolean isDigest, int blockCount, int baseBlockIndex, int lastBlockLength)org.ccnx.ccn.impl.security.crypto.MerkleTree
MerkleTree(String digestAlgorithm, int numLeaves)org.ccnx.ccn.impl.security.crypto.MerkleTree [protected]
nodeCount(int numLeaves)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
nodeCount()org.ccnx.ccn.impl.security.crypto.MerkleTree
numLeaves()org.ccnx.ccn.impl.security.crypto.MerkleTree
parent(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
path(int leafNum)org.ccnx.ccn.impl.security.crypto.MerkleTree
rightChild(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree
root()org.ccnx.ccn.impl.security.crypto.MerkleTree
ROOT_NODEorg.ccnx.ccn.impl.security.crypto.MerkleTree [protected, static]
rootSignature()org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
segmentName(int leafIndex)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
segmentSignature(int leafIndex)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
segmentSignedInfo(int leafIndex)org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
setSignatures()org.ccnx.ccn.impl.security.crypto.CCNMerkleTree
sibling(int nodeIndex)org.ccnx.ccn.impl.security.crypto.MerkleTree [static]
size()org.ccnx.ccn.impl.security.crypto.MerkleTree


Generated on Thu Feb 16 00:44:56 2012 for Content-Centric Networking in Java by  doxygen 1.5.6