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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java39 import sun.security.ssl.CipherSuite.*;
40 import static sun.security.ssl.CipherSuite.KeyExchange.*;
41 import static sun.security.ssl.CipherSuite.PRF.*;
45 * An SSL/TLS CipherSuite. Constants for the standard key exchange, cipher,
48 * The CipherSuite class and the inner classes defined in this file roughly
54 * instances representing the same CipherSuite, etc. This means equality
68 final class CipherSuite implements Comparable { class in inherits:Comparable
76 // Flag indicating if CipherSuite availability can change dynamically.
85 // Map Integer(id) -> CipherSuite
87 private final static Map<Integer,CipherSuite> idMa
129 private CipherSuite(String name, int id, int priority, method in class:CipherSuite
166 private CipherSuite(String name, int id) { method in class:CipherSuite
[all...]

Completed in 31 milliseconds