public class javax.crypto.CipherInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.crypto.CipherInputStream
  super_class: java.io.FilterInputStream
{
  private javax.crypto.Cipher cipher;
    descriptor: Ljavax/crypto/Cipher;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream input;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean done;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // int inLen
         0: .line 111
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
            iload 1 /* inLen */
            invokevirtual javax.crypto.Cipher.getOutputSize:(I)I
            istore 2 /* minLen */
        start local 2 // int minLen
         1: .line 112
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            ifnull 2
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            arraylength
            iload 2 /* minLen */
            if_icmpge 3
         2: .line 113
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* minLen */
            newarray 8
            putfield javax.crypto.CipherInputStream.obuffer:[B
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ostart:I
         4: .line 116
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ofinish:I
         5: .line 117
            return
        end local 2 // int minLen
        end local 1 // int inLen
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/crypto/CipherInputStream;
            0    6     1   inLen  I
            1    6     2  minLen  I
    MethodParameters:
       Name  Flags
      inLen  

  private int getMoreData();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // javax.crypto.CipherInputStream this
         0: .line 138
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.done:Z
            ifeq 1
            iconst_m1
            ireturn
         1: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.input:Ljava/io/InputStream;
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ibuffer:[B
            invokevirtual java.io.InputStream.read:([B)I
            istore 1 /* readin */
        start local 1 // int readin
         2: .line 141
            iload 1 /* readin */
            iconst_m1
            if_icmpne 12
         3: .line 142
            aload 0 /* this */
            iconst_1
            putfield javax.crypto.CipherInputStream.done:Z
         4: .line 143
            aload 0 /* this */
            iconst_0
            invokevirtual javax.crypto.CipherInputStream.ensureCapacity:(I)V
         5: .line 145
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            iconst_0
            invokevirtual javax.crypto.Cipher.doFinal:([BI)I
            putfield javax.crypto.CipherInputStream.ofinish:I
         6: .line 146
            goto 9
         7: .line 147
      StackMap locals: javax.crypto.CipherInputStream int
      StackMap stack: java.security.GeneralSecurityException
            astore 2 /* e */
        start local 2 // java.security.GeneralSecurityException e
         8: .line 148
            new java.io.IOException
            dup
            aload 2 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.GeneralSecurityException e
         9: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            ifne 11
        10: .line 151
            iconst_m1
            ireturn
        11: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            ireturn
        12: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* readin */
            invokevirtual javax.crypto.CipherInputStream.ensureCapacity:(I)V
        13: .line 158
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ibuffer:[B
            iconst_0
            iload 1 /* readin */
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            invokevirtual javax.crypto.Cipher.update:([BII[BI)I
            putfield javax.crypto.CipherInputStream.ofinish:I
        14: .line 159
            goto 19
      StackMap locals:
      StackMap stack: java.lang.IllegalStateException
        15: astore 2 /* e */
        start local 2 // java.lang.IllegalStateException e
        16: .line 160
            aload 2 /* e */
            athrow
        end local 2 // java.lang.IllegalStateException e
        17: .line 161
      StackMap locals:
      StackMap stack: javax.crypto.ShortBufferException
            astore 2 /* e */
        start local 2 // javax.crypto.ShortBufferException e
        18: .line 162
            new java.io.IOException
            dup
            aload 2 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // javax.crypto.ShortBufferException e
        19: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            ireturn
        end local 1 // int readin
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljavax/crypto/CipherInputStream;
            2   20     1  readin  I
            8    9     2       e  Ljava/security/GeneralSecurityException;
           16   17     2       e  Ljava/lang/IllegalStateException;
           18   19     2       e  Ljavax/crypto/ShortBufferException;
      Exception table:
        from    to  target  type
           5     6       7  Class javax.crypto.IllegalBlockSizeException
           5     6       7  Class javax.crypto.BadPaddingException
           5     6       7  Class javax.crypto.ShortBufferException
          13    14      15  Class java.lang.IllegalStateException
          13    14      17  Class javax.crypto.ShortBufferException
    Exceptions:
      throws java.io.IOException

  public void <init>(java.io.InputStream, javax.crypto.Cipher);
    descriptor: (Ljava/io/InputStream;Ljavax/crypto/Cipher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // java.io.InputStream is
        start local 2 // javax.crypto.Cipher c
         0: .line 177
            aload 0 /* this */
            aload 1 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 88
            aload 0 /* this */
            sipush 512
            newarray 8
            putfield javax.crypto.CipherInputStream.ibuffer:[B
         2: .line 91
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.done:Z
         3: .line 95
            aload 0 /* this */
            aconst_null
            putfield javax.crypto.CipherInputStream.obuffer:[B
         4: .line 97
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ostart:I
         5: .line 99
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ofinish:I
         6: .line 101
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.closed:Z
         7: .line 178
            aload 0 /* this */
            aload 1 /* is */
            putfield javax.crypto.CipherInputStream.input:Ljava/io/InputStream;
         8: .line 179
            aload 0 /* this */
            aload 2 /* c */
            putfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
         9: .line 180
            return
        end local 2 // javax.crypto.Cipher c
        end local 1 // java.io.InputStream is
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/crypto/CipherInputStream;
            0   10     1    is  Ljava/io/InputStream;
            0   10     2     c  Ljavax/crypto/Cipher;
    MethodParameters:
      Name  Flags
      is    
      c     

  protected void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // java.io.InputStream is
         0: .line 191
            aload 0 /* this */
            aload 1 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 88
            aload 0 /* this */
            sipush 512
            newarray 8
            putfield javax.crypto.CipherInputStream.ibuffer:[B
         2: .line 91
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.done:Z
         3: .line 95
            aload 0 /* this */
            aconst_null
            putfield javax.crypto.CipherInputStream.obuffer:[B
         4: .line 97
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ostart:I
         5: .line 99
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.ofinish:I
         6: .line 101
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.CipherInputStream.closed:Z
         7: .line 192
            aload 0 /* this */
            aload 1 /* is */
            putfield javax.crypto.CipherInputStream.input:Ljava/io/InputStream;
         8: .line 193
            aload 0 /* this */
            new javax.crypto.NullCipher
            dup
            invokespecial javax.crypto.NullCipher.<init>:()V
            putfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
         9: .line 194
            return
        end local 1 // java.io.InputStream is
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/crypto/CipherInputStream;
            0   10     1    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      is    

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javax.crypto.CipherInputStream this
         0: .line 211
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            if_icmplt 6
         1: .line 213
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: .line 214
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual javax.crypto.CipherInputStream.getMoreData:()I
            istore 1 /* i */
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            ifeq 3
         5: .line 215
            iload 1 /* i */
            iconst_m1
            if_icmpne 6
            iconst_m1
            ireturn
        end local 1 // int i
         6: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            aload 0 /* this */
            dup
            getfield javax.crypto.CipherInputStream.ostart:I
            dup_x1
            iconst_1
            iadd
            putfield javax.crypto.CipherInputStream.ostart:I
            baload
            sipush 255
            iand
            ireturn
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/crypto/CipherInputStream;
            2    6     1     i  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // byte[] b
         0: .line 237
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual javax.crypto.CipherInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/CipherInputStream;
            0    1     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 258
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            if_icmplt 6
         1: .line 260
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: .line 261
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual javax.crypto.CipherInputStream.getMoreData:()I
            istore 4 /* i */
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            ifeq 3
         5: .line 262
            iload 4 /* i */
            iconst_m1
            if_icmpne 6
            iconst_m1
            ireturn
        end local 4 // int i
         6: .line 264
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 8
         7: .line 265
            iconst_0
            ireturn
         8: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            isub
            istore 4 /* available */
        start local 4 // int available
         9: .line 268
            iload 3 /* len */
            iload 4 /* available */
            if_icmpge 10
            iload 3 /* len */
            istore 4 /* available */
        10: .line 269
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            ifnull 12
        11: .line 270
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* available */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.crypto.CipherInputStream.ostart:I
            iload 4 /* available */
            iadd
            putfield javax.crypto.CipherInputStream.ostart:I
        13: .line 273
            iload 4 /* available */
            ireturn
        end local 4 // int available
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Ljavax/crypto/CipherInputStream;
            0   14     1          b  [B
            0   14     2        off  I
            0   14     3        len  I
            2    6     4          i  I
            9   14     4  available  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // javax.crypto.CipherInputStream this
        start local 1 // long n
         0: .line 295
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            isub
            istore 3 /* available */
        start local 3 // int available
         1: .line 296
            lload 1 /* n */
            iload 3 /* available */
            i2l
            lcmp
            ifle 3
         2: .line 297
            iload 3 /* available */
            i2l
            lstore 1 /* n */
         3: .line 299
      StackMap locals: int
      StackMap stack:
            lload 1 /* n */
            lconst_0
            lcmp
            ifge 5
         4: .line 300
            lconst_0
            lreturn
         5: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.crypto.CipherInputStream.ostart:I
            i2l
            lload 1 /* n */
            ladd
            l2i
            putfield javax.crypto.CipherInputStream.ostart:I
         6: .line 303
            lload 1 /* n */
            lreturn
        end local 3 // int available
        end local 1 // long n
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljavax/crypto/CipherInputStream;
            0    7     1          n  J
            1    7     3  available  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.crypto.CipherInputStream this
         0: .line 318
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ofinish:I
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.ostart:I
            isub
            ireturn
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/CipherInputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.crypto.CipherInputStream this
         0: .line 333
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.closed:Z
            ifeq 2
         1: .line 334
            return
         2: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield javax.crypto.CipherInputStream.closed:Z
         3: .line 337
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.input:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         4: .line 342
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.done:Z
            ifne 9
         5: .line 343
            aload 0 /* this */
            iconst_0
            invokevirtual javax.crypto.CipherInputStream.ensureCapacity:(I)V
         6: .line 345
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.cipher:Ljavax/crypto/Cipher;
            aload 0 /* this */
            getfield javax.crypto.CipherInputStream.obuffer:[B
            iconst_0
            invokevirtual javax.crypto.Cipher.doFinal:([BI)I
            pop
         7: .line 346
            goto 9
         8: .line 347
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            pop
         9: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.crypto.CipherInputStream.obuffer:[B
        10: .line 352
            return
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljavax/crypto/CipherInputStream;
      Exception table:
        from    to  target  type
           6     7       8  Class javax.crypto.BadPaddingException
           6     7       8  Class javax.crypto.IllegalBlockSizeException
           6     7       8  Class javax.crypto.ShortBufferException
    Exceptions:
      throws java.io.IOException

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.CipherInputStream this
         0: .line 365
            iconst_0
            ireturn
        end local 0 // javax.crypto.CipherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/CipherInputStream;
}
SourceFile: "CipherInputStream.java"