Searched refs:verifyHap (Results 1 – 5 of 5) sorted by relevance
104 boolean verifyHap(Options options); in verifyHap() method
328 public boolean verifyHap(Options options) { in verifyHap() method in SignToolServiceImpl
150 verifyResult = verifyHap(filePath); in verify()241 public VerifyResult verifyHap(String hapFilePath) { in verifyHap() method in VerifyHap345 boolean isCodeSign = VerifyCodeSignature.verifyHap(outputFile, blockOffset, blockLength, in checkCodeSign()
158 …public static boolean verifyHap(File file, long offset, long length, String fileFormat, String pro… in verifyHap() method in VerifyCodeSignature
344 return api.verifyHap(params); in runVerifyApp()