public final class sun.security.pkcs11.P11TlsMasterSecretGenerator extends javax.crypto.KeyGeneratorSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11TlsMasterSecretGenerator
  super_class: javax.crypto.KeyGeneratorSpi
{
  private static final java.lang.String MSG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"

  private final sun.security.pkcs11.Token token;
    descriptor: Lsun/security/pkcs11/Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String algorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long mechanism;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int tlsVersion;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.security.internal.spec.TlsMasterSecretParameterSpec spec;
    descriptor: Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.pkcs11.P11Key p11Key;
    descriptor: Lsun/security/pkcs11/P11Key;
    flags: (0x0002) ACC_PRIVATE

  sun.security.pkcs11.wrapper.CK_VERSION ckVersion;
    descriptor: Lsun/security/pkcs11/wrapper/CK_VERSION;
    flags: (0x0000) 

  private final boolean supportSSLv3;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.pkcs11.Token, java.lang.String, long);
    descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
        start local 3 // long mechanism
         0: .line 72
            aload 0 /* this */
            invokespecial javax.crypto.KeyGeneratorSpi.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
         2: .line 74
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.algorithm:Ljava/lang/String;
         3: .line 75
            aload 0 /* this */
            lload 3 /* mechanism */
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
         4: .line 80
            aload 0 /* this */
            lload 3 /* mechanism */
            ldc 881
            lcmp
            ifne 5
            iconst_1
            goto 6
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
         5: iconst_0
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator int
         6: putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
         7: .line 81
            return
        end local 3 // long mechanism
        end local 2 // java.lang.String algorithm
        end local 1 // sun.security.pkcs11.Token token
        end local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
            0    8     1      token  Lsun/security/pkcs11/Token;
            0    8     2  algorithm  Ljava/lang/String;
            0    8     3  mechanism  J
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
           Name  Flags
      token      
      algorithm  
      mechanism  

  protected void engineInit(java.security.SecureRandom);
    descriptor: (Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
        start local 1 // java.security.SecureRandom random
         0: .line 84
            new java.security.InvalidParameterException
            dup
            ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.security.SecureRandom random
        end local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
            0    1     1  random  Ljava/security/SecureRandom;
    MethodParameters:
        Name  Flags
      random  

  protected void engineInit(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
        start local 2 // java.security.SecureRandom random
         0: .line 90
            aload 1 /* params */
            instanceof sun.security.internal.spec.TlsMasterSecretParameterSpec
            ifne 2
         1: .line 91
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* params */
            checkcast sun.security.internal.spec.TlsMasterSecretParameterSpec
            astore 3 /* spec */
        start local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
         3: .line 95
            aload 0 /* this */
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getMajorVersion:()I
            bipush 8
            ishl
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getMinorVersion:()I
            ior
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
         4: .line 96
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 768
            if_icmpne 5
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
            ifeq 6
         5: .line 97
      StackMap locals: sun.security.internal.spec.TlsMasterSecretParameterSpec
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 768
            if_icmplt 6
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 771
            if_icmple 14
         6: .line 98
      StackMap locals:
      StackMap stack:
            new java.security.InvalidAlgorithmParameterException
            dup
         7: .line 99
            new java.lang.StringBuilder
            dup
            ldc "Only"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
            ifeq 8
            ldc " SSL 3.0,"
            goto 9
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec
      StackMap stack: new 6 new 6 java.lang.StringBuilder
         8: ldc ""
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec
      StackMap stack: new 6 new 6 java.lang.StringBuilder java.lang.String
         9: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 100
            ldc " TLS 1.0, TLS 1.1 and TLS 1.2 are supported ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 101
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 99
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 98
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 104
      StackMap locals:
      StackMap stack:
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getPremasterSecret:()Ljavax/crypto/SecretKey;
            astore 4 /* key */
        start local 4 // javax.crypto.SecretKey key
        15: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            aload 4 /* key */
            aconst_null
            invokestatic sun.security.pkcs11.P11SecretKeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
        16: .line 109
            goto 19
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey
      StackMap stack: java.security.InvalidKeyException
        17: astore 5 /* e */
        start local 5 // java.security.InvalidKeyException e
        18: .line 110
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "init() failed"
            aload 5 /* e */
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.security.InvalidKeyException e
        19: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* spec */
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
        20: .line 114
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.getAlgorithm:()Ljava/lang/String;
            ldc "TlsRsaPremasterSecret"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        21: .line 113
            istore 5 /* isTlsRsaPremasterSecret */
        start local 5 // boolean isTlsRsaPremasterSecret
        22: .line 115
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 768
            if_icmpne 28
        23: .line 116
            aload 0 /* this */
            iload 5 /* isTlsRsaPremasterSecret */
            ifeq 25
        24: .line 117
            ldc 881
            goto 26
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
        25: ldc 883
        26: .line 116
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
        27: .line 118
            goto 39
      StackMap locals:
      StackMap stack:
        28: aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 769
            if_icmpeq 29
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 770
            if_icmpne 34
        29: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* isTlsRsaPremasterSecret */
            ifeq 31
        30: .line 120
            ldc 885
            goto 32
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
        31: ldc 887
        32: .line 119
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
        33: .line 121
            goto 39
      StackMap locals:
      StackMap stack:
        34: aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 771
            if_icmpne 39
        35: .line 122
            aload 0 /* this */
            iload 5 /* isTlsRsaPremasterSecret */
            ifeq 37
        36: .line 123
            ldc 992
            goto 38
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
        37: ldc 994
        38: .line 122
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
      StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
        39: .line 125
      StackMap locals:
      StackMap stack:
            iload 5 /* isTlsRsaPremasterSecret */
            ifeq 42
        40: .line 126
            aload 0 /* this */
            new sun.security.pkcs11.wrapper.CK_VERSION
            dup
            iconst_0
            iconst_0
            invokespecial sun.security.pkcs11.wrapper.CK_VERSION.<init>:(II)V
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
        41: .line 127
            goto 43
        42: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
        43: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean isTlsRsaPremasterSecret
        end local 4 // javax.crypto.SecretKey key
        end local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
        end local 2 // java.security.SecureRandom random
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   44     0                     this  Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
            0   44     1                   params  Ljava/security/spec/AlgorithmParameterSpec;
            0   44     2                   random  Ljava/security/SecureRandom;
            3   44     3                     spec  Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
           15   44     4                      key  Ljavax/crypto/SecretKey;
           18   19     5                        e  Ljava/security/InvalidKeyException;
           22   44     5  isTlsRsaPremasterSecret  Z
      Exception table:
        from    to  target  type
          15    16      17  Class java.security.InvalidKeyException
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      params  
      random  

  protected void engineInit(int, java.security.SecureRandom);
    descriptor: (ILjava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
        start local 1 // int keysize
        start local 2 // java.security.SecureRandom random
         0: .line 139
            new java.security.InvalidParameterException
            dup
            ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.security.SecureRandom random
        end local 1 // int keysize
        end local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
            0    1     1  keysize  I
            0    1     2   random  Ljava/security/SecureRandom;
    MethodParameters:
         Name  Flags
      keysize  
      random   

  protected javax.crypto.SecretKey engineGenerateKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=15, args_size=1
        start local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
         0: .line 143
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
            ifnonnull 4
         1: .line 144
            new java.lang.IllegalStateException
            dup
         2: .line 145
            ldc "TlsMasterSecretGenerator must be initialized"
         3: .line 144
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getClientRandom:()[B
            astore 1 /* clientRandom */
        start local 1 // byte[] clientRandom
         5: .line 148
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getServerRandom:()[B
            astore 2 /* serverRandom */
        start local 2 // byte[] serverRandom
         6: .line 150
            new sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
            dup
            aload 1 /* clientRandom */
            aload 2 /* serverRandom */
            invokespecial sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA.<init>:([B[B)V
         7: .line 149
            astore 3 /* random */
        start local 3 // sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA random
         8: .line 151
            aconst_null
            astore 4 /* ckMechanism */
        start local 4 // sun.security.pkcs11.wrapper.CK_MECHANISM ckMechanism
         9: .line 152
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 771
            if_icmpge 14
        10: .line 154
            new sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
            dup
            aload 3 /* random */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
            invokespecial sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS.<init>:(Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;Lsun/security/pkcs11/wrapper/CK_VERSION;)V
        11: .line 153
            astore 5 /* params */
        start local 5 // sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS params
        12: .line 155
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
            aload 5 /* params */
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLsun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS;)V
            astore 4 /* ckMechanism */
        end local 5 // sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS params
        13: .line 156
            goto 20
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM
      StackMap stack:
        14: aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
            sipush 771
            if_icmpne 20
        15: .line 158
            new sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS
            dup
            aload 3 /* random */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
        16: .line 159
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
            invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getPRFHashAlg:()Ljava/lang/String;
            invokestatic sun.security.pkcs11.wrapper.Functions.getHashMechId:(Ljava/lang/String;)J
        17: .line 158
            invokespecial sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS.<init>:(Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;Lsun/security/pkcs11/wrapper/CK_VERSION;J)V
        18: .line 157
            astore 5 /* params */
        start local 5 // sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS params
        19: .line 160
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
            aload 5 /* params */
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLsun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS;)V
            astore 4 /* ckMechanism */
        end local 5 // sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS params
        20: .line 162
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* session */
        start local 5 // sun.security.pkcs11.Session session
        21: .line 163
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 6 /* p11KeyID */
        start local 6 // long p11KeyID
        22: .line 165
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 5 /* session */
        23: .line 166
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            ldc "generate"
        24: .line 167
            ldc 4
            ldc 16
            iconst_0
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
        25: .line 166
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 8 /* attributes */
        start local 8 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        26: .line 168
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 5 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
        27: .line 169
            aload 4 /* ckMechanism */
            lload 6 /* p11KeyID */
            aload 8 /* attributes */
        28: .line 168
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_DeriveKey:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            lstore 9 /* keyID */
        start local 9 // long keyID
        29: .line 171
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
            ifnonnull 33
        30: .line 172
            iconst_m1
            istore 11 /* major */
        start local 11 // int major
        31: .line 173
            iconst_m1
            istore 12 /* minor */
        start local 12 // int minor
        32: .line 174
            goto 35
        end local 12 // int minor
        end local 11 // int major
        33: .line 175
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM sun.security.pkcs11.Session long sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] long
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
            getfield sun.security.pkcs11.wrapper.CK_VERSION.major:B
            istore 11 /* major */
        start local 11 // int major
        34: .line 176
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
            getfield sun.security.pkcs11.wrapper.CK_VERSION.minor:B
            istore 12 /* minor */
        start local 12 // int minor
        35: .line 178
      StackMap locals: int int
      StackMap stack:
            aload 5 /* session */
            lload 9 /* keyID */
        36: .line 179
            ldc "TlsMasterSecret"
            sipush 384
            aload 8 /* attributes */
            iload 11 /* major */
            iload 12 /* minor */
        37: .line 178
            invokestatic sun.security.pkcs11.P11Key.masterSecretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;II)Ljavax/crypto/SecretKey;
            astore 14
        38: .line 183
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        39: .line 184
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            aload 5 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        40: .line 178
            aload 14
            areturn
        end local 12 // int minor
        end local 11 // int major
        end local 9 // long keyID
        end local 8 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        41: .line 180
      StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM sun.security.pkcs11.Session long
      StackMap stack: java.lang.Exception
            astore 8 /* e */
        start local 8 // java.lang.Exception e
        42: .line 181
            new java.security.ProviderException
            dup
            ldc "Could not generate key"
            aload 8 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 8 // java.lang.Exception e
        43: .line 182
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        44: .line 183
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        45: .line 184
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
            aload 5 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        46: .line 185
            aload 13
            athrow
        end local 6 // long p11KeyID
        end local 5 // sun.security.pkcs11.Session session
        end local 4 // sun.security.pkcs11.wrapper.CK_MECHANISM ckMechanism
        end local 3 // sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA random
        end local 2 // byte[] serverRandom
        end local 1 // byte[] clientRandom
        end local 0 // sun.security.pkcs11.P11TlsMasterSecretGenerator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   47     0          this  Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
            5   47     1  clientRandom  [B
            6   47     2  serverRandom  [B
            8   47     3        random  Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;
            9   47     4   ckMechanism  Lsun/security/pkcs11/wrapper/CK_MECHANISM;
           12   13     5        params  Lsun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS;
           19   20     5        params  Lsun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS;
           21   47     5       session  Lsun/security/pkcs11/Session;
           22   47     6      p11KeyID  J
           26   41     8    attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           29   41     9         keyID  J
           31   33    11         major  I
           34   41    11         major  I
           32   33    12         minor  I
           35   41    12         minor  I
           42   43     8             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          22    38      41  Class java.lang.Exception
          22    38      43  any
          41    43      43  any
}
SourceFile: "P11TlsMasterSecretGenerator.java"