Skip to content

Commit

Permalink
Deprecate calculateHmacSha1 method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Nov 21, 2023
1 parent da2b01f commit b92ae39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ private static String calculateHmacSha256(String key, String value) throws Signa
* @return
* @throws SignatureException
*/
@Deprecated
public static String calculateHmacSha1(String key, String value) throws SignatureException {
String result;
try {
Expand Down

0 comments on commit b92ae39

Please sign in to comment.