class java.security.KeyStore$Builder$2$1 implements java.security.PrivilegedExceptionAction<java.security.KeyStore>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.security.KeyStore$Builder$2$1
  super_class: java.lang.Object
{
  final java.security.KeyStore$Builder$2 this$2;
    descriptor: Ljava/security/KeyStore$Builder$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private final java.lang.String val$type;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(java.security.KeyStore$Builder$2, java.security.Provider, java.lang.String, java.security.KeyStore$ProtectionParameter);
    descriptor: (Ljava/security/KeyStore$Builder$2;Ljava/security/Provider;Ljava/lang/String;Ljava/security/KeyStore$ProtectionParameter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // java.security.KeyStore$Builder$2$1 this
         0: .line 1918
            aload 0 /* this */
            aload 1
            putfield java.security.KeyStore$Builder$2$1.this$2:Ljava/security/KeyStore$Builder$2;
            aload 0 /* this */
            aload 2
            putfield java.security.KeyStore$Builder$2$1.val$provider:Ljava/security/Provider;
            aload 0 /* this */
            aload 3
            putfield java.security.KeyStore$Builder$2$1.val$type:Ljava/lang/String;
            aload 0 /* this */
            aload 4
            putfield java.security.KeyStore$Builder$2$1.val$protection:Ljava/security/KeyStore$ProtectionParameter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.security.KeyStore$Builder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/KeyStore$Builder$2$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$provider    final
      val$type        final
      val$protection  final

  public java.security.KeyStore run();
    descriptor: ()Ljava/security/KeyStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // java.security.KeyStore$Builder$2$1 this
         0: .line 1922
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$provider:Ljava/security/Provider;
            ifnonnull 3
         1: .line 1923
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$type:Ljava/lang/String;
            invokestatic java.security.KeyStore.getInstance:(Ljava/lang/String;)Ljava/security/KeyStore;
            astore 1 /* ks */
        start local 1 // java.security.KeyStore ks
         2: .line 1924
            goto 4
        end local 1 // java.security.KeyStore ks
         3: .line 1925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$type:Ljava/lang/String;
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$provider:Ljava/security/Provider;
            invokestatic java.security.KeyStore.getInstance:(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyStore;
            astore 1 /* ks */
        start local 1 // java.security.KeyStore ks
         4: .line 1927
      StackMap locals: java.security.KeyStore
      StackMap stack:
            new java.security.KeyStore$SimpleLoadStoreParameter
            dup
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$protection:Ljava/security/KeyStore$ProtectionParameter;
            invokespecial java.security.KeyStore$SimpleLoadStoreParameter.<init>:(Ljava/security/KeyStore$ProtectionParameter;)V
            astore 2 /* param */
        start local 2 // java.security.KeyStore$LoadStoreParameter param
         5: .line 1928
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.val$protection:Ljava/security/KeyStore$ProtectionParameter;
            instanceof java.security.KeyStore$CallbackHandlerProtection
            ifne 8
         6: .line 1929
            aload 1 /* ks */
            aload 2 /* param */
            invokevirtual java.security.KeyStore.load:(Ljava/security/KeyStore$LoadStoreParameter;)V
         7: .line 1930
            goto 18
         8: .line 1933
      StackMap locals: java.security.KeyStore$LoadStoreParameter
      StackMap stack:
            iconst_0
            istore 3 /* tries */
        start local 3 // int tries
         9: .line 1935
      StackMap locals: int
      StackMap stack:
            iinc 3 /* tries */ 1
        10: .line 1937
            aload 1 /* ks */
            aload 2 /* param */
            invokevirtual java.security.KeyStore.load:(Ljava/security/KeyStore$LoadStoreParameter;)V
        11: .line 1938
            goto 18
        12: .line 1939
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        13: .line 1940
            aload 4 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            instanceof java.security.UnrecoverableKeyException
            ifeq 17
        14: .line 1941
            iload 3 /* tries */
            iconst_3
            if_icmpge 16
        15: .line 1942
            goto 9
        16: .line 1944
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.this$2:Ljava/security/KeyStore$Builder$2;
            aload 4 /* e */
            putfield java.security.KeyStore$Builder$2.oldException:Ljava/io/IOException;
        17: .line 1947
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.io.IOException e
        end local 3 // int tries
        18: .line 1951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.KeyStore$Builder$2$1.this$2:Ljava/security/KeyStore$Builder$2;
            iconst_1
            putfield java.security.KeyStore$Builder$2.getCalled:Z
        19: .line 1952
            aload 1 /* ks */
            areturn
        end local 2 // java.security.KeyStore$LoadStoreParameter param
        end local 1 // java.security.KeyStore ks
        end local 0 // java.security.KeyStore$Builder$2$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Ljava/security/KeyStore$Builder$2$1;
            2    3     1     ks  Ljava/security/KeyStore;
            4   20     1     ks  Ljava/security/KeyStore;
            5   20     2  param  Ljava/security/KeyStore$LoadStoreParameter;
            9   18     3  tries  I
           13   18     4      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          10    11      12  Class java.io.IOException
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.security.KeyStore$Builder$2$1.run:()Ljava/security/KeyStore;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/security/KeyStore;>;
SourceFile: "KeyStore.java"
EnclosingMethod: java.security.KeyStore$Builder$2
NestHost: java.security.KeyStore
InnerClasses:
  public abstract Builder = java.security.KeyStore$Builder of java.security.KeyStore
  java.security.KeyStore$Builder$2
  java.security.KeyStore$Builder$2$1
  public CallbackHandlerProtection = java.security.KeyStore$CallbackHandlerProtection of java.security.KeyStore
  public abstract LoadStoreParameter = java.security.KeyStore$LoadStoreParameter of java.security.KeyStore
  public abstract ProtectionParameter = java.security.KeyStore$ProtectionParameter of java.security.KeyStore
  SimpleLoadStoreParameter = java.security.KeyStore$SimpleLoadStoreParameter of java.security.KeyStore