Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8c50acc authored by Cole Faust's avatar Cole Faust
Browse files
parent 9964b7ee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -302,7 +302,6 @@ class SignApk {
            final KeyStore keyStore, final String keyName)
            throws CertificateException, KeyStoreException, NoSuchAlgorithmException,
                    UnrecoverableKeyException, UnrecoverableEntryException {
        final Key key = keyStore.getKey(keyName, readPassword(keyName));
        final PrivateKeyEntry privateKeyEntry = (PrivateKeyEntry) keyStore.getEntry(keyName, null);
        if (privateKeyEntry == null) {
        throw new Error(