jdk/src/java.base/share/classes/sun/security/ssl/Ciphertext.java
changeset 32649 2ee9017c7597
parent 30904 ec0224270f90
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    30 
    30 
    31 /*
    31 /*
    32  * enumeration of record type
    32  * enumeration of record type
    33  */
    33  */
    34 final class Ciphertext {
    34 final class Ciphertext {
    35     final static Ciphertext CIPHERTEXT_NULL = new Ciphertext();
    35     static final Ciphertext CIPHERTEXT_NULL = new Ciphertext();
    36 
    36 
    37     RecordType recordType;
    37     RecordType recordType;
    38     long recordSN;
    38     long recordSN;
    39 
    39 
    40     HandshakeStatus handshakeStatus;    // null if not used or not handshaking
    40     HandshakeStatus handshakeStatus;    // null if not used or not handshaking