jdk/src/java.base/share/classes/sun/security/ssl/CipherBox.java
changeset 32649 2ee9017c7597
parent 30904 ec0224270f90
child 34687 d302ed125dc9
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    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