public final class sun.security.pkcs11.Secmod$KeyStoreLoadParameter implements java.security.KeyStore$LoadStoreParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.Secmod$KeyStoreLoadParameter
  super_class: java.lang.Object
{
  final sun.security.pkcs11.Secmod$TrustType trustType;
    descriptor: Lsun/security/pkcs11/Secmod$TrustType;
    flags: (0x0010) ACC_FINAL

  final java.security.KeyStore$ProtectionParameter protection;
    descriptor: Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0010) ACC_FINAL

  public void <init>(sun.security.pkcs11.Secmod$TrustType, char[]);
    descriptor: (Lsun/security/pkcs11/Secmod$TrustType;[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
        start local 1 // sun.security.pkcs11.Secmod$TrustType trustType
        start local 2 // char[] password
         0: .line 615
            aload 0 /* this */
            aload 1 /* trustType */
            new java.security.KeyStore$PasswordProtection
            dup
            aload 2 /* password */
            invokespecial java.security.KeyStore$PasswordProtection.<init>:([C)V
            invokespecial sun.security.pkcs11.Secmod$KeyStoreLoadParameter.<init>:(Lsun/security/pkcs11/Secmod$TrustType;Ljava/security/KeyStore$ProtectionParameter;)V
         1: .line 617
            return
        end local 2 // char[] password
        end local 1 // sun.security.pkcs11.Secmod$TrustType trustType
        end local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/security/pkcs11/Secmod$KeyStoreLoadParameter;
            0    2     1  trustType  Lsun/security/pkcs11/Secmod$TrustType;
            0    2     2   password  [C
    MethodParameters:
           Name  Flags
      trustType  
      password   

  public void <init>(sun.security.pkcs11.Secmod$TrustType, java.security.KeyStore$ProtectionParameter);
    descriptor: (Lsun/security/pkcs11/Secmod$TrustType;Ljava/security/KeyStore$ProtectionParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
        start local 1 // sun.security.pkcs11.Secmod$TrustType trustType
        start local 2 // java.security.KeyStore$ProtectionParameter prot
         0: .line 618
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 619
            aload 1 /* trustType */
            ifnonnull 3
         2: .line 620
            new java.lang.NullPointerException
            dup
            ldc "trustType must not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 622
      StackMap locals: sun.security.pkcs11.Secmod$KeyStoreLoadParameter sun.security.pkcs11.Secmod$TrustType java.security.KeyStore$ProtectionParameter
      StackMap stack:
            aload 0 /* this */
            aload 1 /* trustType */
            putfield sun.security.pkcs11.Secmod$KeyStoreLoadParameter.trustType:Lsun/security/pkcs11/Secmod$TrustType;
         4: .line 623
            aload 0 /* this */
            aload 2 /* prot */
            putfield sun.security.pkcs11.Secmod$KeyStoreLoadParameter.protection:Ljava/security/KeyStore$ProtectionParameter;
         5: .line 624
            return
        end local 2 // java.security.KeyStore$ProtectionParameter prot
        end local 1 // sun.security.pkcs11.Secmod$TrustType trustType
        end local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/security/pkcs11/Secmod$KeyStoreLoadParameter;
            0    6     1  trustType  Lsun/security/pkcs11/Secmod$TrustType;
            0    6     2       prot  Ljava/security/KeyStore$ProtectionParameter;
    MethodParameters:
           Name  Flags
      trustType  
      prot       

  public java.security.KeyStore$ProtectionParameter getProtectionParameter();
    descriptor: ()Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
         0: .line 626
            aload 0 /* this */
            getfield sun.security.pkcs11.Secmod$KeyStoreLoadParameter.protection:Ljava/security/KeyStore$ProtectionParameter;
            areturn
        end local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/Secmod$KeyStoreLoadParameter;

  public sun.security.pkcs11.Secmod$TrustType getTrustType();
    descriptor: ()Lsun/security/pkcs11/Secmod$TrustType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
         0: .line 629
            aload 0 /* this */
            getfield sun.security.pkcs11.Secmod$KeyStoreLoadParameter.trustType:Lsun/security/pkcs11/Secmod$TrustType;
            areturn
        end local 0 // sun.security.pkcs11.Secmod$KeyStoreLoadParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/Secmod$KeyStoreLoadParameter;
}
SourceFile: "Secmod.java"
NestHost: sun.security.pkcs11.Secmod
InnerClasses:
  public abstract LoadStoreParameter = java.security.KeyStore$LoadStoreParameter 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 KeyStoreLoadParameter = sun.security.pkcs11.Secmod$KeyStoreLoadParameter of sun.security.pkcs11.Secmod
  public final TrustType = sun.security.pkcs11.Secmod$TrustType of sun.security.pkcs11.Secmod