Update ReadAppSignature.java

This commit is contained in:
wanxf 2022-11-01 21:19:14 +08:00 committed by GitHub
parent a5f7800baa
commit b12247b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,6 @@ public class ReadAppSignature extends CordovaPlugin {
digest = MessageDigest.getInstance("SHA1");
} catch (NoSuchAlgorithmException e) {
e.printStackTrace();
} catch (NoSuchProviderException e) {
e.printStackTrace();
}
digest.update(sig);
byte[] hashtext = digest.digest();