Skip to content

Commit cc8f38f

Browse files
committed
added missing method to Java 9 GCMUtil class.
1 parent 3c0c6e1 commit cc8f38f

File tree

1 file changed

+5
-0
lines changed
  • tls/src/main/jdk1.9/org/bouncycastle/tls/crypto/impl/jcajce

1 file changed

+5
-0
lines changed

tls/src/main/jdk1.9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ static boolean isGCMParameterSpecAvailable()
1616
{
1717
return true;
1818
}
19+
20+
static AEADNonceGeneratorFactory getDefaultFipsGCMNonceGeneratorFactory()
21+
{
22+
return null;
23+
}
1924
}

0 commit comments

Comments
 (0)