Home
last modified time | relevance | path

Searched defs:fromByteArray (Results 1 – 11 of 11) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DHapInfoSegment.java106 public static HapInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in HapInfoSegment
DMerkleTreeExtension.java117 public static MerkleTreeExtension fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in MerkleTreeExtension
DSignedFilePos.java103 public static SignedFilePos fromByteArray(byte[] bytes) { in fromByteArray() method in SignedFilePos
DFsVerityInfoSegment.java118 public static FsVerityInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in FsVerityInfoSegment
DSegmentHeader.java121 public static SegmentHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in SegmentHeader
DElfSignBlock.java167 public static ElfSignBlock fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in ElfSignBlock
DPageInfoExtension.java153 public static PageInfoExtension fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in PageInfoExtension
DCodeSignBlockHeader.java134 public static CodeSignBlockHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in CodeSignBlockHeader
DNativeLibInfoSegment.java209 public static NativeLibInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in NativeLibInfoSegment
DSignInfo.java225 public static SignInfo fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in SignInfo
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java154 public static FsVerityDescriptor fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() method in FsVerityDescriptor