8255557: Decouple GCM from CipherCore

Reviewed-by: valeriep
This commit is contained in:
Anthony Scarpino 2021-06-07 22:22:28 +00:00
parent e546ae27ff
commit c7c77fd32b
15 changed files with 2087 additions and 1545 deletions

View file

@ -217,8 +217,6 @@ public final class SecurityProviderConstants {
store("DiffieHellman", KnownOIDs.DiffieHellman);
store("AES", KnownOIDs.AES, "Rijndael");
store("EC", KnownOIDs.EC, "EllipticCurve");
store("X.509", null, "X509");