final class com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly implements com.sun.crypto.provider.ChaCha20Cipher$ChaChaEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly
  super_class: java.lang.Object
{
  final com.sun.crypto.provider.ChaCha20Cipher this$0;
    descriptor: Lcom/sun/crypto/provider/ChaCha20Cipher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.crypto.provider.ChaCha20Cipher);
    descriptor: (Lcom/sun/crypto/provider/ChaCha20Cipher;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
         0: .line 1199
            aload 0 /* this */
            aload 1
            putfield com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly.this$0:Lcom/sun/crypto/provider/ChaCha20Cipher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/ChaCha20Cipher$EngineStreamOnly;
    MethodParameters:
        Name  Flags
      this$0  final

  public int getOutputSize(int, boolean);
    descriptor: (IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
        start local 1 // int inLength
        start local 2 // boolean isFinal
         0: .line 1204
            iload 1 /* inLength */
            ireturn
        end local 2 // boolean isFinal
        end local 1 // int inLength
        end local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/crypto/provider/ChaCha20Cipher$EngineStreamOnly;
            0    1     1  inLength  I
            0    1     2   isFinal  Z
    MethodParameters:
          Name  Flags
      inLength  
      isFinal   

  public int doUpdate(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOff
         0: .line 1210
            aload 0 /* this */
            getfield com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly.this$0:Lcom/sun/crypto/provider/ChaCha20Cipher;
            getfield com.sun.crypto.provider.ChaCha20Cipher.initialized:Z
            ifeq 13
         1: .line 1212
            aload 4 /* out */
            ifnull 4
         2: .line 1213
            iload 5 /* outOff */
            iload 3 /* inLen */
            aload 4 /* out */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         3: .line 1214
            goto 9
         4: .line 1215
      StackMap locals:
      StackMap stack:
            new javax.crypto.ShortBufferException
            dup
         5: .line 1216
            ldc "Output buffer too small"
         6: .line 1215
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 1218
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         8: .line 1219
            new javax.crypto.ShortBufferException
            dup
            ldc "Output buffer too small"
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 1221
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            ifnull 12
        10: .line 1222
            iload 2 /* inOff */
            iload 3 /* inLen */
            aload 1 /* in */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
        11: .line 1223
            aload 0 /* this */
            getfield com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly.this$0:Lcom/sun/crypto/provider/ChaCha20Cipher;
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOff */
            invokevirtual com.sun.crypto.provider.ChaCha20Cipher.chaCha20Transform:([BII[BI)V
        12: .line 1225
      StackMap locals:
      StackMap stack:
            iload 3 /* inLen */
            ireturn
        13: .line 1227
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        14: .line 1228
            ldc "Must use either a different key or iv."
        15: .line 1227
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int outOff
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lcom/sun/crypto/provider/ChaCha20Cipher$EngineStreamOnly;
            0   16     1      in  [B
            0   16     2   inOff  I
            0   16     3   inLen  I
            0   16     4     out  [B
            0   16     5  outOff  I
      Exception table:
        from    to  target  type
           1     7       7  Class java.lang.IndexOutOfBoundsException
    Exceptions:
      throws javax.crypto.ShortBufferException, java.security.KeyException
    MethodParameters:
        Name  Flags
      in      
      inOff   
      inLen   
      out     
      outOff  

  public int doFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOff
         0: .line 1235
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOff */
            invokevirtual com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly.doUpdate:([BII[BI)I
            ireturn
        end local 5 // int outOff
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/crypto/provider/ChaCha20Cipher$EngineStreamOnly;
            0    1     1      in  [B
            0    1     2   inOff  I
            0    1     3   inLen  I
            0    1     4     out  [B
            0    1     5  outOff  I
    Exceptions:
      throws javax.crypto.ShortBufferException, java.security.KeyException
    MethodParameters:
        Name  Flags
      in      
      inOff   
      inLen   
      out     
      outOff  
}
SourceFile: "ChaCha20Cipher.java"
NestHost: com.sun.crypto.provider.ChaCha20Cipher
InnerClasses:
  abstract ChaChaEngine = com.sun.crypto.provider.ChaCha20Cipher$ChaChaEngine of com.sun.crypto.provider.ChaCha20Cipher
  private final EngineStreamOnly = com.sun.crypto.provider.ChaCha20Cipher$EngineStreamOnly of com.sun.crypto.provider.ChaCha20Cipher