final class com.sun.crypto.provider.GaloisCounterMode extends com.sun.crypto.provider.FeedbackCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.crypto.provider.GaloisCounterMode
  super_class: com.sun.crypto.provider.FeedbackCipher
{
  static int DEFAULT_TAG_LEN;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int DEFAULT_IV_LEN;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  private static final int MAX_BUF_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  private java.io.ByteArrayOutputStream aadBuffer;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private int sizeOfAAD;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.io.ByteArrayOutputStream ibuffer;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private int tagLenBytes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] subkeyH;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] preCounterBlock;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private com.sun.crypto.provider.GCTR gctrPAndC;
    descriptor: Lcom/sun/crypto/provider/GCTR;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.crypto.provider.GHASH ghashAllToS;
    descriptor: Lcom/sun/crypto/provider/GHASH;
    flags: (0x0002) ACC_PRIVATE

  private int processed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] aadBufferSave;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int sizeOfAADSave;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] ibufferSave;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int processedSave;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            bipush 16
            putstatic com.sun.crypto.provider.GaloisCounterMode.DEFAULT_TAG_LEN:I
         1: .line 50
            bipush 12
            putstatic com.sun.crypto.provider.GaloisCounterMode.DEFAULT_IV_LEN:I
         2: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void increment32(byte[]);
    descriptor: ([B)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // byte[] value
         0: .line 91
            aload 0 /* value */
            arraylength
            bipush 16
            if_icmpeq 2
         1: .line 93
            new java.security.ProviderException
            dup
            ldc "Illegal counter block length"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            arraylength
            iconst_1
            isub
            istore 1 /* n */
        start local 1 // int n
         3: .line 97
            goto 5
         4: .line 98
      StackMap locals: int
      StackMap stack:
            iinc 1 /* n */ -1
         5: .line 97
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            aload 0 /* value */
            arraylength
            iconst_4
            isub
            if_icmplt 6
            aload 0 /* value */
            iload 1 /* n */
            dup2
            baload
            iconst_1
            iadd
            i2b
            dup_x2
            bastore
            ifeq 4
         6: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int n
        end local 0 // byte[] value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  value  [B
            3    7     1      n  I
    MethodParameters:
       Name  Flags
      value  

  private static byte[] getLengthBlock(int);
    descriptor: (I)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // int ivLenInBytes
         0: .line 103
            iload 0 /* ivLenInBytes */
            i2l
            iconst_3
            lshl
            lstore 1 /* ivLen */
        start local 1 // long ivLen
         1: .line 104
            bipush 16
            newarray 8
            astore 3 /* out */
        start local 3 // byte[] out
         2: .line 105
            aload 3 /* out */
            bipush 8
            lload 1 /* ivLen */
            bipush 56
            lushr
            l2i
            i2b
            bastore
         3: .line 106
            aload 3 /* out */
            bipush 9
            lload 1 /* ivLen */
            bipush 48
            lushr
            l2i
            i2b
            bastore
         4: .line 107
            aload 3 /* out */
            bipush 10
            lload 1 /* ivLen */
            bipush 40
            lushr
            l2i
            i2b
            bastore
         5: .line 108
            aload 3 /* out */
            bipush 11
            lload 1 /* ivLen */
            bipush 32
            lushr
            l2i
            i2b
            bastore
         6: .line 109
            aload 3 /* out */
            bipush 12
            lload 1 /* ivLen */
            bipush 24
            lushr
            l2i
            i2b
            bastore
         7: .line 110
            aload 3 /* out */
            bipush 13
            lload 1 /* ivLen */
            bipush 16
            lushr
            l2i
            i2b
            bastore
         8: .line 111
            aload 3 /* out */
            bipush 14
            lload 1 /* ivLen */
            bipush 8
            lushr
            l2i
            i2b
            bastore
         9: .line 112
            aload 3 /* out */
            bipush 15
            lload 1 /* ivLen */
            l2i
            i2b
            bastore
        10: .line 113
            aload 3 /* out */
            areturn
        end local 3 // byte[] out
        end local 1 // long ivLen
        end local 0 // int ivLenInBytes
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0  ivLenInBytes  I
            1   11     1         ivLen  J
            2   11     3           out  [B
    MethodParameters:
              Name  Flags
      ivLenInBytes  

  private static byte[] getLengthBlock(int, int);
    descriptor: (II)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // int aLenInBytes
        start local 1 // int cLenInBytes
         0: .line 117
            iload 0 /* aLenInBytes */
            i2l
            iconst_3
            lshl
            lstore 2 /* aLen */
        start local 2 // long aLen
         1: .line 118
            iload 1 /* cLenInBytes */
            i2l
            iconst_3
            lshl
            lstore 4 /* cLen */
        start local 4 // long cLen
         2: .line 119
            bipush 16
            newarray 8
            astore 6 /* out */
        start local 6 // byte[] out
         3: .line 120
            aload 6 /* out */
            iconst_0
            lload 2 /* aLen */
            bipush 56
            lushr
            l2i
            i2b
            bastore
         4: .line 121
            aload 6 /* out */
            iconst_1
            lload 2 /* aLen */
            bipush 48
            lushr
            l2i
            i2b
            bastore
         5: .line 122
            aload 6 /* out */
            iconst_2
            lload 2 /* aLen */
            bipush 40
            lushr
            l2i
            i2b
            bastore
         6: .line 123
            aload 6 /* out */
            iconst_3
            lload 2 /* aLen */
            bipush 32
            lushr
            l2i
            i2b
            bastore
         7: .line 124
            aload 6 /* out */
            iconst_4
            lload 2 /* aLen */
            bipush 24
            lushr
            l2i
            i2b
            bastore
         8: .line 125
            aload 6 /* out */
            iconst_5
            lload 2 /* aLen */
            bipush 16
            lushr
            l2i
            i2b
            bastore
         9: .line 126
            aload 6 /* out */
            bipush 6
            lload 2 /* aLen */
            bipush 8
            lushr
            l2i
            i2b
            bastore
        10: .line 127
            aload 6 /* out */
            bipush 7
            lload 2 /* aLen */
            l2i
            i2b
            bastore
        11: .line 128
            aload 6 /* out */
            bipush 8
            lload 4 /* cLen */
            bipush 56
            lushr
            l2i
            i2b
            bastore
        12: .line 129
            aload 6 /* out */
            bipush 9
            lload 4 /* cLen */
            bipush 48
            lushr
            l2i
            i2b
            bastore
        13: .line 130
            aload 6 /* out */
            bipush 10
            lload 4 /* cLen */
            bipush 40
            lushr
            l2i
            i2b
            bastore
        14: .line 131
            aload 6 /* out */
            bipush 11
            lload 4 /* cLen */
            bipush 32
            lushr
            l2i
            i2b
            bastore
        15: .line 132
            aload 6 /* out */
            bipush 12
            lload 4 /* cLen */
            bipush 24
            lushr
            l2i
            i2b
            bastore
        16: .line 133
            aload 6 /* out */
            bipush 13
            lload 4 /* cLen */
            bipush 16
            lushr
            l2i
            i2b
            bastore
        17: .line 134
            aload 6 /* out */
            bipush 14
            lload 4 /* cLen */
            bipush 8
            lushr
            l2i
            i2b
            bastore
        18: .line 135
            aload 6 /* out */
            bipush 15
            lload 4 /* cLen */
            l2i
            i2b
            bastore
        19: .line 136
            aload 6 /* out */
            areturn
        end local 6 // byte[] out
        end local 4 // long cLen
        end local 2 // long aLen
        end local 1 // int cLenInBytes
        end local 0 // int aLenInBytes
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0  aLenInBytes  I
            0   20     1  cLenInBytes  I
            1   20     2         aLen  J
            2   20     4         cLen  J
            3   20     6          out  [B
    MethodParameters:
             Name  Flags
      aLenInBytes  
      cLenInBytes  

  private static byte[] expandToOneBlock(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // int len
         0: .line 140
            iload 2 /* len */
            bipush 16
            if_icmple 2
         1: .line 141
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "input "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " too long"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 143
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            bipush 16
            if_icmpne 4
            iload 1 /* inOfs */
            ifne 4
         3: .line 144
            aload 0 /* in */
            areturn
         4: .line 146
      StackMap locals:
      StackMap stack:
            bipush 16
            newarray 8
            astore 3 /* paddedIn */
        start local 3 // byte[] paddedIn
         5: .line 147
            aload 0 /* in */
            iload 1 /* inOfs */
            aload 3 /* paddedIn */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 148
            aload 3 /* paddedIn */
            areturn
        end local 3 // byte[] paddedIn
        end local 2 // int len
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0        in  [B
            0    7     1     inOfs  I
            0    7     2       len  I
            5    7     3  paddedIn  [B
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      len    

  private static byte[] getJ0(byte[], byte[]);
    descriptor: ([B[B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // byte[] iv
        start local 1 // byte[] subkeyH
         0: .line 154
            aload 0 /* iv */
            arraylength
            bipush 12
            if_icmpne 4
         1: .line 155
            aload 0 /* iv */
            iconst_0
            aload 0 /* iv */
            arraylength
            invokestatic com.sun.crypto.provider.GaloisCounterMode.expandToOneBlock:([BII)[B
            astore 2 /* j0 */
        start local 2 // byte[] j0
         2: .line 156
            aload 2 /* j0 */
            bipush 15
            iconst_1
            bastore
         3: .line 157
            goto 16
        end local 2 // byte[] j0
         4: .line 158
      StackMap locals:
      StackMap stack:
            new com.sun.crypto.provider.GHASH
            dup
            aload 1 /* subkeyH */
            invokespecial com.sun.crypto.provider.GHASH.<init>:([B)V
            astore 3 /* g */
        start local 3 // com.sun.crypto.provider.GHASH g
         5: .line 159
            aload 0 /* iv */
            arraylength
            bipush 16
            irem
            istore 4 /* lastLen */
        start local 4 // int lastLen
         6: .line 160
            iload 4 /* lastLen */
            ifeq 12
         7: .line 161
            aload 3 /* g */
            aload 0 /* iv */
            iconst_0
            aload 0 /* iv */
            arraylength
            iload 4 /* lastLen */
            isub
            invokevirtual com.sun.crypto.provider.GHASH.update:([BII)V
         8: .line 163
            aload 0 /* iv */
            aload 0 /* iv */
            arraylength
            iload 4 /* lastLen */
            isub
            iload 4 /* lastLen */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.expandToOneBlock:([BII)[B
         9: .line 162
            astore 5 /* padded */
        start local 5 // byte[] padded
        10: .line 164
            aload 3 /* g */
            aload 5 /* padded */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        end local 5 // byte[] padded
        11: .line 165
            goto 13
        12: .line 166
      StackMap locals: byte[] byte[] top com.sun.crypto.provider.GHASH int
      StackMap stack:
            aload 3 /* g */
            aload 0 /* iv */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        13: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* iv */
            arraylength
            invokestatic com.sun.crypto.provider.GaloisCounterMode.getLengthBlock:(I)[B
            astore 5 /* lengthBlock */
        start local 5 // byte[] lengthBlock
        14: .line 169
            aload 3 /* g */
            aload 5 /* lengthBlock */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        15: .line 170
            aload 3 /* g */
            invokevirtual com.sun.crypto.provider.GHASH.digest:()[B
            astore 2 /* j0 */
        end local 5 // byte[] lengthBlock
        end local 4 // int lastLen
        end local 3 // com.sun.crypto.provider.GHASH g
        start local 2 // byte[] j0
        16: .line 172
      StackMap locals: byte[] byte[] byte[]
      StackMap stack:
            aload 2 /* j0 */
            areturn
        end local 2 // byte[] j0
        end local 1 // byte[] subkeyH
        end local 0 // byte[] iv
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0           iv  [B
            0   17     1      subkeyH  [B
            2    4     2           j0  [B
           16   17     2           j0  [B
            5   16     3            g  Lcom/sun/crypto/provider/GHASH;
            6   16     4      lastLen  I
           10   11     5       padded  [B
           14   16     5  lengthBlock  [B
    MethodParameters:
         Name  Flags
      iv       
      subkeyH  

  private static void checkDataLength(int, int);
    descriptor: (II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int processed
        start local 1 // int len
         0: .line 176
            iload 0 /* processed */
            ldc 2147483647
            iload 1 /* len */
            isub
            if_icmple 2
         1: .line 177
            new java.security.ProviderException
            dup
            ldc "SunJCE provider only supports input size up to 2147483647 bytes"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 180
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // int processed
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  processed  I
            0    3     1        len  I
    MethodParameters:
           Name  Flags
      processed  
      len        

  void <init>(com.sun.crypto.provider.SymmetricCipher);
    descriptor: (Lcom/sun/crypto/provider/SymmetricCipher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // com.sun.crypto.provider.SymmetricCipher embeddedCipher
         0: .line 183
            aload 0 /* this */
            aload 1 /* embeddedCipher */
            invokespecial com.sun.crypto.provider.FeedbackCipher.<init>:(Lcom/sun/crypto/provider/SymmetricCipher;)V
         1: .line 63
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
         2: .line 64
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
         3: .line 67
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
         4: .line 70
            aload 0 /* this */
            getstatic com.sun.crypto.provider.GaloisCounterMode.DEFAULT_TAG_LEN:I
            putfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
         5: .line 74
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.subkeyH:[B
         6: .line 75
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.preCounterBlock:[B
         7: .line 77
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
         8: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
         9: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
        10: .line 84
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBufferSave:[B
        11: .line 85
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAADSave:I
        12: .line 86
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.ibufferSave:[B
        13: .line 87
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.processedSave:I
        14: .line 184
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
        15: .line 185
            return
        end local 1 // com.sun.crypto.provider.SymmetricCipher embeddedCipher
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0   16     1  embeddedCipher  Lcom/sun/crypto/provider/SymmetricCipher;
    MethodParameters:
                Name  Flags
      embeddedCipher  

  java.lang.String getFeedback();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 193
            ldc "GCM"
            areturn
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 202
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnonnull 3
         1: .line 203
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
         2: .line 204
            goto 4
         3: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
         4: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            invokevirtual com.sun.crypto.provider.GCTR.reset:()V
         5: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            ifnull 6
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            invokevirtual com.sun.crypto.provider.GHASH.reset:()V
         6: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
         7: .line 210
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
         8: .line 211
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 10
         9: .line 212
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
        10: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;

  void save();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            putfield com.sun.crypto.provider.GaloisCounterMode.processedSave:I
         1: .line 221
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAADSave:I
         2: .line 222
            aload 0 /* this */
         3: .line 223
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 4
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ifne 5
         4: .line 224
      StackMap locals:
      StackMap stack: com.sun.crypto.provider.GaloisCounterMode
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: com.sun.crypto.provider.GaloisCounterMode
         5: aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
         6: .line 222
      StackMap locals: com.sun.crypto.provider.GaloisCounterMode
      StackMap stack: com.sun.crypto.provider.GaloisCounterMode byte[]
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBufferSave:[B
         7: .line 225
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            ifnull 8
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            invokevirtual com.sun.crypto.provider.GCTR.save:()V
         8: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            ifnull 9
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            invokevirtual com.sun.crypto.provider.GHASH.save:()V
         9: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 11
        10: .line 228
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            putfield com.sun.crypto.provider.GaloisCounterMode.ibufferSave:[B
        11: .line 230
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;

  void restore();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 236
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processedSave:I
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
         1: .line 237
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAADSave:I
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
         2: .line 238
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 6
         3: .line 239
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
         4: .line 240
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBufferSave:[B
            ifnull 6
         5: .line 241
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBufferSave:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBufferSave:[B
            arraylength
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
         6: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            ifnull 7
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            invokevirtual com.sun.crypto.provider.GCTR.restore:()V
         7: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            ifnull 8
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            invokevirtual com.sun.crypto.provider.GHASH.restore:()V
         8: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 11
         9: .line 247
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
        10: .line 248
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibufferSave:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibufferSave:[B
            arraylength
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        11: .line 250
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;

  void init(boolean, java.lang.String, byte[], byte[]);
    descriptor: (ZLjava/lang/String;[B[B)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // boolean decrypting
        start local 2 // java.lang.String algorithm
        start local 3 // byte[] key
        start local 4 // byte[] iv
         0: .line 268
            aload 0 /* this */
            iload 1 /* decrypting */
            aload 2 /* algorithm */
            aload 3 /* key */
            aload 4 /* iv */
            getstatic com.sun.crypto.provider.GaloisCounterMode.DEFAULT_TAG_LEN:I
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.init:(ZLjava/lang/String;[B[BI)V
         1: .line 269
            return
        end local 4 // byte[] iv
        end local 3 // byte[] key
        end local 2 // java.lang.String algorithm
        end local 1 // boolean decrypting
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0    2     1  decrypting  Z
            0    2     2   algorithm  Ljava/lang/String;
            0    2     3         key  [B
            0    2     4          iv  [B
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
            Name  Flags
      decrypting  
      algorithm   
      key         
      iv          

  void init(boolean, java.lang.String, byte[], byte[], int);
    descriptor: (ZLjava/lang/String;[B[BI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // boolean decrypting
        start local 2 // java.lang.String algorithm
        start local 3 // byte[] keyValue
        start local 4 // byte[] ivValue
        start local 5 // int tagLenBytes
         0: .line 287
            aload 3 /* keyValue */
            ifnonnull 2
         1: .line 288
            new java.security.InvalidKeyException
            dup
            ldc "Internal error"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 290
      StackMap locals:
      StackMap stack:
            aload 4 /* ivValue */
            ifnonnull 4
         3: .line 291
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "Internal error"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 293
      StackMap locals:
      StackMap stack:
            aload 4 /* ivValue */
            arraylength
            ifne 6
         5: .line 294
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "IV is empty"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            iconst_0
            aload 2 /* algorithm */
            aload 3 /* keyValue */
            invokevirtual com.sun.crypto.provider.SymmetricCipher.init:(ZLjava/lang/String;[B)V
         7: .line 299
            aload 0 /* this */
            bipush 16
            newarray 8
            putfield com.sun.crypto.provider.GaloisCounterMode.subkeyH:[B
         8: .line 300
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            bipush 16
            newarray 8
            iconst_0
         9: .line 301
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.subkeyH:[B
            iconst_0
        10: .line 300
            invokevirtual com.sun.crypto.provider.SymmetricCipher.encryptBlock:([BI[BI)V
        11: .line 303
            aload 0 /* this */
            aload 4 /* ivValue */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield com.sun.crypto.provider.GaloisCounterMode.iv:[B
        12: .line 304
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.iv:[B
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.subkeyH:[B
            invokestatic com.sun.crypto.provider.GaloisCounterMode.getJ0:([B[B)[B
            putfield com.sun.crypto.provider.GaloisCounterMode.preCounterBlock:[B
        13: .line 305
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.preCounterBlock:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 6 /* j0Plus1 */
        start local 6 // byte[] j0Plus1
        14: .line 306
            aload 6 /* j0Plus1 */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.increment32:([B)V
        15: .line 307
            aload 0 /* this */
            new com.sun.crypto.provider.GCTR
            dup
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            aload 6 /* j0Plus1 */
            invokespecial com.sun.crypto.provider.GCTR.<init>:(Lcom/sun/crypto/provider/SymmetricCipher;[B)V
            putfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
        16: .line 308
            aload 0 /* this */
            new com.sun.crypto.provider.GHASH
            dup
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.subkeyH:[B
            invokespecial com.sun.crypto.provider.GHASH.<init>:([B)V
            putfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
        17: .line 310
            aload 0 /* this */
            iload 5 /* tagLenBytes */
            putfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
        18: .line 311
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnonnull 21
        19: .line 312
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
        20: .line 313
            goto 22
        21: .line 314
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
        22: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
        23: .line 317
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
        24: .line 318
            iload 1 /* decrypting */
            ifeq 26
        25: .line 319
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
        26: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 6 // byte[] j0Plus1
        end local 5 // int tagLenBytes
        end local 4 // byte[] ivValue
        end local 3 // byte[] keyValue
        end local 2 // java.lang.String algorithm
        end local 1 // boolean decrypting
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0   27     1   decrypting  Z
            0   27     2    algorithm  Ljava/lang/String;
            0   27     3     keyValue  [B
            0   27     4      ivValue  [B
            0   27     5  tagLenBytes  I
           14   27     6      j0Plus1  [B
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
             Name  Flags
      decrypting   
      algorithm    
      keyValue     
      ivValue      
      tagLenBytes  

  void updateAAD(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int len
         0: .line 348
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 3
         1: .line 349
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
         2: .line 350
            goto 6
         3: .line 352
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
         4: .line 353
            ldc "Update has been called; no more AAD data"
         5: .line 352
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0    7     1     src  [B
            0    7     2  offset  I
            0    7     3     len  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      len     

  void processAAD();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 359
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            ifnull 14
         1: .line 360
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ifle 13
         2: .line 361
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 1 /* aad */
        start local 1 // byte[] aad
         3: .line 362
            aload 0 /* this */
            aload 1 /* aad */
            arraylength
            putfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
         4: .line 364
            aload 1 /* aad */
            arraylength
            bipush 16
            irem
            istore 2 /* lastLen */
        start local 2 // int lastLen
         5: .line 365
            iload 2 /* lastLen */
            ifeq 12
         6: .line 366
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 1 /* aad */
            iconst_0
            aload 1 /* aad */
            arraylength
            iload 2 /* lastLen */
            isub
            invokevirtual com.sun.crypto.provider.GHASH.update:([BII)V
         7: .line 367
            aload 1 /* aad */
            aload 1 /* aad */
            arraylength
            iload 2 /* lastLen */
            isub
         8: .line 368
            iload 2 /* lastLen */
         9: .line 367
            invokestatic com.sun.crypto.provider.GaloisCounterMode.expandToOneBlock:([BII)[B
            astore 3 /* padded */
        start local 3 // byte[] padded
        10: .line 369
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 3 /* padded */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        end local 3 // byte[] padded
        11: .line 370
            goto 13
        12: .line 371
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 1 /* aad */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        end local 2 // int lastLen
        end local 1 // byte[] aad
        13: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.GaloisCounterMode.aadBuffer:Ljava/io/ByteArrayOutputStream;
        14: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/sun/crypto/provider/GaloisCounterMode;
            3   13     1      aad  [B
            5   13     2  lastLen  I
           10   11     3   padded  [B

  void doLastBlock(byte[], int, int, byte[], int, boolean);
    descriptor: ([BII[BIZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=7
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOfs
        start local 6 // boolean isEncrypt
         0: .line 382
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            aload 4 /* out */
            iload 5 /* outOfs */
            invokevirtual com.sun.crypto.provider.GCTR.doFinal:([BII[BI)I
            pop
         1: .line 383
            aload 0 /* this */
            dup
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            iload 3 /* len */
            iadd
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
         2: .line 387
            iload 6 /* isEncrypt */
            ifeq 6
         3: .line 388
            aload 4 /* out */
            astore 7 /* ct */
        start local 7 // byte[] ct
         4: .line 389
            iload 5 /* outOfs */
            istore 8 /* ctOfs */
        start local 8 // int ctOfs
         5: .line 390
            goto 8
        end local 8 // int ctOfs
        end local 7 // byte[] ct
         6: .line 391
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            astore 7 /* ct */
        start local 7 // byte[] ct
         7: .line 392
            iload 2 /* inOfs */
            istore 8 /* ctOfs */
        start local 8 // int ctOfs
         8: .line 394
      StackMap locals: byte[] int
      StackMap stack:
            iload 3 /* len */
            bipush 16
            irem
            istore 9 /* lastLen */
        start local 9 // int lastLen
         9: .line 395
            iload 9 /* lastLen */
            ifeq 15
        10: .line 396
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 7 /* ct */
            iload 8 /* ctOfs */
            iload 3 /* len */
            iload 9 /* lastLen */
            isub
            invokevirtual com.sun.crypto.provider.GHASH.update:([BII)V
        11: .line 398
            aload 7 /* ct */
            iload 8 /* ctOfs */
            iload 3 /* len */
            iadd
            iload 9 /* lastLen */
            isub
            iload 9 /* lastLen */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.expandToOneBlock:([BII)[B
        12: .line 397
            astore 10 /* padded */
        start local 10 // byte[] padded
        13: .line 399
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 10 /* padded */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        end local 10 // byte[] padded
        14: .line 400
            goto 16
        15: .line 401
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 7 /* ct */
            iload 8 /* ctOfs */
            iload 3 /* len */
            invokevirtual com.sun.crypto.provider.GHASH.update:([BII)V
        16: .line 403
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int lastLen
        end local 8 // int ctOfs
        end local 7 // byte[] ct
        end local 6 // boolean isEncrypt
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0   17     1         in  [B
            0   17     2      inOfs  I
            0   17     3        len  I
            0   17     4        out  [B
            0   17     5     outOfs  I
            0   17     6  isEncrypt  Z
            4    6     7         ct  [B
            7   17     7         ct  [B
            5    6     8      ctOfs  I
            8   17     8      ctOfs  I
            9   17     9    lastLen  I
           13   14    10     padded  [B
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException
    MethodParameters:
           Name  Flags
      in         
      inOfs      
      len        
      out        
      outOfs     
      isEncrypt  

  int encrypt(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 423
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.blockSize:I
            irem
            ifeq 2
         1: .line 424
            new java.security.ProviderException
            dup
            ldc "Internal error in input buffering"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            iload 3 /* len */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.checkDataLength:(II)V
         3: .line 429
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.processAAD:()V
         4: .line 430
            iload 3 /* len */
            ifle 8
         5: .line 431
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.gctrPAndC:Lcom/sun/crypto/provider/GCTR;
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            aload 4 /* out */
            iload 5 /* outOfs */
            invokevirtual com.sun.crypto.provider.GCTR.update:([BII[BI)I
            pop
         6: .line 432
            aload 0 /* this */
            dup
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            iload 3 /* len */
            iadd
            putfield com.sun.crypto.provider.GaloisCounterMode.processed:I
         7: .line 433
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 4 /* out */
            iload 5 /* outOfs */
            iload 3 /* len */
            invokevirtual com.sun.crypto.provider.GHASH.update:([BII)V
         8: .line 435
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ireturn
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0    9     1      in  [B
            0    9     2   inOfs  I
            0    9     3     len  I
            0    9     4     out  [B
            0    9     5  outOfs  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      len     
      out     
      outOfs  

  int encryptFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0000) 
    Code:
      stack=7, locals=10, args_size=6
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 450
            iload 3 /* len */
            ldc 2147483647
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            isub
            if_icmple 4
         1: .line 451
            new javax.crypto.ShortBufferException
            dup
         2: .line 452
            ldc "Can't fit both data and tag into one buffer"
         3: .line 451
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 454
      StackMap locals:
      StackMap stack:
            aload 4 /* out */
            arraylength
            iload 5 /* outOfs */
            isub
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            iadd
            if_icmpge 6
         5: .line 455
            new javax.crypto.ShortBufferException
            dup
            ldc "Output buffer too small"
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            iload 3 /* len */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.checkDataLength:(II)V
         7: .line 460
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.processAAD:()V
         8: .line 461
            iload 3 /* len */
            ifle 10
         9: .line 462
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            aload 4 /* out */
            iload 5 /* outOfs */
            iconst_1
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.doLastBlock:([BII[BIZ)V
        10: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            invokestatic com.sun.crypto.provider.GaloisCounterMode.getLengthBlock:(II)[B
        11: .line 465
            astore 6 /* lengthBlock */
        start local 6 // byte[] lengthBlock
        12: .line 467
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 6 /* lengthBlock */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        13: .line 468
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            invokevirtual com.sun.crypto.provider.GHASH.digest:()[B
            astore 7 /* s */
        start local 7 // byte[] s
        14: .line 469
            aload 7 /* s */
            arraylength
            newarray 8
            astore 8 /* sOut */
        start local 8 // byte[] sOut
        15: .line 470
            new com.sun.crypto.provider.GCTR
            dup
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.preCounterBlock:[B
            invokespecial com.sun.crypto.provider.GCTR.<init>:(Lcom/sun/crypto/provider/SymmetricCipher;[B)V
            astore 9 /* gctrForSToTag */
        start local 9 // com.sun.crypto.provider.GCTR gctrForSToTag
        16: .line 471
            aload 9 /* gctrForSToTag */
            aload 7 /* s */
            iconst_0
            aload 7 /* s */
            arraylength
            aload 8 /* sOut */
            iconst_0
            invokevirtual com.sun.crypto.provider.GCTR.doFinal:([BII[BI)I
            pop
        17: .line 473
            aload 8 /* sOut */
            iconst_0
            aload 4 /* out */
            iload 5 /* outOfs */
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 474
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            iadd
            ireturn
        end local 9 // com.sun.crypto.provider.GCTR gctrForSToTag
        end local 8 // byte[] sOut
        end local 7 // byte[] s
        end local 6 // byte[] lengthBlock
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0   19     1             in  [B
            0   19     2          inOfs  I
            0   19     3            len  I
            0   19     4            out  [B
            0   19     5         outOfs  I
           12   19     6    lengthBlock  [B
           14   19     7              s  [B
           15   19     8           sOut  [B
           16   19     9  gctrForSToTag  Lcom/sun/crypto/provider/GCTR;
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, javax.crypto.ShortBufferException
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      len     
      out     
      outOfs  

  int decrypt(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 495
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.blockSize:I
            irem
            ifeq 2
         1: .line 496
            new java.security.ProviderException
            dup
            ldc "Internal error in input buffering"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            iload 3 /* len */
            invokestatic com.sun.crypto.provider.GaloisCounterMode.checkDataLength:(II)V
         3: .line 501
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.processAAD:()V
         4: .line 503
            iload 3 /* len */
            ifle 6
         5: .line 507
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
         6: .line 509
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0    7     1      in  [B
            0    7     2   inOfs  I
            0    7     3     len  I
            0    7     4     out  [B
            0    7     5  outOfs  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      len     
      out     
      outOfs  

  int decryptFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0000) 
    Code:
      stack=7, locals=13, args_size=6
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 532
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            if_icmpge 2
         1: .line 533
            new javax.crypto.AEADBadTagException
            dup
            ldc "Input too short - need tag"
            invokespecial javax.crypto.AEADBadTagException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            isub
            invokestatic com.sun.crypto.provider.GaloisCounterMode.checkDataLength:(II)V
         3: .line 539
            aload 4 /* out */
            arraylength
            iload 5 /* outOfs */
            isub
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            isub
            if_icmpge 5
         4: .line 540
            new javax.crypto.ShortBufferException
            dup
            ldc "Output buffer too small"
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.processAAD:()V
         6: .line 546
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            newarray 8
            astore 6 /* tag */
        start local 6 // byte[] tag
         7: .line 547
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            isub
            aload 6 /* tag */
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 548
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            isub
            istore 3 /* len */
         9: .line 550
            iload 3 /* len */
            ifeq 11
        10: .line 551
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        11: .line 555
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 1 /* in */
        12: .line 556
            iconst_0
            istore 2 /* inOfs */
        13: .line 557
            aload 1 /* in */
            arraylength
            istore 3 /* len */
        14: .line 558
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
        15: .line 560
            iload 3 /* len */
            ifle 17
        16: .line 561
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* len */
            aload 4 /* out */
            iload 5 /* outOfs */
            iconst_0
            invokevirtual com.sun.crypto.provider.GaloisCounterMode.doLastBlock:([BII[BIZ)V
        17: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.sizeOfAAD:I
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.processed:I
            invokestatic com.sun.crypto.provider.GaloisCounterMode.getLengthBlock:(II)[B
        18: .line 564
            astore 7 /* lengthBlock */
        start local 7 // byte[] lengthBlock
        19: .line 566
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            aload 7 /* lengthBlock */
            invokevirtual com.sun.crypto.provider.GHASH.update:([B)V
        20: .line 568
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ghashAllToS:Lcom/sun/crypto/provider/GHASH;
            invokevirtual com.sun.crypto.provider.GHASH.digest:()[B
            astore 8 /* s */
        start local 8 // byte[] s
        21: .line 569
            aload 8 /* s */
            arraylength
            newarray 8
            astore 9 /* sOut */
        start local 9 // byte[] sOut
        22: .line 570
            new com.sun.crypto.provider.GCTR
            dup
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.preCounterBlock:[B
            invokespecial com.sun.crypto.provider.GCTR.<init>:(Lcom/sun/crypto/provider/SymmetricCipher;[B)V
            astore 10 /* gctrForSToTag */
        start local 10 // com.sun.crypto.provider.GCTR gctrForSToTag
        23: .line 571
            aload 10 /* gctrForSToTag */
            aload 8 /* s */
            iconst_0
            aload 8 /* s */
            arraylength
            aload 9 /* sOut */
            iconst_0
            invokevirtual com.sun.crypto.provider.GCTR.doFinal:([BII[BI)I
            pop
        24: .line 574
            iconst_0
            istore 11 /* mismatch */
        start local 11 // int mismatch
        25: .line 575
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        26: goto 29
        27: .line 576
      StackMap locals: com.sun.crypto.provider.GaloisCounterMode byte[] int int byte[] int byte[] byte[] byte[] byte[] com.sun.crypto.provider.GCTR int int
      StackMap stack:
            iload 11 /* mismatch */
            aload 6 /* tag */
            iload 12 /* i */
            baload
            aload 9 /* sOut */
            iload 12 /* i */
            baload
            ixor
            ior
            istore 11 /* mismatch */
        28: .line 575
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 12 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            if_icmplt 27
        end local 12 // int i
        30: .line 579
            iload 11 /* mismatch */
            ifeq 32
        31: .line 580
            new javax.crypto.AEADBadTagException
            dup
            ldc "Tag mismatch!"
            invokespecial javax.crypto.AEADBadTagException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 583
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ireturn
        end local 11 // int mismatch
        end local 10 // com.sun.crypto.provider.GCTR gctrForSToTag
        end local 9 // byte[] sOut
        end local 8 // byte[] s
        end local 7 // byte[] lengthBlock
        end local 6 // byte[] tag
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   33     0           this  Lcom/sun/crypto/provider/GaloisCounterMode;
            0   33     1             in  [B
            0   33     2          inOfs  I
            0   33     3            len  I
            0   33     4            out  [B
            0   33     5         outOfs  I
            7   33     6            tag  [B
           19   33     7    lengthBlock  [B
           21   33     8              s  [B
           22   33     9           sOut  [B
           23   33    10  gctrForSToTag  Lcom/sun/crypto/provider/GCTR;
           25   33    11       mismatch  I
           26   30    12              i  I
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, javax.crypto.AEADBadTagException, javax.crypto.ShortBufferException
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      len     
      out     
      outOfs  

  int getTagLen();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 588
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.tagLenBytes:I
            ireturn
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;

  int getBufferedLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.GaloisCounterMode this
         0: .line 592
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            ifnonnull 2
         1: .line 593
            iconst_0
            ireturn
         2: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.GaloisCounterMode.ibuffer:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ireturn
        end local 0 // com.sun.crypto.provider.GaloisCounterMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/GaloisCounterMode;
}
SourceFile: "GaloisCounterMode.java"