Searched refs:fromByteArray (Results 1 – 12 of 12) sorted by relevance
105 public static HapInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in HapInfoSegment118 SignInfo inHapSignInfo = SignInfo.fromByteArray(hapSignInfoByteArray); in fromByteArray()
167 public static ElfSignBlock fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in ElfSignBlock189 FsVerityDescriptor fsd = FsVerityDescriptor.fromByteArray(fsdArray); in fromByteArray()
209 public static NativeLibInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in NativeLibInfoSegment229 inSignedFilePosList.add(SignedFilePos.fromByteArray(entry)); in fromByteArray()254 inSignInfoList.add(SignInfo.fromByteArray(signInfoBuffer)); in fromByteArray()
103 public static SignedFilePos fromByteArray(byte[] bytes) { in fromByteArray() method in SignedFilePos
121 public static SegmentHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in SegmentHeader
117 public static MerkleTreeExtension fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in MerkleTreeExtension
221 public static SignInfo fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in SignInfo286 inExtensionList.add(MerkleTreeExtension.fromByteArray(merkleTreeExtension)); in parseMerkleTreeExtension()
118 public static FsVerityInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in FsVerityInfoSegment
134 public static CodeSignBlockHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in CodeSignBlockHeader
149 elfSignBlock = ElfSignBlock.fromByteArray(codeSignBlockBytes); in verifyElf()296 … csb.setCodeSignBlockHeader(CodeSignBlockHeader.fromByteArray(codeSignBlockHeaderByteArray)); in generateCodeSignBlock()304 csb.addToSegmentList(SegmentHeader.fromByteArray(segmentHeaderByteArray)); in generateCodeSignBlock()333 csb.setFsVerityInfoSegment(FsVerityInfoSegment.fromByteArray(sh)); in parseMerkleTree()336 csb.setHapInfoSegment(HapInfoSegment.fromByteArray(sh)); in parseMerkleTree()339 csb.setSoInfoSegment(NativeLibInfoSegment.fromByteArray(sh)); in parseMerkleTree()
88 return Strings.fromByteArray(this.fileName); in getFileName()
148 public static FsVerityDescriptor fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in FsVerityDescriptor