Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4Signature.java36 public static class HashingInfo { class in V4Signature
42 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo() method in V4Signature.HashingInfo