Searched refs:treeLength (Results 1 – 1 of 1) sorted by relevance
63 private int treeLength; field in ElfSignBlock81 this.treeLength = paddingSize + inMerkleTreeData.length; in ElfSignBlock()82 this.merkleTreeWithPadding = new byte[this.treeLength]; in ElfSignBlock()87 private ElfSignBlock(int type, int treeLength, byte[] merkleTreeWithPadding, in ElfSignBlock() argument90 this.treeLength = treeLength; in ElfSignBlock()