final class sun.security.pkcs11.KeyCache$IdentityWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.KeyCache$IdentityWrapper
  super_class: java.lang.Object
{
  final java.lang.Object obj;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
        start local 1 // java.lang.Object obj
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* obj */
            putfield sun.security.pkcs11.KeyCache$IdentityWrapper.obj:Ljava/lang/Object;
         2: .line 63
            return
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/pkcs11/KeyCache$IdentityWrapper;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
        start local 1 // java.lang.Object o
         0: .line 65
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 66
            iconst_1
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof sun.security.pkcs11.KeyCache$IdentityWrapper
            ifne 4
         3: .line 69
            iconst_0
            ireturn
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast sun.security.pkcs11.KeyCache$IdentityWrapper
            astore 2 /* other */
        start local 2 // sun.security.pkcs11.KeyCache$IdentityWrapper other
         5: .line 72
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache$IdentityWrapper.obj:Ljava/lang/Object;
            aload 2 /* other */
            getfield sun.security.pkcs11.KeyCache$IdentityWrapper.obj:Ljava/lang/Object;
            if_acmpne 6
            iconst_1
            ireturn
      StackMap locals: sun.security.pkcs11.KeyCache$IdentityWrapper
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // sun.security.pkcs11.KeyCache$IdentityWrapper other
        end local 1 // java.lang.Object o
        end local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/security/pkcs11/KeyCache$IdentityWrapper;
            0    7     1      o  Ljava/lang/Object;
            5    7     2  other  Lsun/security/pkcs11/KeyCache$IdentityWrapper;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
         0: .line 75
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache$IdentityWrapper.obj:Ljava/lang/Object;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // sun.security.pkcs11.KeyCache$IdentityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/KeyCache$IdentityWrapper;
}
SourceFile: "KeyCache.java"
NestHost: sun.security.pkcs11.KeyCache
InnerClasses:
  private final IdentityWrapper = sun.security.pkcs11.KeyCache$IdentityWrapper of sun.security.pkcs11.KeyCache