public final class sun.security.provider.certpath.ResponderId
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.security.provider.certpath.ResponderId
super_class: java.lang.Object
{
private sun.security.provider.certpath.ResponderId$Type type;
descriptor: Lsun/security/provider/certpath/ResponderId$Type;
flags: (0x0002) ACC_PRIVATE
private javax.security.auth.x500.X500Principal responderName;
descriptor: Ljavax/security/auth/x500/X500Principal;
flags: (0x0002) ACC_PRIVATE
private sun.security.x509.KeyIdentifier responderKeyId;
descriptor: Lsun/security/x509/KeyIdentifier;
flags: (0x0002) ACC_PRIVATE
private byte[] encodedRid;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private static volatile int[] $SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
public void <init>(javax.security.auth.x500.X500Principal);
descriptor: (Ljavax/security/auth/x500/X500Principal;)V
flags: (0x0001) ACC_PUBLIC
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 sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
2: aload 0
aconst_null
putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
3: aload 0
aload 0
invokevirtual sun.security.provider.certpath.ResponderId.principalToBytes:()[B
putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
4: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/provider/certpath/ResponderId;
0 6 1 subjectName Ljavax/security/auth/x500/X500Principal;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
subjectName
public void <init>(java.security.PublicKey);
descriptor: (Ljava/security/PublicKey;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new sun.security.x509.KeyIdentifier
dup
aload 1
invokespecial sun.security.x509.KeyIdentifier.<init>:(Ljava/security/PublicKey;)V
putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
2: aload 0
aconst_null
putfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
3: aload 0
aload 0
invokevirtual sun.security.provider.certpath.ResponderId.keyIdToBytes:()[B
putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
4: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/provider/certpath/ResponderId;
0 6 1 pubKey Ljava/security/PublicKey;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
pubKey
public void <init>(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new sun.security.util.DerValue
dup
aload 1
invokespecial sun.security.util.DerValue.<init>:([B)V
astore 2
start local 2 2: aload 2
getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
i2b
invokevirtual sun.security.util.DerValue.isContextSpecific:(B)Z
ifeq 8
3: aload 2
invokevirtual sun.security.util.DerValue.isConstructed:()Z
ifeq 8
4: aload 0
new javax.security.auth.x500.X500Principal
dup
aload 2
invokevirtual sun.security.util.DerValue.getDataBytes:()[B
invokespecial javax.security.auth.x500.X500Principal.<init>:([B)V
putfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
5: aload 0
aload 0
invokevirtual sun.security.provider.certpath.ResponderId.principalToBytes:()[B
putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
6: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
7: goto 17
StackMap locals: sun.security.provider.certpath.ResponderId byte[] sun.security.util.DerValue
StackMap stack:
8: aload 2
getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
i2b
invokevirtual sun.security.util.DerValue.isContextSpecific:(B)Z
ifeq 16
9: aload 2
invokevirtual sun.security.util.DerValue.isConstructed:()Z
ifeq 16
10: aload 0
11: new sun.security.x509.KeyIdentifier
dup
new sun.security.util.DerValue
dup
aload 2
invokevirtual sun.security.util.DerValue.getDataBytes:()[B
invokespecial sun.security.util.DerValue.<init>:([B)V
invokespecial sun.security.x509.KeyIdentifier.<init>:(Lsun/security/util/DerValue;)V
12: putfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
13: aload 0
aload 0
invokevirtual sun.security.provider.certpath.ResponderId.keyIdToBytes:()[B
putfield sun.security.provider.certpath.ResponderId.encodedRid:[B
14: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
putfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
15: goto 17
16: StackMap locals:
StackMap stack:
new java.io.IOException
dup
ldc "Invalid ResponderId content"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
17: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/security/provider/certpath/ResponderId;
0 18 1 encodedData [B
2 18 2 outer Lsun/security/util/DerValue;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
encodedData
public byte[] getEncoded();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
public sun.security.provider.certpath.ResponderId$Type getType();
descriptor: ()Lsun/security/provider/certpath/ResponderId$Type;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
public int length();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
arraylength
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
public javax.security.auth.x500.X500Principal getResponderName();
descriptor: ()Ljavax/security/auth/x500/X500Principal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
public sun.security.x509.KeyIdentifier getKeyIdentifier();
descriptor: ()Lsun/security/x509/KeyIdentifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
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 start local 1 0: aload 1
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
if_acmpne 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof sun.security.provider.certpath.ResponderId
ifeq 7
5: aload 1
checkcast sun.security.provider.certpath.ResponderId
astore 2
start local 2 6: aload 0
getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
aload 2
invokevirtual sun.security.provider.certpath.ResponderId.getEncoded:()[B
invokestatic java.util.Arrays.equals:([B[B)Z
ireturn
end local 2 7: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/provider/certpath/ResponderId;
0 8 1 obj Ljava/lang/Object;
6 7 2 respObj Lsun/security/provider/certpath/ResponderId;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.ResponderId.encodedRid:[B
invokestatic java.util.Arrays.hashCode:([B)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/ResponderId;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: invokestatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:()[I
aload 0
getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
iaload
tableswitch { // 1 - 2
1: 2
2: 4
default: 11
}
2: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 1
aload 0
getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
3: goto 12
4: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 0
getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
invokevirtual sun.security.x509.KeyIdentifier.getIdentifier:()[B
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 9
StackMap locals: sun.security.provider.certpath.ResponderId java.lang.StringBuilder top int int byte[]
StackMap stack:
6: aload 5
iload 3
baload
istore 2
start local 2 7: aload 1
ldc "%02X"
iconst_1
anewarray java.lang.Object
dup
iconst_0
iload 2
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
end local 2 8: iinc 3 1
StackMap locals:
StackMap stack:
9: iload 3
iload 4
if_icmplt 6
10: goto 12
11: StackMap locals: sun.security.provider.certpath.ResponderId java.lang.StringBuilder
StackMap stack:
aload 1
ldc "Unknown ResponderId Type: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.security.provider.certpath.ResponderId.type:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
12: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/provider/certpath/ResponderId;
1 13 1 sb Ljava/lang/StringBuilder;
7 8 2 keyIdByte B
private byte[] principalToBytes();
descriptor: ()[B
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=1
start local 0 0: new sun.security.util.DerValue
dup
bipush -128
1: iconst_1
getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
i2b
2: invokestatic sun.security.util.DerValue.createTag:(BZB)B
3: aload 0
getfield sun.security.provider.certpath.ResponderId.responderName:Ljavax/security/auth/x500/X500Principal;
invokevirtual javax.security.auth.x500.X500Principal.getEncoded:()[B
4: invokespecial sun.security.util.DerValue.<init>:(B[B)V
astore 1
start local 1 5: aload 1
invokevirtual sun.security.util.DerValue.toByteArray:()[B
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/provider/certpath/ResponderId;
5 6 1 dv Lsun/security/util/DerValue;
Exceptions:
throws java.io.IOException
private byte[] keyIdToBytes();
descriptor: ()[B
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=1
start local 0 0: new sun.security.util.DerValue
dup
iconst_4
1: aload 0
getfield sun.security.provider.certpath.ResponderId.responderKeyId:Lsun/security/x509/KeyIdentifier;
invokevirtual sun.security.x509.KeyIdentifier.getIdentifier:()[B
2: invokespecial sun.security.util.DerValue.<init>:(B[B)V
astore 1
start local 1 3: new sun.security.util.DerValue
dup
bipush -128
4: iconst_1
getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.value:()I
i2b
5: invokestatic sun.security.util.DerValue.createTag:(BZB)B
6: aload 1
invokevirtual sun.security.util.DerValue.toByteArray:()[B
7: invokespecial sun.security.util.DerValue.<init>:(B[B)V
astore 2
start local 2 8: aload 2
invokevirtual sun.security.util.DerValue.toByteArray:()[B
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/provider/certpath/ResponderId;
3 9 1 inner Lsun/security/util/DerValue;
8 9 2 outer Lsun/security/util/DerValue;
Exceptions:
throws java.io.IOException
static int[] $SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic sun.security.provider.certpath.ResponderId$Type.values:()[Lsun/security/provider/certpath/ResponderId$Type;
arraylength
newarray 10
astore 0
2: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_KEY:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
iconst_2
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic sun.security.provider.certpath.ResponderId$Type.BY_NAME:Lsun/security/provider/certpath/ResponderId$Type;
invokevirtual sun.security.provider.certpath.ResponderId$Type.ordinal:()I
iconst_1
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
dup
putstatic sun.security.provider.certpath.ResponderId.$SWITCH_TABLE$sun$security$provider$certpath$ResponderId$Type:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
}
SourceFile: "ResponderId.java"
NestMembers:
sun.security.provider.certpath.ResponderId$Type
InnerClasses:
public final Type = sun.security.provider.certpath.ResponderId$Type of sun.security.provider.certpath.ResponderId