jdk/src/java.base/share/classes/sun/security/ssl/Plaintext.java
changeset 32649 2ee9017c7597
parent 30904 ec0224270f90
child 41820 3d8c88d00c9f
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    30 
    30 
    31 /*
    31 /*
    32  * Plaintext
    32  * Plaintext
    33  */
    33  */
    34 final class Plaintext {
    34 final class Plaintext {
    35     final static Plaintext PLAINTEXT_NULL = new Plaintext();
    35     static final Plaintext PLAINTEXT_NULL = new Plaintext();
    36 
    36 
    37     byte            contentType;
    37     byte            contentType;
    38     byte            majorVersion;
    38     byte            majorVersion;
    39     byte            minorVersion;
    39     byte            minorVersion;
    40     int             recordEpoch;    // incremented on every cipher state change
    40     int             recordEpoch;    // incremented on every cipher state change