Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityHashAlgorithm.java31 private final int outputByteSize; field in FsVerityHashAlgorithm
33 FsVerityHashAlgorithm(byte id, String hashAlgorithm, int outputByteSize) { in FsVerityHashAlgorithm() argument
36 this.outputByteSize = outputByteSize; in FsVerityHashAlgorithm()
48 return outputByteSize; in getOutputByteSize()