jkbbwr
07/05/2016, 1:26 PMtry {
Log.d("", String.valueOf(sig.verify(rawSignature)));
} catch (IOException e) {
e.printStackTrace();
} catch (NoSuchAlgorithmException e) {
e.printStackTrace();
} catch (InvalidKeyException e) {
e.printStackTrace();
} catch (SignatureException e) {
e.printStackTrace();
} catch (InvalidKeySpecException e) {
e.printStackTrace();
}