public class org.bouncycastle.crypto.io.CipherOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.io.CipherOutputStream
  super_class: java.io.FilterOutputStream
{
  private org.bouncycastle.crypto.BufferedBlockCipher bufferedBlockCipher;
    descriptor: Lorg/bouncycastle/crypto/BufferedBlockCipher;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.crypto.StreamCipher streamCipher;
    descriptor: Lorg/bouncycastle/crypto/StreamCipher;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.crypto.modes.AEADBlockCipher aeadBlockCipher;
    descriptor: Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
    flags: (0x0002) ACC_PRIVATE

  private final byte[] oneByte;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.io.OutputStream, org.bouncycastle.crypto.BufferedBlockCipher);
    descriptor: (Ljava/io/OutputStream;Lorg/bouncycastle/crypto/BufferedBlockCipher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // java.io.OutputStream os
        start local 2 // org.bouncycastle.crypto.BufferedBlockCipher cipher
         0: .line 39
            aload 0 /* this */
            aload 1 /* os */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 28
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield org.bouncycastle.crypto.io.CipherOutputStream.oneByte:[B
         2: .line 40
            aload 0 /* this */
            aload 2 /* cipher */
            putfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
         3: .line 41
            return
        end local 2 // org.bouncycastle.crypto.BufferedBlockCipher cipher
        end local 1 // java.io.OutputStream os
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0    4     1      os  Ljava/io/OutputStream;
            0    4     2  cipher  Lorg/bouncycastle/crypto/BufferedBlockCipher;
    MethodParameters:
        Name  Flags
      os      
      cipher  

  public void <init>(java.io.OutputStream, org.bouncycastle.crypto.StreamCipher);
    descriptor: (Ljava/io/OutputStream;Lorg/bouncycastle/crypto/StreamCipher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // java.io.OutputStream os
        start local 2 // org.bouncycastle.crypto.StreamCipher cipher
         0: .line 51
            aload 0 /* this */
            aload 1 /* os */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 28
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield org.bouncycastle.crypto.io.CipherOutputStream.oneByte:[B
         2: .line 52
            aload 0 /* this */
            aload 2 /* cipher */
            putfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
         3: .line 53
            return
        end local 2 // org.bouncycastle.crypto.StreamCipher cipher
        end local 1 // java.io.OutputStream os
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0    4     1      os  Ljava/io/OutputStream;
            0    4     2  cipher  Lorg/bouncycastle/crypto/StreamCipher;
    MethodParameters:
        Name  Flags
      os      
      cipher  

  public void <init>(java.io.OutputStream, org.bouncycastle.crypto.modes.AEADBlockCipher);
    descriptor: (Ljava/io/OutputStream;Lorg/bouncycastle/crypto/modes/AEADBlockCipher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // java.io.OutputStream os
        start local 2 // org.bouncycastle.crypto.modes.AEADBlockCipher cipher
         0: .line 60
            aload 0 /* this */
            aload 1 /* os */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 28
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield org.bouncycastle.crypto.io.CipherOutputStream.oneByte:[B
         2: .line 61
            aload 0 /* this */
            aload 2 /* cipher */
            putfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
         3: .line 62
            return
        end local 2 // org.bouncycastle.crypto.modes.AEADBlockCipher cipher
        end local 1 // java.io.OutputStream os
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0    4     1      os  Ljava/io/OutputStream;
            0    4     2  cipher  Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
    MethodParameters:
        Name  Flags
      os      
      cipher  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // int b
         0: .line 74
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.oneByte:[B
            iconst_0
            iload 1 /* b */
            i2b
            bastore
         1: .line 76
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
            ifnull 4
         2: .line 78
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
            iload 1 /* b */
            i2b
            invokeinterface org.bouncycastle.crypto.StreamCipher.returnByte:(B)B
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 79
            goto 5
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.oneByte:[B
            iconst_0
            iconst_1
            invokevirtual org.bouncycastle.crypto.io.CipherOutputStream.write:([BII)V
         5: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int b
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0    6     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // byte[] b
         0: .line 103
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.bouncycastle.crypto.io.CipherOutputStream.write:([BII)V
         1: .line 104
            return
        end local 1 // byte[] b
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 121
            aload 0 /* this */
            iload 3 /* len */
            iconst_0
            invokevirtual org.bouncycastle.crypto.io.CipherOutputStream.ensureCapacity:(IZ)V
         1: .line 123
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            ifnull 6
         2: .line 125
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            invokevirtual org.bouncycastle.crypto.BufferedBlockCipher.processBytes:([BII[BI)I
            istore 4 /* outLen */
        start local 4 // int outLen
         3: .line 127
            iload 4 /* outLen */
            ifeq 13
         4: .line 129
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            iload 4 /* outLen */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 4 // int outLen
         5: .line 131
            goto 13
         6: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            ifnull 11
         7: .line 134
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            invokeinterface org.bouncycastle.crypto.modes.AEADBlockCipher.processBytes:([BII[BI)I
            istore 4 /* outLen */
        start local 4 // int outLen
         8: .line 136
            iload 4 /* outLen */
            ifeq 13
         9: .line 138
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            iload 4 /* outLen */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 4 // int outLen
        10: .line 140
            goto 13
        11: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            invokeinterface org.bouncycastle.crypto.StreamCipher.processBytes:([BII[BI)I
            pop
        12: .line 145
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
        13: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0   14     1       b  [B
            0   14     2     off  I
            0   14     3     len  I
            3    5     4  outLen  I
            8   10     4  outLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  private void ensureCapacity(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
        start local 1 // int updateSize
        start local 2 // boolean finalOutput
         0: .line 157
            iload 1 /* updateSize */
            istore 3 /* bufLen */
        start local 3 // int bufLen
         1: .line 158
            iload 2 /* finalOutput */
            ifeq 8
         2: .line 160
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            ifnull 5
         3: .line 162
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            iload 1 /* updateSize */
            invokevirtual org.bouncycastle.crypto.BufferedBlockCipher.getOutputSize:(I)I
            istore 3 /* bufLen */
         4: .line 163
            goto 13
         5: .line 164
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            ifnull 13
         6: .line 166
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            iload 1 /* updateSize */
            invokeinterface org.bouncycastle.crypto.modes.AEADBlockCipher.getOutputSize:(I)I
            istore 3 /* bufLen */
         7: .line 168
            goto 13
         8: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            ifnull 11
         9: .line 173
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            iload 1 /* updateSize */
            invokevirtual org.bouncycastle.crypto.BufferedBlockCipher.getUpdateOutputSize:(I)I
            istore 3 /* bufLen */
        10: .line 174
            goto 13
        11: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            ifnull 13
        12: .line 177
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            iload 1 /* updateSize */
            invokeinterface org.bouncycastle.crypto.modes.AEADBlockCipher.getUpdateOutputSize:(I)I
            istore 3 /* bufLen */
        13: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            ifnull 14
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            arraylength
            iload 3 /* bufLen */
            if_icmpge 15
        14: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* bufLen */
            newarray 8
            putfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
        15: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int bufLen
        end local 2 // boolean finalOutput
        end local 1 // int updateSize
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            0   16     1   updateSize  I
            0   16     2  finalOutput  Z
            1   16     3       bufLen  I
    MethodParameters:
             Name  Flags
      updateSize   
      finalOutput  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
         0: .line 203
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         1: .line 204
            return
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
         0: .line 226
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.bouncycastle.crypto.io.CipherOutputStream.ensureCapacity:(IZ)V
         1: .line 227
            aconst_null
            astore 1 /* error */
        start local 1 // java.io.IOException error
         2: .line 230
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            ifnull 7
         3: .line 232
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.bufferedBlockCipher:Lorg/bouncycastle/crypto/BufferedBlockCipher;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            invokevirtual org.bouncycastle.crypto.BufferedBlockCipher.doFinal:([BI)I
            istore 2 /* outLen */
        start local 2 // int outLen
         4: .line 234
            iload 2 /* outLen */
            ifeq 20
         5: .line 236
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            iload 2 /* outLen */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 2 // int outLen
         6: .line 238
            goto 20
         7: .line 239
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            ifnull 12
         8: .line 241
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.aeadBlockCipher:Lorg/bouncycastle/crypto/modes/AEADBlockCipher;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            invokeinterface org.bouncycastle.crypto.modes.AEADBlockCipher.doFinal:([BI)I
            istore 2 /* outLen */
        start local 2 // int outLen
         9: .line 243
            iload 2 /* outLen */
            ifeq 20
        10: .line 245
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.buf:[B
            iconst_0
            iload 2 /* outLen */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 2 // int outLen
        11: .line 247
            goto 20
        12: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
            ifnull 20
        13: .line 250
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.streamCipher:Lorg/bouncycastle/crypto/StreamCipher;
            invokeinterface org.bouncycastle.crypto.StreamCipher.reset:()V
        14: .line 252
            goto 20
        15: .line 253
      StackMap locals:
      StackMap stack: org.bouncycastle.crypto.InvalidCipherTextException
            astore 2 /* e */
        start local 2 // org.bouncycastle.crypto.InvalidCipherTextException e
        16: .line 255
            new org.bouncycastle.crypto.io.InvalidCipherTextIOException
            dup
            ldc "Error finalising cipher data"
            aload 2 /* e */
            invokespecial org.bouncycastle.crypto.io.InvalidCipherTextIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            astore 1 /* error */
        end local 2 // org.bouncycastle.crypto.InvalidCipherTextException e
        17: goto 20
        18: .line 257
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        19: .line 259
            new org.bouncycastle.crypto.io.CipherIOException
            dup
            ldc "Error closing stream: "
            aload 2 /* e */
            invokespecial org.bouncycastle.crypto.io.CipherIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            astore 1 /* error */
        end local 2 // java.lang.Exception e
        20: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.io.CipherOutputStream.flush:()V
        21: .line 265
            aload 0 /* this */
            getfield org.bouncycastle.crypto.io.CipherOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
        22: .line 266
            goto 26
        23: .line 267
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        24: .line 270
            aload 1 /* error */
            ifnonnull 26
        25: .line 272
            aload 2 /* e */
            astore 1 /* error */
        end local 2 // java.io.IOException e
        26: .line 275
      StackMap locals:
      StackMap stack:
            aload 1 /* error */
            ifnull 28
        27: .line 277
            aload 1 /* error */
            athrow
        28: .line 279
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.IOException error
        end local 0 // org.bouncycastle.crypto.io.CipherOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lorg/bouncycastle/crypto/io/CipherOutputStream;
            2   29     1   error  Ljava/io/IOException;
            4    6     2  outLen  I
            9   11     2  outLen  I
           16   17     2       e  Lorg/bouncycastle/crypto/InvalidCipherTextException;
           19   20     2       e  Ljava/lang/Exception;
           24   26     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2    14      15  Class org.bouncycastle.crypto.InvalidCipherTextException
           2    14      18  Class java.lang.Exception
          20    22      23  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "CipherOutputStream.java"