public final class sun.security.pkcs11.P11TlsKeyMaterialGenerator extends javax.crypto.KeyGeneratorSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11TlsKeyMaterialGenerator
  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: "TlsKeyMaterialGenerator must be initialized using a TlsKeyMaterialParameterSpec"

  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 sun.security.internal.spec.TlsKeyMaterialParameterSpec spec;
    descriptor: Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
    flags: (0x0002) ACC_PRIVATE

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

  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.P11TlsKeyMaterialGenerator this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
        start local 3 // long mechanism
         0: .line 76
            aload 0 /* this */
            invokespecial javax.crypto.KeyGeneratorSpi.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
         2: .line 78
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.algorithm:Ljava/lang/String;
         3: .line 79
            aload 0 /* this */
            lload 3 /* mechanism */
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.mechanism:J
         4: .line 84
            aload 0 /* this */
            lload 3 /* mechanism */
            ldc 882
            lcmp
            ifne 5
            iconst_1
            goto 6
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11TlsKeyMaterialGenerator
         5: iconst_0
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11TlsKeyMaterialGenerator int
         6: putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.supportSSLv3:Z
         7: .line 85
            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.P11TlsKeyMaterialGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/security/pkcs11/P11TlsKeyMaterialGenerator;
            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.P11TlsKeyMaterialGenerator this
        start local 1 // java.security.SecureRandom random
         0: .line 88
            new java.security.InvalidParameterException
            dup
            ldc "TlsKeyMaterialGenerator must be initialized using a TlsKeyMaterialParameterSpec"
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.security.SecureRandom random
        end local 0 // sun.security.pkcs11.P11TlsKeyMaterialGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/security/pkcs11/P11TlsKeyMaterialGenerator;
            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.P11TlsKeyMaterialGenerator this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
        start local 2 // java.security.SecureRandom random
         0: .line 94
            aload 1 /* params */
            instanceof sun.security.internal.spec.TlsKeyMaterialParameterSpec
            ifne 2
         1: .line 95
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "TlsKeyMaterialGenerator must be initialized using a TlsKeyMaterialParameterSpec"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* params */
            checkcast sun.security.internal.spec.TlsKeyMaterialParameterSpec
            astore 3 /* spec */
        start local 3 // sun.security.internal.spec.TlsKeyMaterialParameterSpec spec
         3: .line 99
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getMajorVersion:()I
            bipush 8
            ishl
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getMinorVersion:()I
            ior
            istore 4 /* version */
        start local 4 // int version
         4: .line 101
            iload 4 /* version */
            sipush 768
            if_icmpne 5
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.supportSSLv3:Z
            ifeq 7
      StackMap locals: sun.security.internal.spec.TlsKeyMaterialParameterSpec int
      StackMap stack:
         5: iload 4 /* version */
            sipush 768
            if_icmplt 7
         6: .line 102
            iload 4 /* version */
            sipush 770
            if_icmple 15
         7: .line 103
      StackMap locals:
      StackMap stack:
            new java.security.InvalidAlgorithmParameterException
            dup
         8: .line 104
            new java.lang.StringBuilder
            dup
            ldc "Only"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.supportSSLv3:Z
            ifeq 9
            ldc " SSL 3.0,"
            goto 10
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsKeyMaterialParameterSpec int
      StackMap stack: new 7 new 7 java.lang.StringBuilder
         9: ldc ""
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsKeyMaterialParameterSpec int
      StackMap stack: new 7 new 7 java.lang.StringBuilder java.lang.String
        10: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 105
            ldc " TLS 1.0, and TLS 1.1 are supported (0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 106
            iload 4 /* version */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 104
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 103
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        16: .line 110
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
            aload 3 /* spec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getMasterSecret:()Ljavax/crypto/SecretKey;
            ldc "TlsMasterSecret"
        17: .line 109
            invokestatic sun.security.pkcs11.P11SecretKeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.p11Key:Lsun/security/pkcs11/P11Key;
        18: .line 111
            goto 21
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
        19: astore 5 /* e */
        start local 5 // java.security.InvalidKeyException e
        20: .line 112
            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
        21: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* spec */
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
        22: .line 115
            aload 0 /* this */
            iload 4 /* version */
            sipush 768
            if_icmpne 24
        23: .line 116
            ldc 882
            goto 25
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11TlsKeyMaterialGenerator
        24: ldc 886
        25: .line 115
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsKeyMaterialParameterSpec int
      StackMap stack: sun.security.pkcs11.P11TlsKeyMaterialGenerator long
            putfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.mechanism:J
        26: .line 117
            return
        end local 4 // int version
        end local 3 // sun.security.internal.spec.TlsKeyMaterialParameterSpec spec
        end local 2 // java.security.SecureRandom random
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // sun.security.pkcs11.P11TlsKeyMaterialGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lsun/security/pkcs11/P11TlsKeyMaterialGenerator;
            0   27     1   params  Ljava/security/spec/AlgorithmParameterSpec;
            0   27     2   random  Ljava/security/SecureRandom;
            3   27     3     spec  Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            4   27     4  version  I
           20   21     5        e  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
          15    18      19  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.P11TlsKeyMaterialGenerator this
        start local 1 // int keysize
        start local 2 // java.security.SecureRandom random
         0: .line 120
            new java.security.InvalidParameterException
            dup
            ldc "TlsKeyMaterialGenerator must be initialized using a TlsKeyMaterialParameterSpec"
            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.P11TlsKeyMaterialGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/security/pkcs11/P11TlsKeyMaterialGenerator;
            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=9, locals=22, args_size=1
        start local 0 // sun.security.pkcs11.P11TlsKeyMaterialGenerator this
         0: .line 125
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            ifnonnull 4
         1: .line 126
            new java.lang.IllegalStateException
            dup
         2: .line 127
            ldc "TlsKeyMaterialGenerator must be initialized"
         3: .line 126
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getMacKeyLength:()I
            iconst_3
            ishl
            istore 1 /* macBits */
        start local 1 // int macBits
         5: .line 130
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getIvLength:()I
            iconst_3
            ishl
            istore 2 /* ivBits */
        start local 2 // int ivBits
         6: .line 132
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getExpandedCipherKeyLength:()I
            iconst_3
            ishl
            istore 3 /* expandedKeyBits */
        start local 3 // int expandedKeyBits
         7: .line 133
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getCipherKeyLength:()I
            iconst_3
            ishl
            istore 4 /* keyBits */
        start local 4 // int keyBits
         8: .line 135
            iload 3 /* expandedKeyBits */
            ifeq 11
         9: .line 136
            iconst_1
            istore 5 /* isExportable */
        start local 5 // boolean isExportable
        10: .line 137
            goto 13
        end local 5 // boolean isExportable
        11: .line 138
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator int int int int
      StackMap stack:
            iconst_0
            istore 5 /* isExportable */
        start local 5 // boolean isExportable
        12: .line 139
            iload 4 /* keyBits */
            istore 3 /* expandedKeyBits */
        13: .line 142
      StackMap locals: int
      StackMap stack:
            new sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
            dup
        14: .line 143
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getClientRandom:()[B
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getServerRandom:()[B
        15: .line 142
            invokespecial sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA.<init>:([B[B)V
            astore 6 /* random */
        start local 6 // sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA random
        16: .line 144
            new sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
            dup
        17: .line 145
            iload 1 /* macBits */
            iload 4 /* keyBits */
            iload 2 /* ivBits */
            iload 5 /* isExportable */
            aload 6 /* random */
        18: .line 144
            invokespecial sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS.<init>:(IIIZLsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;)V
            astore 7 /* params */
        start local 7 // sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS params
        19: .line 147
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getCipherAlgorithm:()Ljava/lang/String;
            astore 8 /* cipherAlgorithm */
        start local 8 // java.lang.String cipherAlgorithm
        20: .line 148
            aload 8 /* cipherAlgorithm */
            invokestatic sun.security.pkcs11.P11SecretKeyFactory.getKeyType:(Ljava/lang/String;)J
            lstore 9 /* keyType */
        start local 9 // long keyType
        21: .line 149
            lload 9 /* keyType */
            lconst_0
            lcmp
            ifge 27
        22: .line 150
            iload 4 /* keyBits */
            ifeq 26
        23: .line 151
            new java.security.ProviderException
            dup
        24: .line 152
            new java.lang.StringBuilder
            dup
            ldc "Unknown algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.spec:Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
            invokevirtual sun.security.internal.spec.TlsKeyMaterialParameterSpec.getCipherAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 151
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 155
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator int int int int int sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS java.lang.String long
      StackMap stack:
            ldc 16
            lstore 9 /* keyType */
        27: .line 159
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 11 /* session */
        start local 11 // sun.security.pkcs11.Session session
        28: .line 161
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 11 /* session */
        29: .line 163
            iload 4 /* keyBits */
            ifeq 36
        30: .line 164
            iconst_3
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
        31: .line 165
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            lconst_0
            ldc 4
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_1
        32: .line 166
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 256
            lload 9 /* keyType */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_2
        33: .line 167
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 353
            iload 3 /* expandedKeyBits */
            iconst_3
            ishr
            i2l
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
        34: .line 164
            astore 12 /* attributes */
        start local 12 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        35: .line 169
            goto 37
        end local 12 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        36: .line 171
      StackMap locals: sun.security.pkcs11.Session
      StackMap stack:
            iconst_0
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            astore 12 /* attributes */
        start local 12 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        37: .line 173
      StackMap locals: sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
        38: .line 174
            ldc "generate"
            ldc 4
            lload 9 /* keyType */
            aload 12 /* attributes */
        39: .line 173
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 12 /* attributes */
        40: .line 176
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 11 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
        41: .line 177
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.mechanism:J
            aload 7 /* params */
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLsun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.p11Key:Lsun/security/pkcs11/P11Key;
            getfield sun.security.pkcs11.P11Key.keyID:J
            aload 12 /* attributes */
        42: .line 176
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_DeriveKey:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            pop2
        43: .line 179
            aload 7 /* params */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS.pReturnedKeyMaterial:Lsun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT;
            astore 13 /* out */
        start local 13 // sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT out
        44: .line 189
            iload 1 /* macBits */
            ifeq 50
        45: .line 191
            aload 11 /* session */
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.hClientMacSecret:J
            ldc "MAC"
            iload 1 /* macBits */
            aload 12 /* attributes */
        46: .line 190
            invokestatic sun.security.pkcs11.P11Key.secretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljavax/crypto/SecretKey;
            astore 14 /* clientMacKey */
        start local 14 // javax.crypto.SecretKey clientMacKey
        47: .line 193
            aload 11 /* session */
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.hServerMacSecret:J
            ldc "MAC"
            iload 1 /* macBits */
            aload 12 /* attributes */
        48: .line 192
            invokestatic sun.security.pkcs11.P11Key.secretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljavax/crypto/SecretKey;
            astore 15 /* serverMacKey */
        start local 15 // javax.crypto.SecretKey serverMacKey
        49: .line 194
            goto 52
        end local 15 // javax.crypto.SecretKey serverMacKey
        end local 14 // javax.crypto.SecretKey clientMacKey
        50: .line 195
      StackMap locals: sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
      StackMap stack:
            aconst_null
            astore 14 /* clientMacKey */
        start local 14 // javax.crypto.SecretKey clientMacKey
        51: .line 196
            aconst_null
            astore 15 /* serverMacKey */
        start local 15 // javax.crypto.SecretKey serverMacKey
        52: .line 200
      StackMap locals: javax.crypto.SecretKey javax.crypto.SecretKey
      StackMap stack:
            iload 4 /* keyBits */
            ifeq 60
        53: .line 201
            aload 11 /* session */
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.hClientKey:J
        54: .line 202
            aload 8 /* cipherAlgorithm */
            iload 3 /* expandedKeyBits */
            aload 12 /* attributes */
        55: .line 201
            invokestatic sun.security.pkcs11.P11Key.secretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljavax/crypto/SecretKey;
            astore 16 /* clientCipherKey */
        start local 16 // javax.crypto.SecretKey clientCipherKey
        56: .line 203
            aload 11 /* session */
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.hServerKey:J
        57: .line 204
            aload 8 /* cipherAlgorithm */
            iload 3 /* expandedKeyBits */
            aload 12 /* attributes */
        58: .line 203
            invokestatic sun.security.pkcs11.P11Key.secretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljavax/crypto/SecretKey;
            astore 17 /* serverCipherKey */
        start local 17 // javax.crypto.SecretKey serverCipherKey
        59: .line 205
            goto 62
        end local 17 // javax.crypto.SecretKey serverCipherKey
        end local 16 // javax.crypto.SecretKey clientCipherKey
        60: .line 206
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 16 /* clientCipherKey */
        start local 16 // javax.crypto.SecretKey clientCipherKey
        61: .line 207
            aconst_null
            astore 17 /* serverCipherKey */
        start local 17 // javax.crypto.SecretKey serverCipherKey
        62: .line 209
      StackMap locals: javax.crypto.SecretKey javax.crypto.SecretKey
      StackMap stack:
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.pIVClient:[B
            ifnonnull 64
        63: .line 210
            aconst_null
            goto 65
      StackMap locals:
      StackMap stack:
        64: new javax.crypto.spec.IvParameterSpec
            dup
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.pIVClient:[B
            invokespecial javax.crypto.spec.IvParameterSpec.<init>:([B)V
        65: .line 209
      StackMap locals:
      StackMap stack: javax.crypto.spec.IvParameterSpec
            astore 18 /* clientIv */
        start local 18 // javax.crypto.spec.IvParameterSpec clientIv
        66: .line 211
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.pIVServer:[B
            ifnonnull 68
        67: .line 212
            aconst_null
            goto 69
      StackMap locals: javax.crypto.spec.IvParameterSpec
      StackMap stack:
        68: new javax.crypto.spec.IvParameterSpec
            dup
            aload 13 /* out */
            getfield sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT.pIVServer:[B
            invokespecial javax.crypto.spec.IvParameterSpec.<init>:([B)V
        69: .line 211
      StackMap locals:
      StackMap stack: javax.crypto.spec.IvParameterSpec
            astore 19 /* serverIv */
        start local 19 // javax.crypto.spec.IvParameterSpec serverIv
        70: .line 214
            new sun.security.internal.spec.TlsKeyMaterialSpec
            dup
            aload 14 /* clientMacKey */
            aload 15 /* serverMacKey */
        71: .line 215
            aload 16 /* clientCipherKey */
            aload 18 /* clientIv */
            aload 17 /* serverCipherKey */
            aload 19 /* serverIv */
        72: .line 214
            invokespecial sun.security.internal.spec.TlsKeyMaterialSpec.<init>:(Ljavax/crypto/SecretKey;Ljavax/crypto/SecretKey;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;)V
            astore 21
        73: .line 220
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
            aload 11 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        74: .line 214
            aload 21
            areturn
        end local 19 // javax.crypto.spec.IvParameterSpec serverIv
        end local 18 // javax.crypto.spec.IvParameterSpec clientIv
        end local 17 // javax.crypto.SecretKey serverCipherKey
        end local 16 // javax.crypto.SecretKey clientCipherKey
        end local 15 // javax.crypto.SecretKey serverMacKey
        end local 14 // javax.crypto.SecretKey clientMacKey
        end local 13 // sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT out
        end local 12 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        75: .line 217
      StackMap locals: sun.security.pkcs11.P11TlsKeyMaterialGenerator int int int int int sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS java.lang.String long sun.security.pkcs11.Session
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        76: .line 218
            new java.security.ProviderException
            dup
            ldc "Could not generate key"
            aload 12 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 12 // java.lang.Exception e
        77: .line 219
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 20
        78: .line 220
            aload 0 /* this */
            getfield sun.security.pkcs11.P11TlsKeyMaterialGenerator.token:Lsun/security/pkcs11/Token;
            aload 11 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        79: .line 221
            aload 20
            athrow
        end local 11 // sun.security.pkcs11.Session session
        end local 9 // long keyType
        end local 8 // java.lang.String cipherAlgorithm
        end local 7 // sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS params
        end local 6 // sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA random
        end local 5 // boolean isExportable
        end local 4 // int keyBits
        end local 3 // int expandedKeyBits
        end local 2 // int ivBits
        end local 1 // int macBits
        end local 0 // sun.security.pkcs11.P11TlsKeyMaterialGenerator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   80     0             this  Lsun/security/pkcs11/P11TlsKeyMaterialGenerator;
            5   80     1          macBits  I
            6   80     2           ivBits  I
            7   80     3  expandedKeyBits  I
            8   80     4          keyBits  I
           10   11     5     isExportable  Z
           12   80     5     isExportable  Z
           16   80     6           random  Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;
           19   80     7           params  Lsun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS;
           20   80     8  cipherAlgorithm  Ljava/lang/String;
           21   80     9          keyType  J
           28   80    11          session  Lsun/security/pkcs11/Session;
           35   36    12       attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           37   75    12       attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           44   75    13              out  Lsun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT;
           47   50    14     clientMacKey  Ljavax/crypto/SecretKey;
           51   75    14     clientMacKey  Ljavax/crypto/SecretKey;
           49   50    15     serverMacKey  Ljavax/crypto/SecretKey;
           52   75    15     serverMacKey  Ljavax/crypto/SecretKey;
           56   60    16  clientCipherKey  Ljavax/crypto/SecretKey;
           61   75    16  clientCipherKey  Ljavax/crypto/SecretKey;
           59   60    17  serverCipherKey  Ljavax/crypto/SecretKey;
           62   75    17  serverCipherKey  Ljavax/crypto/SecretKey;
           66   75    18         clientIv  Ljavax/crypto/spec/IvParameterSpec;
           70   75    19         serverIv  Ljavax/crypto/spec/IvParameterSpec;
           76   77    12                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          28    73      75  Class java.lang.Exception
          28    73      77  any
          75    77      77  any
}
SourceFile: "P11TlsKeyMaterialGenerator.java"