Home
last modified time | relevance | path

Searched refs:computeDigest (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DDigestUtils.java35 …public static byte[] computeDigest(byte[] inputContentArray, String algorithm) throws NoSuchAlgori… in computeDigest() method in DigestUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DBcSignedDataGenerator.java119 byte[] digest = computeDigest(unsignedDataDigest, hashAlgorithm.name()); in createSignInfo()
141 …private byte[] computeDigest(byte[] unsignedDataDigest, String algorithm) throws CodeSignException… in computeDigest() method in BcSignedDataGenerator
144 digest = DigestUtils.computeDigest(unsignedDataDigest, algorithm); in computeDigest()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityGenerator.java100 …digest = DigestUtils.computeDigest(fsVerityDescriptor, FS_VERITY_HASH_ALGORITHM.getHashAlgorithm()… in generateFsVerityDigest()
DMerkleTreeBuilder.java189 hashes[index++] = DigestUtils.computeDigest(tempByte, this.mAlgorithm); in runHashTask()
311 rootHash = DigestUtils.computeDigest(fsVerityHashPage, this.mAlgorithm); in getMerkleTree()