equal
deleted
inserted
replaced
91 * @author Andreas Sterbenz |
91 * @author Andreas Sterbenz |
92 */ |
92 */ |
93 final class CipherBox { |
93 final class CipherBox { |
94 |
94 |
95 // A CipherBox that implements the identity operation |
95 // A CipherBox that implements the identity operation |
96 final static CipherBox NULL = new CipherBox(); |
96 static final CipherBox NULL = new CipherBox(); |
97 |
97 |
98 /* Class and subclass dynamic debugging support */ |
98 /* Class and subclass dynamic debugging support */ |
99 private static final Debug debug = Debug.getInstance("ssl"); |
99 private static final Debug debug = Debug.getInstance("ssl"); |
100 |
100 |
101 // the protocol version this cipher conforms to |
101 // the protocol version this cipher conforms to |