class java.security.KeyStore$Builder$1 extends java.security.KeyStore$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.security.KeyStore$Builder$1
  super_class: java.security.KeyStore$Builder
{
  private volatile boolean getCalled;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.security.KeyStore val$keyStore;
    descriptor: Ljava/security/KeyStore;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.security.KeyStore$ProtectionParameter val$protectionParameter;
    descriptor: Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.security.KeyStore, java.security.KeyStore$ProtectionParameter);
    descriptor: (Ljava/security/KeyStore;Ljava/security/KeyStore$ProtectionParameter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.security.KeyStore$Builder$1 this
         0: .line 1677
            aload 0 /* this */
            aload 1
            putfield java.security.KeyStore$Builder$1.val$keyStore:Ljava/security/KeyStore;
            aload 0 /* this */
            aload 2
            putfield java.security.KeyStore$Builder$1.val$protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
            aload 0 /* this */
            invokespecial java.security.KeyStore$Builder.<init>:()V
            return
        end local 0 // java.security.KeyStore$Builder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$Builder$1;
    MethodParameters:
                         Name  Flags
      val$keyStore             final
      val$protectionParameter  final

  public java.security.KeyStore getKeyStore();
    descriptor: ()Ljava/security/KeyStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.security.KeyStore$Builder$1 this
         0: .line 1681
            aload 0 /* this */
            iconst_1
            putfield java.security.KeyStore$Builder$1.getCalled:Z
         1: .line 1682
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$1.val$keyStore:Ljava/security/KeyStore;
            areturn
        end local 0 // java.security.KeyStore$Builder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/security/KeyStore$Builder$1;

  public java.security.KeyStore$ProtectionParameter getProtectionParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.security.KeyStore$Builder$1 this
        start local 1 // java.lang.String alias
         0: .line 1687
            aload 1 /* alias */
            ifnonnull 2
         1: .line 1688
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$1.getCalled:Z
            ifne 6
         3: .line 1691
            new java.lang.IllegalStateException
            dup
         4: .line 1692
            ldc "getKeyStore() must be called first"
         5: .line 1691
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$1.val$protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
            areturn
        end local 1 // java.lang.String alias
        end local 0 // java.security.KeyStore$Builder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljava/security/KeyStore$Builder$1;
            0    7     1  alias  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      alias  
}
SourceFile: "KeyStore.java"
EnclosingMethod: java.security.KeyStore$Builder.newInstance:(Ljava/security/KeyStore;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;
NestHost: java.security.KeyStore
InnerClasses:
  public abstract Builder = java.security.KeyStore$Builder of java.security.KeyStore
  java.security.KeyStore$Builder$1
  public abstract ProtectionParameter = java.security.KeyStore$ProtectionParameter of java.security.KeyStore