Skip to content

Commit

Permalink
#119: temporary solution until java dev team will find a final solution
Browse files Browse the repository at this point in the history
  • Loading branch information
firaja committed Aug 20, 2023
1 parent ef9a125 commit 7cf9d4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/password4j/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,9 @@ else if (shiftTo == 12)
return dp;
}

@SuppressWarnings("java:S1604")
@SuppressWarnings({"removal", "java:S1604"})
static SecureRandom getInstanceStrong() throws NoSuchAlgorithmException
{

String property = AccessController.doPrivileged(new PrivilegedAction<String>()
{
@Override
Expand Down

0 comments on commit 7cf9d4c

Please sign in to comment.