class android.security.keystore.KeyStoreCryptoOperationChunkedStreamer implements android.security.keystore.KeyStoreCryptoOperationStreamer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.security.keystore.KeyStoreCryptoOperationChunkedStreamer
  super_class: java.lang.Object
{
  private static final int DEFAULT_MAX_CHUNK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65536

  private final android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream mKeyStoreStream;
    descriptor: Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer$Stream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mMaxChunkSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private long mConsumedInputSizeBytes;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long mProducedOutputSizeBytes;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream);
    descriptor: (Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer$Stream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import libcore.util cannot be resolved\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
    MethodParameters:
           Name  Flags
      operation  

  public void <init>(android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream, int);
    descriptor: (Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer$Stream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import libcore.util cannot be resolved\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
    MethodParameters:
              Name  Flags
      operation     
      maxChunkSize  

  public byte[] update(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
    Exceptions:
      throws android.security.KeyStoreException
    MethodParameters:
             Name  Flags
      input        
      inputOffset  
      inputLength  

  public byte[] doFinal(byte[], int, int, byte[], byte[]);
    descriptor: ([BII[B[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 212
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
    Exceptions:
      throws android.security.KeyStoreException
    MethodParameters:
                   Name  Flags
      input              
      inputOffset        
      inputLength        
      signature          
      additionalEntropy  

  public byte[] flush();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
    Exceptions:
      throws android.security.KeyStoreException

  public long getConsumedInputSizeBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 306
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;

  public long getProducedOutputSizeBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
         0: .line 311
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.keystore.KeyStoreCryptoOperationChunkedStreamer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;
}
SourceFile: "KeyStoreCryptoOperationChunkedStreamer.java"
NestMembers:
  android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$MainDataStream  android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream
InnerClasses:
  public MainDataStream = android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$MainDataStream of android.security.keystore.KeyStoreCryptoOperationChunkedStreamer
  abstract Stream = android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream of android.security.keystore.KeyStoreCryptoOperationChunkedStreamer