public class android.security.KeystoreArguments implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.security.KeystoreArguments
  super_class: java.lang.Object
{
  public byte[][] args;
    descriptor: [[B
    flags: (0x0001) ACC_PUBLIC

  public static final android.os.Parcelable$Creator<android.security.KeystoreArguments> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/security/KeystoreArguments;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new android.security.KeystoreArguments$1
            dup
         1: .line 30
            invokespecial android.security.KeystoreArguments$1.<init>:()V
            putstatic android.security.KeystoreArguments.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 38
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.security.KeystoreArguments this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aconst_null
            putfield android.security.KeystoreArguments.args:[[B
         2: .line 42
            return
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/security/KeystoreArguments;

  public void <init>(byte[][]);
    descriptor: ([[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.security.KeystoreArguments this
        start local 1 // byte[][] args
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* args */
            putfield android.security.KeystoreArguments.args:[[B
         2: .line 46
            return
        end local 1 // byte[][] args
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/security/KeystoreArguments;
            0    3     1  args  [[B
    MethodParameters:
      Name  Flags
      args  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.security.KeystoreArguments this
        start local 1 // android.os.Parcel in
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.security.KeystoreArguments.readFromParcel:(Landroid/os/Parcel;)V
         2: .line 50
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/security/KeystoreArguments;
            0    3     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // android.security.KeystoreArguments this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 54
            aload 0 /* this */
            getfield android.security.KeystoreArguments.args:[[B
            ifnonnull 3
         1: .line 55
            aload 1 /* out */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 56
            goto 9
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield android.security.KeystoreArguments.args:[[B
            arraylength
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 58
            aload 0 /* this */
            getfield android.security.KeystoreArguments.args:[[B
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: android.security.KeystoreArguments android.os.Parcel int top int int byte[][]
      StackMap stack:
         5: aload 6
            iload 4
            aaload
            astore 3 /* arg */
        start local 3 // byte[] arg
         6: .line 59
            aload 1 /* out */
            aload 3 /* arg */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
        end local 3 // byte[] arg
         7: .line 58
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 5
         9: .line 62
      StackMap locals: android.security.KeystoreArguments android.os.Parcel int
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/security/KeystoreArguments;
            0   10     1    out  Landroid/os/Parcel;
            0   10     2  flags  I
            6    7     3    arg  [B
    MethodParameters:
       Name  Flags
      out    
      flags  

  private void readFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // android.security.KeystoreArguments this
        start local 1 // android.os.Parcel in
         0: .line 65
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 66
            aload 0 /* this */
            iload 2 /* length */
            anewarray byte[]
            putfield android.security.KeystoreArguments.args:[[B
         2: .line 67
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 68
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.security.KeystoreArguments.args:[[B
            iload 3 /* i */
            aload 1 /* in */
            invokevirtual android.os.Parcel.createByteArray:()[B
            aastore
         5: .line 67
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
         7: .line 70
            return
        end local 2 // int length
        end local 1 // android.os.Parcel in
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/security/KeystoreArguments;
            0    8     1      in  Landroid/os/Parcel;
            1    8     2  length  I
            3    7     3       i  I
    MethodParameters:
      Name  Flags
      in    

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.security.KeystoreArguments this
         0: .line 74
            iconst_0
            ireturn
        end local 0 // android.security.KeystoreArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/KeystoreArguments;
}
SourceFile: "KeystoreArguments.java"
NestMembers:
  android.security.KeystoreArguments$1
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.security.KeystoreArguments$1