final class sun.security.ssl.Authenticator$DTLS13Authenticator extends sun.security.ssl.Authenticator$DTLSAuthenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.Authenticator$DTLS13Authenticator
  super_class: sun.security.ssl.Authenticator$DTLSAuthenticator
{
  private static final int BLOCK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  private void <init>(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.Authenticator$DTLS13Authenticator this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 385
            aload 0 /* this */
            bipush 13
            newarray 8
            invokespecial sun.security.ssl.Authenticator$DTLSAuthenticator.<init>:([B)V
         1: .line 386
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLS13Authenticator.block:[B
            bipush 9
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            bastore
         2: .line 387
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLS13Authenticator.block:[B
            bipush 10
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            bastore
         3: .line 388
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Authenticator$DTLS13Authenticator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lsun/security/ssl/Authenticator$DTLS13Authenticator;
            0    4     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  byte[] acquireAuthenticationBytes(byte, int, byte[]);
    descriptor: (BI[B)[B
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.ssl.Authenticator$DTLS13Authenticator this
        start local 1 // byte type
        start local 2 // int length
        start local 3 // byte[] sequence
         0: .line 393
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLS13Authenticator.block:[B
            bipush 8
            bipush 13
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            astore 4 /* ad */
        start local 4 // byte[] ad
         1: .line 396
            aload 0 /* this */
            invokevirtual sun.security.ssl.Authenticator$DTLS13Authenticator.increaseSequenceNumber:()V
         2: .line 398
            aload 4 /* ad */
            iconst_0
            iload 1 /* type */
            bastore
         3: .line 399
            aload 4 /* ad */
            iconst_3
            iload 2 /* length */
            bipush 8
            ishr
            i2b
            bastore
         4: .line 400
            aload 4 /* ad */
            iconst_4
            iload 2 /* length */
            sipush 255
            iand
            i2b
            bastore
         5: .line 402
            aload 4 /* ad */
            areturn
        end local 4 // byte[] ad
        end local 3 // byte[] sequence
        end local 2 // int length
        end local 1 // byte type
        end local 0 // sun.security.ssl.Authenticator$DTLS13Authenticator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/security/ssl/Authenticator$DTLS13Authenticator;
            0    6     1      type  B
            0    6     2    length  I
            0    6     3  sequence  [B
            1    6     4        ad  [B
    MethodParameters:
          Name  Flags
      type      
      length    
      sequence  
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
  private final DTLS13Authenticator = sun.security.ssl.Authenticator$DTLS13Authenticator of sun.security.ssl.Authenticator
  private DTLSAuthenticator = sun.security.ssl.Authenticator$DTLSAuthenticator of sun.security.ssl.Authenticator