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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DProtocolVersion.java73 final static ProtocolVersion TLS12 = new ProtocolVersion(0x0303, "TLSv1.2"); field in class:ProtocolVersion
81 final static ProtocolVersion MAX = TLS12;
115 } else if (v == TLS12.v) {
116 return TLS12;
159 } else if (name.equals(TLS12.name)) {
160 return TLS12;

Completed in 38 milliseconds