public final class sun.security.ssl.KeyManagerFactoryImpl$X509 extends sun.security.ssl.KeyManagerFactoryImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.KeyManagerFactoryImpl$X509
  super_class: sun.security.ssl.KeyManagerFactoryImpl
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
         0: .line 78
            aload 0 /* this */
            invokespecial sun.security.ssl.KeyManagerFactoryImpl.<init>:()V
            return
        end local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KeyManagerFactoryImpl$X509;

  protected void engineInit(java.security.KeyStore, char[]);
    descriptor: (Ljava/security/KeyStore;[C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
        start local 1 // java.security.KeyStore ks
        start local 2 // char[] password
         0: .line 84
            aload 1 /* ks */
            ifnonnull 5
         1: .line 85
            aload 0 /* this */
            new sun.security.ssl.X509KeyManagerImpl
            dup
         2: .line 86
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial sun.security.ssl.X509KeyManagerImpl.<init>:(Ljava/util/List;)V
         3: .line 85
            putfield sun.security.ssl.KeyManagerFactoryImpl$X509.keyManager:Ljavax/net/ssl/X509ExtendedKeyManager;
         4: .line 87
            goto 12
         5: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* ks */
         6: .line 90
            new java.security.KeyStore$PasswordProtection
            dup
            aload 2 /* password */
            invokespecial java.security.KeyStore$PasswordProtection.<init>:([C)V
         7: .line 89
            invokestatic java.security.KeyStore$Builder.newInstance:(Ljava/security/KeyStore;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;
            astore 3 /* builder */
        start local 3 // java.security.KeyStore$Builder builder
         8: .line 91
            aload 0 /* this */
            new sun.security.ssl.X509KeyManagerImpl
            dup
            aload 3 /* builder */
            invokespecial sun.security.ssl.X509KeyManagerImpl.<init>:(Ljava/security/KeyStore$Builder;)V
            putfield sun.security.ssl.KeyManagerFactoryImpl$X509.keyManager:Ljavax/net/ssl/X509ExtendedKeyManager;
        end local 3 // java.security.KeyStore$Builder builder
         9: .line 92
            goto 12
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        10: astore 3 /* e */
        start local 3 // java.lang.RuntimeException e
        11: .line 93
            new java.security.KeyStoreException
            dup
            ldc "initialization failed"
            aload 3 /* e */
            invokespecial java.security.KeyStoreException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.RuntimeException e
        12: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.KeyManagerFactoryImpl$X509.isInitialized:Z
        13: .line 97
            return
        end local 2 // char[] password
        end local 1 // java.security.KeyStore ks
        end local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lsun/security/ssl/KeyManagerFactoryImpl$X509;
            0   14     1        ks  Ljava/security/KeyStore;
            0   14     2  password  [C
            8    9     3   builder  Ljava/security/KeyStore$Builder;
           11   12     3         e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           5     9      10  Class java.lang.RuntimeException
    Exceptions:
      throws java.security.KeyStoreException, java.security.NoSuchAlgorithmException, java.security.UnrecoverableKeyException
    MethodParameters:
          Name  Flags
      ks        
      password  

  protected void engineInit(javax.net.ssl.ManagerFactoryParameters);
    descriptor: (Ljavax/net/ssl/ManagerFactoryParameters;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
        start local 1 // javax.net.ssl.ManagerFactoryParameters params
         0: .line 102
            aload 1 /* params */
            instanceof javax.net.ssl.KeyStoreBuilderParameters
            ifne 4
         1: .line 103
            new java.security.InvalidAlgorithmParameterException
            dup
         2: .line 104
            ldc "Parameters must be instance of KeyStoreBuilderParameters"
         3: .line 103
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* params */
            checkcast javax.net.ssl.KeyStoreBuilderParameters
            invokevirtual javax.net.ssl.KeyStoreBuilderParameters.getParameters:()Ljava/util/List;
         5: .line 107
            astore 2 /* builders */
        start local 2 // java.util.List builders
         6: .line 109
            aload 0 /* this */
            new sun.security.ssl.X509KeyManagerImpl
            dup
            aload 2 /* builders */
            invokespecial sun.security.ssl.X509KeyManagerImpl.<init>:(Ljava/util/List;)V
            putfield sun.security.ssl.KeyManagerFactoryImpl$X509.keyManager:Ljavax/net/ssl/X509ExtendedKeyManager;
         7: .line 110
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.KeyManagerFactoryImpl$X509.isInitialized:Z
         8: .line 111
            return
        end local 2 // java.util.List builders
        end local 1 // javax.net.ssl.ManagerFactoryParameters params
        end local 0 // sun.security.ssl.KeyManagerFactoryImpl$X509 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/security/ssl/KeyManagerFactoryImpl$X509;
            0    9     1    params  Ljavax/net/ssl/ManagerFactoryParameters;
            6    9     2  builders  Ljava/util/List<Ljava/security/KeyStore$Builder;>;
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      params  
}
SourceFile: "KeyManagerFactoryImpl.java"
NestHost: sun.security.ssl.KeyManagerFactoryImpl
InnerClasses:
  public abstract Builder = java.security.KeyStore$Builder of java.security.KeyStore
  public PasswordProtection = java.security.KeyStore$PasswordProtection of java.security.KeyStore
  public abstract ProtectionParameter = java.security.KeyStore$ProtectionParameter of java.security.KeyStore
  public final X509 = sun.security.ssl.KeyManagerFactoryImpl$X509 of sun.security.ssl.KeyManagerFactoryImpl