public class sun.security.ssl.KerberosClientKeyExchange extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.ssl.KerberosClientKeyExchange
  super_class: sun.security.ssl.HandshakeMessage
{
  private static final java.lang.String IMPL_CLASS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.security.ssl.krb5.KerberosClientKeyExchangeImpl"

  private static final java.lang.Class<?> implClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final sun.security.ssl.KerberosClientKeyExchange impl;
    descriptor: Lsun/security/ssl/KerberosClientKeyExchange;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            new sun.security.ssl.KerberosClientKeyExchange$1
            dup
            invokespecial sun.security.ssl.KerberosClientKeyExchange$1.<init>:()V
         1: .line 45
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Class
            putstatic sun.security.ssl.KerberosClientKeyExchange.implClass:Ljava/lang/Class;
         2: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private sun.security.ssl.KerberosClientKeyExchange createImpl();
    descriptor: ()Lsun/security/ssl/KerberosClientKeyExchange;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 59
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lsun/security/ssl/KerberosClientKeyExchange;
            if_acmpne 7
         1: .line 61
            getstatic sun.security.ssl.KerberosClientKeyExchange.implClass:Ljava/lang/Class;
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast sun.security.ssl.KerberosClientKeyExchange
         2: areturn
         3: .line 62
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 1 /* e */
        start local 1 // java.lang.InstantiationException e
         4: .line 63
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.InstantiationException e
         5: .line 64
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* e */
        start local 1 // java.lang.IllegalAccessException e
         6: .line 65
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.IllegalAccessException e
         7: .line 68
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/KerberosClientKeyExchange;
            4    5     1     e  Ljava/lang/InstantiationException;
            6    7     1     e  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InstantiationException
           1     2       5  Class java.lang.IllegalAccessException

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 71
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.createImpl:()Lsun/security/ssl/KerberosClientKeyExchange;
            putfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
         2: .line 73
            return
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/KerberosClientKeyExchange;

  public void <init>(java.lang.String, boolean, java.security.AccessControlContext, sun.security.ssl.ProtocolVersion, java.security.SecureRandom);
    descriptor: (Ljava/lang/String;ZLjava/security/AccessControlContext;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // java.lang.String serverName
        start local 2 // boolean isLoopback
        start local 3 // java.security.AccessControlContext acc
        start local 4 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 5 // java.security.SecureRandom rand
         0: .line 75
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.createImpl:()Lsun/security/ssl/KerberosClientKeyExchange;
            putfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
         2: .line 79
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            ifnull 5
         3: .line 80
            aload 0 /* this */
            aload 1 /* serverName */
            iload 2 /* isLoopback */
            aload 3 /* acc */
            aload 4 /* protocolVersion */
            aload 5 /* rand */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.init:(Ljava/lang/String;ZLjava/security/AccessControlContext;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;)V
         4: .line 81
            goto 6
         5: .line 82
      StackMap locals: sun.security.ssl.KerberosClientKeyExchange java.lang.String int java.security.AccessControlContext sun.security.ssl.ProtocolVersion java.security.SecureRandom
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Kerberos is unavailable"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.security.SecureRandom rand
        end local 4 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 3 // java.security.AccessControlContext acc
        end local 2 // boolean isLoopback
        end local 1 // java.lang.String serverName
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    7     1       serverName  Ljava/lang/String;
            0    7     2       isLoopback  Z
            0    7     3              acc  Ljava/security/AccessControlContext;
            0    7     4  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    7     5             rand  Ljava/security/SecureRandom;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      serverName       
      isLoopback       
      acc              
      protocolVersion  
      rand             

  public void <init>(sun.security.ssl.ProtocolVersion, sun.security.ssl.ProtocolVersion, java.security.SecureRandom, sun.security.ssl.HandshakeInStream, javax.crypto.SecretKey[]);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;Lsun/security/ssl/HandshakeInStream;[Ljavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.ProtocolVersion clientVersion
        start local 3 // java.security.SecureRandom rand
        start local 4 // sun.security.ssl.HandshakeInStream input
        start local 5 // javax.crypto.SecretKey[] serverKeys
         0: .line 86
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.createImpl:()Lsun/security/ssl/KerberosClientKeyExchange;
            putfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
         2: .line 90
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            ifnull 5
         3: .line 91
            aload 0 /* this */
            aload 1 /* protocolVersion */
            aload 2 /* clientVersion */
            aload 3 /* rand */
            aload 4 /* input */
            aload 5 /* serverKeys */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.init:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;Lsun/security/ssl/HandshakeInStream;[Ljavax/crypto/SecretKey;)V
         4: .line 92
            goto 6
         5: .line 93
      StackMap locals: sun.security.ssl.KerberosClientKeyExchange sun.security.ssl.ProtocolVersion sun.security.ssl.ProtocolVersion java.security.SecureRandom sun.security.ssl.HandshakeInStream javax.crypto.SecretKey[]
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Kerberos is unavailable"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.crypto.SecretKey[] serverKeys
        end local 4 // sun.security.ssl.HandshakeInStream input
        end local 3 // java.security.SecureRandom rand
        end local 2 // sun.security.ssl.ProtocolVersion clientVersion
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    7     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    7     2    clientVersion  Lsun/security/ssl/ProtocolVersion;
            0    7     3             rand  Ljava/security/SecureRandom;
            0    7     4            input  Lsun/security/ssl/HandshakeInStream;
            0    7     5       serverKeys  [Ljavax/crypto/SecretKey;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      clientVersion    
      rand             
      input            
      serverKeys       

  int messageType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 99
            bipush 16
            ireturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KerberosClientKeyExchange;

  public int messageLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 104
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.messageLength:()I
            ireturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KerberosClientKeyExchange;

  public void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 109
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            aload 1 /* s */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.send:(Lsun/security/ssl/HandshakeOutStream;)V
         1: .line 110
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    2     1     s  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // java.io.PrintStream p
         0: .line 114
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            aload 1 /* p */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.print:(Ljava/io/PrintStream;)V
         1: .line 115
            return
        end local 1 // java.io.PrintStream p
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    2     1     p  Ljava/io/PrintStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      p     

  public void init(java.lang.String, boolean, java.security.AccessControlContext, sun.security.ssl.ProtocolVersion, java.security.SecureRandom);
    descriptor: (Ljava/lang/String;ZLjava/security/AccessControlContext;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // java.lang.String serverName
        start local 2 // boolean isLoopback
        start local 3 // java.security.AccessControlContext acc
        start local 4 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 5 // java.security.SecureRandom rand
         0: .line 121
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            ifnull 2
         1: .line 122
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            aload 1 /* serverName */
            iload 2 /* isLoopback */
            aload 3 /* acc */
            aload 4 /* protocolVersion */
            aload 5 /* rand */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.init:(Ljava/lang/String;ZLjava/security/AccessControlContext;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;)V
         2: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.security.SecureRandom rand
        end local 4 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 3 // java.security.AccessControlContext acc
        end local 2 // boolean isLoopback
        end local 1 // java.lang.String serverName
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    3     1       serverName  Ljava/lang/String;
            0    3     2       isLoopback  Z
            0    3     3              acc  Ljava/security/AccessControlContext;
            0    3     4  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    3     5             rand  Ljava/security/SecureRandom;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      serverName       
      isLoopback       
      acc              
      protocolVersion  
      rand             

  public void init(sun.security.ssl.ProtocolVersion, sun.security.ssl.ProtocolVersion, java.security.SecureRandom, sun.security.ssl.HandshakeInStream, javax.crypto.SecretKey[]);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;Lsun/security/ssl/HandshakeInStream;[Ljavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.ProtocolVersion clientVersion
        start local 3 // java.security.SecureRandom rand
        start local 4 // sun.security.ssl.HandshakeInStream input
        start local 5 // javax.crypto.SecretKey[] serverKeys
         0: .line 130
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            ifnull 2
         1: .line 131
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            aload 1 /* protocolVersion */
            aload 2 /* clientVersion */
            aload 3 /* rand */
            aload 4 /* input */
            aload 5 /* serverKeys */
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.init:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Ljava/security/SecureRandom;Lsun/security/ssl/HandshakeInStream;[Ljavax/crypto/SecretKey;)V
         2: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.crypto.SecretKey[] serverKeys
        end local 4 // sun.security.ssl.HandshakeInStream input
        end local 3 // java.security.SecureRandom rand
        end local 2 // sun.security.ssl.ProtocolVersion clientVersion
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lsun/security/ssl/KerberosClientKeyExchange;
            0    3     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    3     2    clientVersion  Lsun/security/ssl/ProtocolVersion;
            0    3     3             rand  Ljava/security/SecureRandom;
            0    3     4            input  Lsun/security/ssl/HandshakeInStream;
            0    3     5       serverKeys  [Ljavax/crypto/SecretKey;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      clientVersion    
      rand             
      input            
      serverKeys       

  public byte[] getUnencryptedPreMasterSecret();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 136
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.getUnencryptedPreMasterSecret:()[B
            areturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KerberosClientKeyExchange;

  public java.security.Principal getPeerPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 140
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.getPeerPrincipal:()Ljava/security/Principal;
            areturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KerberosClientKeyExchange;

  public java.security.Principal getLocalPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KerberosClientKeyExchange this
         0: .line 144
            aload 0 /* this */
            getfield sun.security.ssl.KerberosClientKeyExchange.impl:Lsun/security/ssl/KerberosClientKeyExchange;
            invokevirtual sun.security.ssl.KerberosClientKeyExchange.getLocalPrincipal:()Ljava/security/Principal;
            areturn
        end local 0 // sun.security.ssl.KerberosClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KerberosClientKeyExchange;
}
SourceFile: "KerberosClientKeyExchange.java"
NestMembers:
  sun.security.ssl.KerberosClientKeyExchange$1
InnerClasses:
  sun.security.ssl.KerberosClientKeyExchange$1