class com.sun.crypto.provider.CipherBlockChaining extends com.sun.crypto.provider.FeedbackCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.crypto.provider.CipherBlockChaining
  super_class: com.sun.crypto.provider.FeedbackCipher
{
  protected byte[] r;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

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

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

  void <init>(com.sun.crypto.provider.SymmetricCipher);
    descriptor: (Lcom/sun/crypto/provider/SymmetricCipher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
        start local 1 // com.sun.crypto.provider.SymmetricCipher embeddedCipher
         0: .line 64
            aload 0 /* this */
            aload 1 /* embeddedCipher */
            invokespecial com.sun.crypto.provider.FeedbackCipher.<init>:(Lcom/sun/crypto/provider/SymmetricCipher;)V
         1: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.CipherBlockChaining.rSave:[B
         2: .line 65
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            newarray 8
            putfield com.sun.crypto.provider.CipherBlockChaining.k:[B
         3: .line 66
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            newarray 8
            putfield com.sun.crypto.provider.CipherBlockChaining.r:[B
         4: .line 67
            return
        end local 1 // com.sun.crypto.provider.SymmetricCipher embeddedCipher
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0    5     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.CipherBlockChaining this
         0: .line 75
            ldc "CBC"
            areturn
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/CipherBlockChaining;

  void init(boolean, java.lang.String, byte[], byte[]);
    descriptor: (ZLjava/lang/String;[B[B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.CipherBlockChaining 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 92
            aload 3 /* key */
            ifnull 1
            aload 4 /* iv */
            ifnull 1
            aload 4 /* iv */
            arraylength
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            if_icmpeq 2
         1: .line 93
      StackMap locals:
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            ldc "Internal error"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* iv */
            putfield com.sun.crypto.provider.CipherBlockChaining.iv:[B
         3: .line 96
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.CipherBlockChaining.reset:()V
         4: .line 97
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            iload 1 /* decrypting */
            aload 2 /* algorithm */
            aload 3 /* key */
            invokevirtual com.sun.crypto.provider.SymmetricCipher.init:(ZLjava/lang/String;[B)V
         5: .line 98
            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.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0    6     1  decrypting  Z
            0    6     2   algorithm  Ljava/lang/String;
            0    6     3         key  [B
            0    6     4          iv  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
            Name  Flags
      decrypting  
      algorithm   
      key         
      iv          

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.iv:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 107
            return
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/crypto/provider/CipherBlockChaining;

  void save();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
         0: .line 113
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.rSave:[B
            ifnonnull 2
         1: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            newarray 8
            putfield com.sun.crypto.provider.CipherBlockChaining.rSave:[B
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.rSave:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 117
            return
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/crypto/provider/CipherBlockChaining;

  void restore();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.rSave:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 124
            return
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/crypto/provider/CipherBlockChaining;

  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.CipherBlockChaining this
        start local 1 // byte[] plain
        start local 2 // int plainOffset
        start local 3 // int plainLen
        start local 4 // byte[] cipher
        start local 5 // int cipherOffset
         0: .line 146
            iload 3 /* plainLen */
            ifgt 2
         1: .line 147
            iload 3 /* plainLen */
            ireturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            iload 3 /* plainLen */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic sun.security.util.ArrayUtil.blockSizeCheck:(II)V
         3: .line 150
            aload 1 /* plain */
            iload 2 /* plainOffset */
            iload 3 /* plainLen */
            invokestatic sun.security.util.ArrayUtil.nullAndBoundsCheck:([BII)V
         4: .line 151
            aload 4 /* cipher */
            iload 5 /* cipherOffset */
            iload 3 /* plainLen */
            invokestatic sun.security.util.ArrayUtil.nullAndBoundsCheck:([BII)V
         5: .line 152
            aload 0 /* this */
            aload 1 /* plain */
            iload 2 /* plainOffset */
            iload 3 /* plainLen */
         6: .line 153
            aload 4 /* cipher */
            iload 5 /* cipherOffset */
         7: .line 152
            invokevirtual com.sun.crypto.provider.CipherBlockChaining.implEncrypt:([BII[BI)I
            ireturn
        end local 5 // int cipherOffset
        end local 4 // byte[] cipher
        end local 3 // int plainLen
        end local 2 // int plainOffset
        end local 1 // byte[] plain
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0    8     1         plain  [B
            0    8     2   plainOffset  I
            0    8     3      plainLen  I
            0    8     4        cipher  [B
            0    8     5  cipherOffset  I
    MethodParameters:
              Name  Flags
      plain         
      plainOffset   
      plainLen      
      cipher        
      cipherOffset  

  private int implEncrypt(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
        start local 1 // byte[] plain
        start local 2 // int plainOffset
        start local 3 // int plainLen
        start local 4 // byte[] cipher
        start local 5 // int cipherOffset
         0: .line 160
            iload 2 /* plainOffset */
            iload 3 /* plainLen */
            iadd
            istore 6 /* endIndex */
        start local 6 // int endIndex
         1: .line 162
            goto 10
         2: .line 164
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         3: goto 6
         4: .line 165
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.k:[B
            iload 7 /* i */
            aload 1 /* plain */
            iload 7 /* i */
            iload 2 /* plainOffset */
            iadd
            baload
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iload 7 /* i */
            baload
            ixor
            i2b
            bastore
         5: .line 164
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            if_icmplt 4
        end local 7 // int i
         7: .line 167
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.k:[B
            iconst_0
            aload 4 /* cipher */
            iload 5 /* cipherOffset */
            invokevirtual com.sun.crypto.provider.SymmetricCipher.encryptBlock:([BI[BI)V
         8: .line 168
            aload 4 /* cipher */
            iload 5 /* cipherOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 163
            iload 2 /* plainOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            iadd
            istore 2 /* plainOffset */
            iload 5 /* cipherOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            iadd
            istore 5 /* cipherOffset */
        10: .line 162
      StackMap locals:
      StackMap stack:
            iload 2 /* plainOffset */
            iload 6 /* endIndex */
            if_icmplt 2
        11: .line 170
            iload 3 /* plainLen */
            ireturn
        end local 6 // int endIndex
        end local 5 // int cipherOffset
        end local 4 // byte[] cipher
        end local 3 // int plainLen
        end local 2 // int plainOffset
        end local 1 // byte[] plain
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0   12     1         plain  [B
            0   12     2   plainOffset  I
            0   12     3      plainLen  I
            0   12     4        cipher  [B
            0   12     5  cipherOffset  I
            1   12     6      endIndex  I
            3    7     7             i  I
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
              Name  Flags
      plain         
      plainOffset   
      plainLen      
      cipher        
      cipherOffset  

  int decrypt(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.CipherBlockChaining this
        start local 1 // byte[] cipher
        start local 2 // int cipherOffset
        start local 3 // int cipherLen
        start local 4 // byte[] plain
        start local 5 // int plainOffset
         0: .line 197
            iload 3 /* cipherLen */
            ifgt 2
         1: .line 198
            iload 3 /* cipherLen */
            ireturn
         2: .line 200
      StackMap locals:
      StackMap stack:
            iload 3 /* cipherLen */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic sun.security.util.ArrayUtil.blockSizeCheck:(II)V
         3: .line 201
            aload 1 /* cipher */
            iload 2 /* cipherOffset */
            iload 3 /* cipherLen */
            invokestatic sun.security.util.ArrayUtil.nullAndBoundsCheck:([BII)V
         4: .line 202
            aload 4 /* plain */
            iload 5 /* plainOffset */
            iload 3 /* cipherLen */
            invokestatic sun.security.util.ArrayUtil.nullAndBoundsCheck:([BII)V
         5: .line 203
            aload 0 /* this */
            aload 1 /* cipher */
            iload 2 /* cipherOffset */
            iload 3 /* cipherLen */
            aload 4 /* plain */
            iload 5 /* plainOffset */
            invokevirtual com.sun.crypto.provider.CipherBlockChaining.implDecrypt:([BII[BI)I
            ireturn
        end local 5 // int plainOffset
        end local 4 // byte[] plain
        end local 3 // int cipherLen
        end local 2 // int cipherOffset
        end local 1 // byte[] cipher
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0    6     1        cipher  [B
            0    6     2  cipherOffset  I
            0    6     3     cipherLen  I
            0    6     4         plain  [B
            0    6     5   plainOffset  I
    MethodParameters:
              Name  Flags
      cipher        
      cipherOffset  
      cipherLen     
      plain         
      plainOffset   

  private int implDecrypt(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.crypto.provider.CipherBlockChaining this
        start local 1 // byte[] cipher
        start local 2 // int cipherOffset
        start local 3 // int cipherLen
        start local 4 // byte[] plain
        start local 5 // int plainOffset
         0: .line 210
            iload 2 /* cipherOffset */
            iload 3 /* cipherLen */
            iadd
            istore 6 /* endIndex */
        start local 6 // int endIndex
         1: .line 212
            goto 10
         2: .line 214
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.embeddedCipher:Lcom/sun/crypto/provider/SymmetricCipher;
            aload 1 /* cipher */
            iload 2 /* cipherOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.k:[B
            iconst_0
            invokevirtual com.sun.crypto.provider.SymmetricCipher.decryptBlock:([BI[BI)V
         3: .line 215
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         4: goto 7
         5: .line 216
      StackMap locals: int
      StackMap stack:
            aload 4 /* plain */
            iload 7 /* i */
            iload 5 /* plainOffset */
            iadd
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.k:[B
            iload 7 /* i */
            baload
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iload 7 /* i */
            baload
            ixor
            i2b
            bastore
         6: .line 215
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            if_icmplt 5
        end local 7 // int i
         8: .line 218
            aload 1 /* cipher */
            iload 2 /* cipherOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.r:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 213
            iload 2 /* cipherOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            iadd
            istore 2 /* cipherOffset */
            iload 5 /* plainOffset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.CipherBlockChaining.blockSize:I
            iadd
            istore 5 /* plainOffset */
        10: .line 212
      StackMap locals:
      StackMap stack:
            iload 2 /* cipherOffset */
            iload 6 /* endIndex */
            if_icmplt 2
        11: .line 220
            iload 3 /* cipherLen */
            ireturn
        end local 6 // int endIndex
        end local 5 // int plainOffset
        end local 4 // byte[] plain
        end local 3 // int cipherLen
        end local 2 // int cipherOffset
        end local 1 // byte[] cipher
        end local 0 // com.sun.crypto.provider.CipherBlockChaining this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/sun/crypto/provider/CipherBlockChaining;
            0   12     1        cipher  [B
            0   12     2  cipherOffset  I
            0   12     3     cipherLen  I
            0   12     4         plain  [B
            0   12     5   plainOffset  I
            1   12     6      endIndex  I
            4    8     7             i  I
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
              Name  Flags
      cipher        
      cipherOffset  
      cipherLen     
      plain         
      plainOffset   
}
SourceFile: "CipherBlockChaining.java"