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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHelloExtensions.java460 private final int[] curveIds; field in class:SupportedEllipticCurvesExtension
462 private SupportedEllipticCurvesExtension(int[] curveIds) { argument
464 this.curveIds = curveIds;
474 curveIds = new int[k >> 1];
475 for (int i = 0; i < curveIds.length; i++) {
476 curveIds[i] = s.getInt16();
481 for (int curveId : curveIds) {
489 // Return a reference to the internal curveIds array.
491 int[] curveIds() { method in class:SupportedEllipticCurvesExtension
[all...]

Completed in 37 milliseconds