Searched refs:NAMED_CURVE_OID_TABLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHelloExtensions.java545 if ((index <= 0) || (index >= NAMED_CURVE_OID_TABLE.length)) {
565 if ((index > 0) && (index < NAMED_CURVE_OID_TABLE.length)) {
566 return NAMED_CURVE_OID_TABLE[index];
575 private final static String[] NAMED_CURVE_OID_TABLE = new String[] { field in class:SupportedEllipticCurvesExtension
608 for (int i = 1; i < NAMED_CURVE_OID_TABLE.length; i++) {
609 curveIndices.put(NAMED_CURVE_OID_TABLE[i], i);

Completed in 32 milliseconds