Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542162061
Change-Id: Iee815ff6aada47451b59ee7aa91eceb4092f6192
  • Loading branch information
ise-crypto authored and copybara-github committed Jun 21, 2023
1 parent 47124ba commit af343c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void verify(String rewardUrl) throws GeneralSecurityException {
long keyId = Long.parseLong(sigAndKeyId.substring(i + KEY_ID_PARAM_NAME.length()));
verify(tbsData, keyId, Base64.urlSafeDecode(sig));
} catch (NumberFormatException ex) {
throw new GeneralSecurityException("key_id must be a long");
throw new GeneralSecurityException("key_id must be a long", ex);
}
}

Expand Down

0 comments on commit af343c5

Please sign in to comment.