class sun.security.pkcs11.P11KeyStore$THandle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.pkcs11.P11KeyStore$THandle
  super_class: java.lang.Object
{
  private final long handle;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.pkcs11.wrapper.CK_ATTRIBUTE type;
    descriptor: Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(long, sun.security.pkcs11.wrapper.CK_ATTRIBUTE);
    descriptor: (JLsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.pkcs11.P11KeyStore$THandle this
        start local 1 // long handle
        start local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE type
         0: .line 263
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 264
            aload 0 /* this */
            lload 1 /* handle */
            putfield sun.security.pkcs11.P11KeyStore$THandle.handle:J
         2: .line 265
            aload 0 /* this */
            aload 3 /* type */
            putfield sun.security.pkcs11.P11KeyStore$THandle.type:Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
         3: .line 266
            return
        end local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE type
        end local 1 // long handle
        end local 0 // sun.security.pkcs11.P11KeyStore$THandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/security/pkcs11/P11KeyStore$THandle;
            0    4     1  handle  J
            0    4     3    type  Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
    MethodParameters:
        Name  Flags
      handle  
      type    
}
SourceFile: "P11KeyStore.java"
NestHost: sun.security.pkcs11.P11KeyStore
InnerClasses:
  private THandle = sun.security.pkcs11.P11KeyStore$THandle of sun.security.pkcs11.P11KeyStore