final class sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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$T10CertificateRequestMessage
super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
final byte[] types;
descriptor: [B
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);
descriptor: (Lsun/security/ssl/HandshakeContext;[Ljava/security/cert/X509Certificate;Lsun/security/ssl/CipherSuite$KeyExchange;)V
flags: (0x0000)
Code:
stack=4, locals=9, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 0
new java.util.ArrayList
dup
aload 2
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
putfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
2: aload 2
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 7
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage sun.security.ssl.HandshakeContext java.security.cert.X509Certificate[] sun.security.ssl.CipherSuite$KeyExchange top int int java.security.cert.X509Certificate[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
invokevirtual java.security.cert.X509Certificate.getSubjectX500Principal:()Ljavax/security/auth/x500/X500Principal;
astore 8
start local 8 5: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
aload 8
invokevirtual javax.security.auth.x500.X500Principal.getEncoded:()[B
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 8 end local 4 6: iinc 5 1
StackMap locals:
StackMap stack:
7: iload 5
iload 6
if_icmplt 3
8: aload 0
getstatic sun.security.ssl.CertificateRequest$ClientCertificateType.CERT_TYPES:[B
putfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.types:[B
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/security/ssl/CertificateRequest$T10CertificateRequestMessage;
0 10 1 handshakeContext Lsun/security/ssl/HandshakeContext;
0 10 2 trustedCerts [Ljava/security/cert/X509Certificate;
0 10 3 keyExchange Lsun/security/ssl/CipherSuite$KeyExchange;
4 6 4 cert Ljava/security/cert/X509Certificate;
5 6 8 x500Principal Ljavax/security/auth/x500/X500Principal;
MethodParameters:
Name Flags
handshakeContext
trustedCerts
keyExchange
void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=3, locals=5, 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
iconst_4
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 "Incorrect CertificateRequest 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$T10CertificateRequestMessage 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$T10CertificateRequestMessage.types:[B
6: aload 2
invokestatic sun.security.ssl.Record.getInt16:(Ljava/nio/ByteBuffer;)I
istore 3
start local 3 7: iload 3
aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
if_icmple 11
8: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
9: ldc "Incorrect CertificateRequest message:no sufficient data"
10: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
11: StackMap locals: int
StackMap stack:
iload 3
ifle 19
12: aload 0
new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
putfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
13: goto 17
14: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
astore 4
start local 4 15: iload 3
iconst_2
aload 4
arraylength
iadd
isub
istore 3
16: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 4 17: StackMap locals:
StackMap stack:
iload 3
ifgt 14
18: goto 20
19: StackMap locals:
StackMap stack:
aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
20: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lsun/security/ssl/CertificateRequest$T10CertificateRequestMessage;
0 21 1 handshakeContext Lsun/security/ssl/HandshakeContext;
0 21 2 m Ljava/nio/ByteBuffer;
7 21 3 listLen I
15 17 4 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$T10CertificateRequestMessage.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$T10CertificateRequestMessage;
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$T10CertificateRequestMessage.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$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 6
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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$T10CertificateRequestMessage;
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$T10CertificateRequestMessage;
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$T10CertificateRequestMessage.types:[B
arraylength
iadd
iconst_2
iadd
istore 1
start local 1 1: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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$T10CertificateRequestMessage;
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=5, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.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$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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
iload 2
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
7: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 10
StackMap locals:
StackMap stack:
8: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 3
start local 3 9: aload 1
aload 3
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
end local 3 10: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/security/ssl/CertificateRequest$T10CertificateRequestMessage;
0 12 1 hos Lsun/security/ssl/HandshakeOutStream;
2 12 2 listLen I
4 5 3 encoded [B
9 10 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=7, args_size=1
start local 0 0: new java.text.MessageFormat
dup
1: ldc "\"CertificateRequest\": '{'\n \"certificate types\": {0}\n \"certificate authorities\": {1}\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$T10CertificateRequestMessage.types:[B
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 5: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.types:[B
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 9
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 3
start local 3 11: aload 0
getfield sun.security.ssl.CertificateRequest$T10CertificateRequestMessage.authorities:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 15
StackMap locals: sun.security.ssl.CertificateRequest$T10CertificateRequestMessage java.text.MessageFormat java.util.List java.util.List top java.util.Iterator
StackMap stack:
12: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast byte[]
astore 4
start local 4 13: new javax.security.auth.x500.X500Principal
dup
aload 4
invokespecial javax.security.auth.x500.X500Principal.<init>:([B)V
astore 6
start local 6 14: aload 3
aload 6
invokevirtual javax.security.auth.x500.X500Principal.toString:()Ljava/lang/String;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 end local 4 15: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 12
16: iconst_2
anewarray java.lang.Object
dup
iconst_0
17: aload 2
aastore
dup
iconst_1
18: aload 3
aastore
19: astore 4
start local 4 20: aload 1
aload 4
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lsun/security/ssl/CertificateRequest$T10CertificateRequestMessage;
4 21 1 messageFormat Ljava/text/MessageFormat;
5 21 2 typeNames Ljava/util/List<Ljava/lang/String;>;
7 8 3 type B
11 21 3 authorityNames Ljava/util/List<Ljava/lang/String;>;
13 15 4 encoded [B
14 15 6 principal Ljavax/security/auth/x500/X500Principal;
20 21 4 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 T10CertificateRequestMessage = sun.security.ssl.CertificateRequest$T10CertificateRequestMessage 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