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

  void <init>(java.security.Provider);
    descriptor: (Ljava/security/Provider;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.crypto.JceSecurity$IdentityWrapper this
        start local 1 // java.security.Provider obj
         0: .line 408
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 409
            aload 0 /* this */
            aload 1 /* obj */
            putfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
         2: .line 410
            return
        end local 1 // java.security.Provider obj
        end local 0 // javax.crypto.JceSecurity$IdentityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/crypto/JceSecurity$IdentityWrapper;
            0    3     1   obj  Ljava/security/Provider;
    MethodParameters:
      Name  Flags
      obj   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.crypto.JceSecurity$IdentityWrapper this
        start local 1 // java.lang.Object o
         0: .line 414
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 415
            iconst_1
            ireturn
         2: .line 417
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof javax.crypto.JceSecurity$IdentityWrapper
            ifne 4
         3: .line 418
            iconst_0
            ireturn
         4: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
            aload 1 /* o */
            checkcast javax.crypto.JceSecurity$IdentityWrapper
            getfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
            if_acmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // javax.crypto.JceSecurity$IdentityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/crypto/JceSecurity$IdentityWrapper;
            0    6     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

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