public final class android.security.KeyStoreParameter implements java.security.KeyStore$ProtectionParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.security.KeyStoreParameter
  super_class: java.lang.Object
{
  private final int mFlags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.security.KeyStoreParameter this
        start local 1 // int flags
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            iload 1 /* flags */
            putfield android.security.KeyStoreParameter.mFlags:I
         2: .line 56
            return
        end local 1 // int flags
        end local 0 // android.security.KeyStoreParameter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/security/KeyStoreParameter;
            0    3     1  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public int getFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.security.KeyStoreParameter this
         0: .line 62
            aload 0 /* this */
            getfield android.security.KeyStoreParameter.mFlags:I
            ireturn
        end local 0 // android.security.KeyStoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/KeyStoreParameter;

  public boolean isEncryptionRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.security.KeyStoreParameter this
         0: .line 79
            aload 0 /* this */
            getfield android.security.KeyStoreParameter.mFlags:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.security.KeyStoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/security/KeyStoreParameter;
}
SourceFile: "KeyStoreParameter.java"
NestMembers:
  android.security.KeyStoreParameter$Builder
InnerClasses:
  public final Builder = android.security.KeyStoreParameter$Builder of android.security.KeyStoreParameter
  public abstract ProtectionParameter = java.security.KeyStore$ProtectionParameter of java.security.KeyStore
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()