class sun.security.ssl.ServerHello$T12ServerHelloConsumer$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.ServerHello$T12ServerHelloConsumer$1
  super_class: java.lang.Object
{
  final sun.security.ssl.ServerHello$T12ServerHelloConsumer this$1;
    descriptor: Lsun/security/ssl/ServerHello$T12ServerHelloConsumer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.security.ssl.ClientHandshakeContext val$chc;
    descriptor: Lsun/security/ssl/ClientHandshakeContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.security.ssl.ServerHello$T12ServerHelloConsumer, sun.security.ssl.ClientHandshakeContext);
    descriptor: (Lsun/security/ssl/ServerHello$T12ServerHelloConsumer;Lsun/security/ssl/ClientHandshakeContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.ssl.ServerHello$T12ServerHelloConsumer$1 this
         0: .line 1052
            aload 0 /* this */
            aload 1
            putfield sun.security.ssl.ServerHello$T12ServerHelloConsumer$1.this$1:Lsun/security/ssl/ServerHello$T12ServerHelloConsumer;
            aload 0 /* this */
            aload 2
            putfield sun.security.ssl.ServerHello$T12ServerHelloConsumer$1.val$chc:Lsun/security/ssl/ClientHandshakeContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.ServerHello$T12ServerHelloConsumer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ServerHello$T12ServerHelloConsumer$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$chc  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 // sun.security.ssl.ServerHello$T12ServerHelloConsumer$1 this
         0: .line 1056
            aload 0 /* this */
            getfield sun.security.ssl.ServerHello$T12ServerHelloConsumer$1.val$chc:Lsun/security/ssl/ClientHandshakeContext;
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.acc:Ljava/security/AccessControlContext;
         1: .line 1055
            invokestatic sun.security.ssl.Krb5Helper.getClientSubject:(Ljava/security/AccessControlContext;)Ljavax/security/auth/Subject;
            areturn
        end local 0 // sun.security.ssl.ServerHello$T12ServerHelloConsumer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/ServerHello$T12ServerHelloConsumer$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: .line 1
            aload 0
            invokevirtual sun.security.ssl.ServerHello$T12ServerHelloConsumer$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: "ServerHello.java"
EnclosingMethod: sun.security.ssl.ServerHello$T12ServerHelloConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
NestHost: sun.security.ssl.ServerHello
InnerClasses:
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  private final T12ServerHelloConsumer = sun.security.ssl.ServerHello$T12ServerHelloConsumer of sun.security.ssl.ServerHello
  sun.security.ssl.ServerHello$T12ServerHelloConsumer$1