final class sun.security.ssl.CertificateRequest$T12CertificateRequestMessage extends sun.security.ssl.SSLHandshake$HandshakeMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage
super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
final byte[] types;
descriptor: [B
flags: (0x0010) ACC_FINAL
final int[] algorithmIds;
descriptor: [I
flags: (0x0010) ACC_FINAL
final java.util.List<byte[]> authorities;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<[B>;
void <init>(sun.security.ssl.HandshakeContext, java.security.cert.X509Certificate[], sun.security.ssl.CipherSuite$KeyExchange, java.util.List<sun.security.ssl.SignatureScheme>);
descriptor: (Lsun/security/ssl/HandshakeContext;[Ljava/security/cert/X509Certificate;Lsun/security/ssl/CipherSuite$KeyExchange;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=4, locals=11, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 0
getstatic sun.security.ssl.CertificateRequest$ClientCertificateType.CERT_TYPES:[B
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
2: aload 4
ifnull 3
aload 4
invokeinterface java.util.List.isEmpty:()Z
ifeq 6
3: StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeContext java.security.cert.X509Certificate[] sun.security.ssl.CipherSuite$KeyExchange java.util.List
StackMap stack:
aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
4: ldc "No signature algorithms specified for CertificateRequest hanshake message"
5: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
6: StackMap locals:
StackMap stack:
aload 0
aload 4
invokeinterface java.util.List.size:()I
newarray 10
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
7: iconst_0
istore 5
start local 5 8: aload 4
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 7
goto 11
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeContext java.security.cert.X509Certificate[] sun.security.ssl.CipherSuite$KeyExchange java.util.List int top java.util.Iterator
StackMap stack:
9: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.SignatureScheme
astore 6
start local 6 10: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
iload 5
iinc 5 1
aload 6
getfield sun.security.ssl.SignatureScheme.id:I
iastore
end local 6 11: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
12: aload 0
new java.util.ArrayList
dup
aload 2
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
13: aload 2
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 18
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeContext java.security.cert.X509Certificate[] sun.security.ssl.CipherSuite$KeyExchange java.util.List int top int int java.security.cert.X509Certificate[]
StackMap stack:
14: aload 9
iload 7
aaload
astore 6
start local 6 15: aload 6
invokevirtual java.security.cert.X509Certificate.getSubjectX500Principal:()Ljavax/security/auth/x500/X500Principal;
astore 10
start local 10 16: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
aload 10
invokevirtual javax.security.auth.x500.X500Principal.getEncoded:()[B
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 10 end local 6 17: iinc 7 1
StackMap locals:
StackMap stack:
18: iload 7
iload 8
if_icmplt 14
19: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
0 20 1 handshakeContext Lsun/security/ssl/HandshakeContext;
0 20 2 trustedCerts [Ljava/security/cert/X509Certificate;
0 20 3 keyExchange Lsun/security/ssl/CipherSuite$KeyExchange;
0 20 4 signatureSchemes Ljava/util/List<Lsun/security/ssl/SignatureScheme;>;
8 20 5 i I
10 11 6 scheme Lsun/security/ssl/SignatureScheme;
15 17 6 cert Ljava/security/cert/X509Certificate;
16 17 10 x500Principal Ljavax/security/auth/x500/X500Principal;
Exceptions:
throws java.io.IOException
Signature: (Lsun/security/ssl/HandshakeContext;[Ljava/security/cert/X509Certificate;Lsun/security/ssl/CipherSuite$KeyExchange;Ljava/util/List<Lsun/security/ssl/SignatureScheme;>;)V
MethodParameters:
Name Flags
handshakeContext
trustedCerts
keyExchange
signatureSchemes
void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=5, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
bipush 8
if_icmpge 5
2: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
3: ldc "Invalid CertificateRequest handshake message: no sufficient data"
4: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
5: StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer
StackMap stack:
aload 0
aload 2
invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
6: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
bipush 6
if_icmpge 10
7: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
8: ldc "Invalid CertificateRequest handshake message: no sufficient data"
9: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
10: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
astore 3
start local 3 11: aload 3
ifnull 12
aload 3
arraylength
ifeq 12
aload 3
arraylength
iconst_1
iand
ifeq 15
12: StackMap locals: byte[]
StackMap stack:
aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
13: ldc "Invalid CertificateRequest handshake message: incomplete signature algorithms"
14: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
15: StackMap locals:
StackMap stack:
aload 0
aload 3
arraylength
iconst_1
ishr
newarray 10
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
16: iconst_0
istore 4
start local 4 17: iconst_0
istore 5
start local 5 18: goto 22
19: StackMap locals: int int
StackMap stack:
aload 3
iload 4
iinc 4 1
baload
istore 6
start local 6 20: aload 3
iload 4
iinc 4 1
baload
istore 7
start local 7 21: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
iload 5
iinc 5 1
iload 6
sipush 255
iand
bipush 8
ishl
iload 7
sipush 255
iand
ior
iastore
end local 7 end local 6 22: StackMap locals:
StackMap stack:
iload 4
aload 3
arraylength
if_icmplt 19
end local 5 end local 4 23: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_2
if_icmpge 27
24: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
25: ldc "Invalid CertificateRequest handshake message: no sufficient data"
26: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
27: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.security.ssl.Record.getInt16:(Ljava/nio/ByteBuffer;)I
istore 4
start local 4 28: iload 4
aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
if_icmple 32
29: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
30: ldc "Invalid CertificateRequest message: no sufficient data"
31: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
32: StackMap locals: int
StackMap stack:
iload 4
ifle 40
33: aload 0
new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
34: goto 38
35: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
astore 5
start local 5 36: iload 4
iconst_2
aload 5
arraylength
iadd
isub
istore 4
37: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
aload 5
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 38: StackMap locals:
StackMap stack:
iload 4
ifgt 35
39: goto 41
40: StackMap locals:
StackMap stack:
aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
41: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 42 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
0 42 1 handshakeContext Lsun/security/ssl/HandshakeContext;
0 42 2 m Ljava/nio/ByteBuffer;
11 42 3 algs [B
17 23 4 i I
18 23 5 j I
20 22 6 hash B
21 22 7 sign B
28 42 4 listLen I
36 38 5 encoded [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
handshakeContext
m
java.lang.String[] getKeyTypes();
descriptor: ()[Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
invokestatic sun.security.ssl.CertificateRequest$ClientCertificateType.getKeyTypes:([B)[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
javax.security.auth.x500.X500Principal[] getAuthorities();
descriptor: ()[Ljavax/security/auth/x500/X500Principal;
flags: (0x0000)
Code:
stack=3, locals=5, args_size=1
start local 0 0: new java.util.ArrayList
dup
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
1: astore 1
start local 1 2: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 6
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage java.util.List top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 2
start local 2 4: new javax.security.auth.x500.X500Principal
dup
aload 2
invokespecial javax.security.auth.x500.X500Principal.<init>:([B)V
astore 4
start local 4 5: aload 1
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 4 end local 2 6: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
7: aload 1
iconst_0
anewarray javax.security.auth.x500.X500Principal
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast javax.security.auth.x500.X500Principal[]
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
2 8 1 principals Ljava/util/List<Ljavax/security/auth/x500/X500Principal;>;
4 6 2 encoded [B
5 6 4 principal Ljavax/security/auth/x500/X500Principal;
public sun.security.ssl.SSLHandshake handshakeType();
descriptor: ()Lsun/security/ssl/SSLHandshake;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_REQUEST:Lsun/security/ssl/SSLHandshake;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
public int messageLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: iconst_1
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
arraylength
iadd
iconst_2
iadd
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
arraylength
iconst_1
ishl
iadd
iconst_2
iadd
istore 1
start local 1 1: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage int top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 2
start local 2 3: iload 1
aload 2
arraylength
iconst_2
iadd
iadd
istore 1
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
1 6 1 len I
3 4 2 encoded [B
public void send(sun.security.ssl.HandshakeOutStream);
descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
1: iconst_0
istore 2
start local 2 2: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeOutStream int top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 3
start local 3 4: iload 2
aload 3
arraylength
iconst_2
iadd
iadd
istore 2
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 1
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
arraylength
iconst_1
ishl
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
7: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 11
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeOutStream int top int int int[]
StackMap stack:
8: aload 6
iload 4
iaload
istore 3
start local 3 9: aload 1
iload 3
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
end local 3 10: iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
iload 5
if_icmplt 8
12: aload 1
iload 2
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
13: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 16
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage sun.security.ssl.HandshakeOutStream int top java.util.Iterator
StackMap stack:
14: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 3
start local 3 15: aload 1
aload 3
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
end local 3 16: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 14
17: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
0 18 1 hos Lsun/security/ssl/HandshakeOutStream;
2 18 2 listLen I
4 5 3 encoded [B
9 10 3 algorithmId I
15 16 3 encoded [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
hos
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=1
start local 0 0: new java.text.MessageFormat
dup
1: ldc "\"CertificateRequest\": '{'\n \"certificate types\": {0}\n \"supported signature algorithms\": {1}\n \"certificate authorities\": {2}\n'}'"
2: getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
3: invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
astore 1
start local 1 4: new java.util.ArrayList
dup
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 5: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.types:[B
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 9
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage java.text.MessageFormat java.util.List top int int byte[]
StackMap stack:
6: aload 6
iload 4
baload
istore 3
start local 3 7: aload 2
iload 3
invokestatic sun.security.ssl.CertificateRequest$ClientCertificateType.nameOf:(B)Ljava/lang/String;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 8: iinc 4 1
StackMap locals:
StackMap stack:
9: iload 4
iload 5
if_icmplt 6
10: new java.util.ArrayList
dup
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 3
start local 3 11: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.algorithmIds:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 15
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage java.text.MessageFormat java.util.List java.util.List top int int int[]
StackMap stack:
12: aload 7
iload 5
iaload
istore 4
start local 4 13: aload 3
iload 4
invokestatic sun.security.ssl.SignatureScheme.nameOf:(I)Ljava/lang/String;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 4 14: iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
iload 6
if_icmplt 12
16: new java.util.ArrayList
dup
aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 4
start local 4 17: aload 0
getfield sun.security.ssl.CertificateRequest$T12CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 6
goto 21
StackMap locals: sun.security.ssl.CertificateRequest$T12CertificateRequestMessage java.text.MessageFormat java.util.List java.util.List java.util.List top java.util.Iterator
StackMap stack:
18: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 5
start local 5 19: new javax.security.auth.x500.X500Principal
dup
aload 5
invokespecial javax.security.auth.x500.X500Principal.<init>:([B)V
astore 7
start local 7 20: aload 4
aload 7
invokevirtual javax.security.auth.x500.X500Principal.toString:()Ljava/lang/String;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 7 end local 5 21: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 18
22: iconst_3
anewarray java.lang.Object
dup
iconst_0
23: aload 2
aastore
dup
iconst_1
24: aload 3
aastore
dup
iconst_2
25: aload 4
aastore
26: astore 5
start local 5 27: aload 1
aload 5
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lsun/security/ssl/CertificateRequest$T12CertificateRequestMessage;
4 28 1 messageFormat Ljava/text/MessageFormat;
5 28 2 typeNames Ljava/util/List<Ljava/lang/String;>;
7 8 3 type B
11 28 3 algorithmNames Ljava/util/List<Ljava/lang/String;>;
13 14 4 algorithmId I
17 28 4 authorityNames Ljava/util/List<Ljava/lang/String;>;
19 21 5 encoded [B
20 21 7 principal Ljavax/security/auth/x500/X500Principal;
27 28 5 messageFields [Ljava/lang/Object;
}
SourceFile: "CertificateRequest.java"
NestHost: sun.security.ssl.CertificateRequest
InnerClasses:
private final ClientCertificateType = sun.security.ssl.CertificateRequest$ClientCertificateType of sun.security.ssl.CertificateRequest
final T12CertificateRequestMessage = sun.security.ssl.CertificateRequest$T12CertificateRequestMessage of sun.security.ssl.CertificateRequest
final KeyExchange = sun.security.ssl.CipherSuite$KeyExchange of sun.security.ssl.CipherSuite
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake