Skip to content

Commit

Permalink
added missing method to Java 9 GCMUtil class.
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jan 11, 2025
1 parent 3c0c6e1 commit cc8f38f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ static boolean isGCMParameterSpecAvailable()
{
return true;
}

static AEADNonceGeneratorFactory getDefaultFipsGCMNonceGeneratorFactory()
{
return null;
}
}

0 comments on commit cc8f38f

Please sign in to comment.