Skip to content

Commit ed1208c

Browse files
committed
moved missing method to Java 9 GCMFipsUtil class.
1 parent cc8f38f commit ed1208c

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

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

0 commit comments

Comments
 (0)