Home
last modified time | relevance | path

Searched defs:ContentDigestAlgorithm (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DContentDigestAlgorithm.java23 public enum ContentDigestAlgorithm { enum
32 ContentDigestAlgorithm(String digestAlgorithm, int digestOutputByteSize) { in ContentDigestAlgorithm() method in ContentDigestAlgorithm
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java276 Map<ContentDigestAlgorithm, byte[]> contentDigests, in generateHapSigningBlock()
372 …SignerConfig signerConfig, Map<ContentDigestAlgorithm, byte[]> contentDigests) throws SignatureExc… in generateHapSignatureSchemeBlock()
386 …SignerConfig signerConfig, Map<ContentDigestAlgorithm, byte[]> contentDigests) throws SignatureExc… in generateSignerBlock()