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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java120 // obsoleted since protocol version
121 final int obsoleted; field in class:CipherSuite
131 boolean allowed, int obsoleted, int supported, PRF prfAlg) {
158 this.obsoleted = obsoleted;
176 this.obsoleted = ProtocolVersion.LIMIT_MAX_VALUE;
267 boolean allowed, int obsoleted, int supported, PRF prf) {
270 cipher, allowed, obsoleted, supported, prf);
292 boolean allowed, int obsoleted) {
293 // If this is an obsoleted suit
129 CipherSuite(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted, int supported, PRF prfAlg) argument
265 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted, int supported, PRF prf) argument
290 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted) argument
[all...]

Completed in 32 milliseconds