mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8255557: Decouple GCM from CipherCore
Reviewed-by: valeriep
This commit is contained in:
parent
e546ae27ff
commit
c7c77fd32b
15 changed files with 2087 additions and 1545 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue