final class sun.security.ssl.RSAKeyExchange$RSAKAGenerator implements sun.security.ssl.SSLKeyAgreementGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.RSAKeyExchange$RSAKAGenerator
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.RSAKeyExchange$RSAKAGenerator this
         0: .line 252
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 254
            return
        end local 0 // sun.security.ssl.RSAKeyExchange$RSAKAGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/RSAKeyExchange$RSAKAGenerator;

  public sun.security.ssl.SSLKeyDerivation createKeyDerivation(sun.security.ssl.HandshakeContext);
    descriptor: (Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLKeyDerivation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.security.ssl.RSAKeyExchange$RSAKAGenerator this
        start local 1 // sun.security.ssl.HandshakeContext context
         0: .line 259
            aconst_null
            astore 2 /* premaster */
        start local 2 // sun.security.ssl.RSAKeyExchange$RSAPremasterSecret premaster
         1: .line 260
            aload 1 /* context */
            instanceof sun.security.ssl.ClientHandshakeContext
            ifeq 9
         2: .line 261
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.handshakePossessions:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: sun.security.ssl.RSAKeyExchange$RSAKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.RSAKeyExchange$RSAPremasterSecret top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SSLPossession
            astore 3 /* possession */
        start local 3 // sun.security.ssl.SSLPossession possession
         4: .line 262
            aload 3 /* possession */
            instanceof sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
            ifeq 7
         5: .line 263
            aload 3 /* possession */
            checkcast sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
            astore 2 /* premaster */
         6: .line 264
            goto 15
        end local 3 // sun.security.ssl.SSLPossession possession
         7: .line 261
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 267
            goto 15
         9: .line 268
      StackMap locals: sun.security.ssl.RSAKeyExchange$RSAKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
      StackMap stack:
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.handshakeCredentials:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 14
      StackMap locals: sun.security.ssl.RSAKeyExchange$RSAKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.RSAKeyExchange$RSAPremasterSecret top java.util.Iterator
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SSLCredentials
            astore 3 /* credential */
        start local 3 // sun.security.ssl.SSLCredentials credential
        11: .line 269
            aload 3 /* credential */
            instanceof sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
            ifeq 14
        12: .line 270
            aload 3 /* credential */
            checkcast sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
            astore 2 /* premaster */
        13: .line 271
            goto 15
        end local 3 // sun.security.ssl.SSLCredentials credential
        14: .line 268
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        15: .line 276
      StackMap locals: sun.security.ssl.RSAKeyExchange$RSAKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.RSAKeyExchange$RSAPremasterSecret
      StackMap stack:
            aload 2 /* premaster */
            ifnonnull 19
        16: .line 277
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        17: .line 278
            ldc "No sufficient RSA key agreement parameters negotiated"
        18: .line 277
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        19: .line 281
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.RSAKeyExchange$RSAKAGenerator$RSAKAKeyDerivation
            dup
            aload 1 /* context */
            aload 2 /* premaster */
            getfield sun.security.ssl.RSAKeyExchange$RSAPremasterSecret.premasterSecret:Ljavax/crypto/SecretKey;
            invokespecial sun.security.ssl.RSAKeyExchange$RSAKAGenerator$RSAKAKeyDerivation.<init>:(Lsun/security/ssl/HandshakeContext;Ljavax/crypto/SecretKey;)V
            areturn
        end local 2 // sun.security.ssl.RSAKeyExchange$RSAPremasterSecret premaster
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.RSAKeyExchange$RSAKAGenerator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/security/ssl/RSAKeyExchange$RSAKAGenerator;
            0   20     1     context  Lsun/security/ssl/HandshakeContext;
            1   20     2   premaster  Lsun/security/ssl/RSAKeyExchange$RSAPremasterSecret;
            4    7     3  possession  Lsun/security/ssl/SSLPossession;
           11   14     3  credential  Lsun/security/ssl/SSLCredentials;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RSAKeyExchange.java"
NestHost: sun.security.ssl.RSAKeyExchange
InnerClasses:
  private final RSAKAGenerator = sun.security.ssl.RSAKeyExchange$RSAKAGenerator of sun.security.ssl.RSAKeyExchange
  private final RSAKAKeyDerivation = sun.security.ssl.RSAKeyExchange$RSAKAGenerator$RSAKAKeyDerivation of sun.security.ssl.RSAKeyExchange$RSAKAGenerator
  final RSAPremasterSecret = sun.security.ssl.RSAKeyExchange$RSAPremasterSecret of sun.security.ssl.RSAKeyExchange