Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4Signature.java49 static HashingInfo fromByteArray(byte[] bytes) throws IOException { in fromByteArray() method in V4Signature.HashingInfo
88 static SigningInfo fromByteArray(byte[] bytes) throws IOException { in fromByteArray() method in V4Signature.SigningInfo
156 public static SigningInfos fromByteArray(byte[] bytes) throws IOException { in fromByteArray() method in V4Signature.SigningInfos