Searched defs:certPath (Results 1 - 1 of 1) sorted by relevance

/system/extras/verity/
H A DBootSignature.java224 String certPath,
241 X509Certificate cert = Utils.loadPEMCertificate(certPath);
257 public static void verifySignature(String imagePath, String certPath) throws Exception { argument
268 if (!certPath.isEmpty()) {
269 System.err.println("NOTE: verifying using public key from " + certPath);
270 bootsig.setCertificate(Utils.loadPEMCertificate(certPath));
300 String certPath = "";
304 certPath = args[3];
308 verifySignature(args[1], certPath);
221 doSignature( String target, String imagePath, String keyPath, String certPath, String outPath) argument

Completed in 488 milliseconds