Home
last modified time | relevance | path

Searched defs:computeDigest (Results 1 – 2 of 2) 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.java144 …private byte[] computeDigest(byte[] unsignedDataDigest, String algorithm) throws CodeSignException… in computeDigest() method in BcSignedDataGenerator