class sun.security.ssl.ClientHello$T12ClientHelloConsumer$1 implements java.security.PrivilegedExceptionAction<javax.security.auth.Subject>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.ssl.ClientHello$T12ClientHelloConsumer$1
super_class: java.lang.Object
{
final sun.security.ssl.ClientHello$T12ClientHelloConsumer this$1;
descriptor: Lsun/security/ssl/ClientHello$T12ClientHelloConsumer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final sun.security.ssl.ServerHandshakeContext val$shc;
descriptor: Lsun/security/ssl/ServerHandshakeContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.security.ssl.ClientHello$T12ClientHelloConsumer, sun.security.ssl.ServerHandshakeContext);
descriptor: (Lsun/security/ssl/ClientHello$T12ClientHelloConsumer;Lsun/security/ssl/ServerHandshakeContext;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.security.ssl.ClientHello$T12ClientHelloConsumer$1.this$1:Lsun/security/ssl/ClientHello$T12ClientHelloConsumer;
aload 0
aload 2
putfield sun.security.ssl.ClientHello$T12ClientHelloConsumer$1.val$shc:Lsun/security/ssl/ServerHandshakeContext;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/ClientHello$T12ClientHelloConsumer$1;
MethodParameters:
Name Flags
this$0 final
val$shc final
public javax.security.auth.Subject run();
descriptor: ()Ljavax/security/auth/Subject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.ClientHello$T12ClientHelloConsumer$1.val$shc:Lsun/security/ssl/ServerHandshakeContext;
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.acc:Ljava/security/AccessControlContext;
1: invokestatic sun.security.ssl.Krb5Helper.getServerSubject:(Ljava/security/AccessControlContext;)Ljavax/security/auth/Subject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ClientHello$T12ClientHelloConsumer$1;
Exceptions:
throws java.lang.Exception
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.security.ssl.ClientHello$T12ClientHelloConsumer$1.run:()Ljavax/security/auth/Subject;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljavax/security/auth/Subject;>;
SourceFile: "ClientHello.java"
EnclosingMethod: sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
NestHost: sun.security.ssl.ClientHello
InnerClasses:
private final T12ClientHelloConsumer = sun.security.ssl.ClientHello$T12ClientHelloConsumer of sun.security.ssl.ClientHello
sun.security.ssl.ClientHello$T12ClientHelloConsumer$1
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake