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

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DProtocolList.java55 ProtocolList(ArrayList<ProtocolVersion> versions) { argument
56 this.protocols = versions;
82 ArrayList<ProtocolVersion> versions = new ArrayList<>(3);
85 if (versions.contains(version) == false) {
86 versions.add(version);
90 return versions;
122 * client hello and protocol versions supported by the server.

Completed in 28 milliseconds