Skip to content

Commit

Permalink
Logical line break.
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Apr 5, 2015
1 parent 811f78d commit 8ca6449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class CustomKeySigner {
public static void signZip(String keystorePath, char[] keystorePw, String certAlias, char[] certPw,
String signatureAlgorithm, String inputZipFilename, String outputZipFilename) throws Exception {
KeyStore keystore = KeyStoreFileManager.loadKeyStore(keystorePath, keystorePw);

X509Certificate publicKey = (X509Certificate) keystore.getCertificate(certAlias);
PrivateKey privateKey = (PrivateKey) keystore.getKey(certAlias, certPw);

Expand Down

0 comments on commit 8ca6449

Please sign in to comment.