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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof javax.crypto.JceSecurity$IdentityWrapper
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
aload 1
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 end local 0 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 0: aload 0
getfield javax.crypto.JceSecurity$IdentityWrapper.obj:Ljava/security/Provider;
invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
ireturn
end local 0 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