Searched defs:soid (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DNamedCurve.java120 private static void add(String name, String soid, int type, String sfield, argument
136 ObjectIdentifier oid = new ObjectIdentifier(soid);
138 if (oidMap.put(soid, params) != null) {
139 throw new RuntimeException("Duplication oid: " + soid);

Completed in 40 milliseconds