mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8235710: Remove the legacy elliptic curves
Reviewed-by: xuelei, erikj
This commit is contained in:
parent
8239b67d4f
commit
0b83fc0150
77 changed files with 107 additions and 20127 deletions
|
@ -53,11 +53,6 @@ public class CurveDB {
|
|||
|
||||
private static Collection<? extends NamedCurve> specCollection;
|
||||
|
||||
// Used by SunECEntries
|
||||
public static Collection<? extends NamedCurve>getSupportedCurves() {
|
||||
return specCollection;
|
||||
}
|
||||
|
||||
// Return a NamedCurve for the specified OID/name or null if unknown.
|
||||
public static NamedCurve lookup(String name) {
|
||||
NamedCurve spec = oidMap.get(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue