final class sun.security.pkcs11.P11KeyGenerator extends javax.crypto.KeyGeneratorSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11KeyGenerator
  super_class: javax.crypto.KeyGeneratorSpi
{
  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 keySize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private boolean supportBothKeySizes;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final sun.security.pkcs11.wrapper.CK_MECHANISM_INFO range;
    descriptor: Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static sun.security.pkcs11.wrapper.CK_MECHANISM_INFO getSupportedRange(sun.security.pkcs11.Token, long);
    descriptor: (Lsun/security/pkcs11/Token;J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // sun.security.pkcs11.Token token
        start local 1 // long mech
         0: .line 78
            lload 1 /* mech */
            ldc 288
            lcmp
            ifeq 2
            lload 1 /* mech */
            ldc 304
            lcmp
            ifeq 2
         1: .line 79
            lload 1 /* mech */
            ldc 305
            lcmp
            ifne 3
         2: .line 80
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 84
      StackMap locals:
      StackMap stack:
            bipush 40
            istore 3 /* lower */
        start local 3 // int lower
         4: .line 85
            ldc 2147483647
            istore 4 /* upper */
        start local 4 // int upper
         5: .line 87
            aload 0 /* token */
            lload 1 /* mech */
            invokevirtual sun.security.pkcs11.Token.getMechanismInfo:(J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            astore 5 /* info */
        start local 5 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO info
         6: .line 88
            aload 5 /* info */
            ifnull 27
         7: .line 89
            lload 1 /* mech */
            ldc 848
            lcmp
            ifeq 9
         8: .line 90
            lload 1 /* mech */
            ldc 272
            lcmp
            ifne 11
      StackMap locals: int int sun.security.pkcs11.wrapper.CK_MECHANISM_INFO
      StackMap stack:
         9: aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            bipush 8
        10: .line 89
            if_icmplt 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: istore 6 /* isBytes */
        start local 6 // boolean isBytes
        13: .line 91
            iload 3 /* lower */
            iload 6 /* isBytes */
            ifeq 15
        14: .line 92
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            bipush 8
            invokestatic java.lang.Math.multiplyExact:(II)I
            goto 16
        15: .line 93
      StackMap locals: sun.security.pkcs11.Token long int int sun.security.pkcs11.wrapper.CK_MECHANISM_INFO int
      StackMap stack: int
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
        16: .line 91
      StackMap locals: sun.security.pkcs11.Token long int int sun.security.pkcs11.wrapper.CK_MECHANISM_INFO int
      StackMap stack: int int
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* lower */
        17: .line 96
            lload 1 /* mech */
            ldc 848
            lcmp
            ifne 19
        18: .line 97
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            bipush 32
            if_icmple 27
        19: .line 99
      StackMap locals:
      StackMap stack:
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            ldc 2147483647
            if_icmpeq 27
        20: .line 100
            iload 6 /* isBytes */
            ifeq 22
        21: .line 101
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            bipush 8
            invokestatic java.lang.Math.multiplyExact:(II)I
            goto 23
        22: .line 102
      StackMap locals:
      StackMap stack:
            aload 5 /* info */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
        23: .line 100
      StackMap locals:
      StackMap stack: int
            istore 4 /* upper */
        end local 6 // boolean isBytes
        end local 5 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO info
        24: .line 105
            goto 27
      StackMap locals: sun.security.pkcs11.Token long int int
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        25: astore 5 /* p11e */
        start local 5 // sun.security.pkcs11.wrapper.PKCS11Exception p11e
        26: .line 107
            new java.security.ProviderException
            dup
            ldc "Cannot retrieve mechanism info"
            aload 5 /* p11e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // sun.security.pkcs11.wrapper.PKCS11Exception p11e
        27: .line 109
      StackMap locals:
      StackMap stack:
            new sun.security.pkcs11.wrapper.CK_MECHANISM_INFO
            dup
            iload 3 /* lower */
            i2l
            iload 4 /* upper */
            i2l
            lconst_0
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.<init>:(JJJ)V
            areturn
        end local 4 // int upper
        end local 3 // int lower
        end local 1 // long mech
        end local 0 // sun.security.pkcs11.Token token
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0    token  Lsun/security/pkcs11/Token;
            0   28     1     mech  J
            4   28     3    lower  I
            5   28     4    upper  I
            6   24     5     info  Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
           13   24     6  isBytes  Z
           26   27     5     p11e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           5    24      25  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws java.security.ProviderException
    MethodParameters:
       Name  Flags
      token  
      mech   

  static int checkKeySize(long, int, sun.security.pkcs11.Token);
    descriptor: (JILsun/security/pkcs11/Token;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // long keyGenMech
        start local 2 // int keySize
        start local 3 // sun.security.pkcs11.Token token
         0: .line 128
            aload 3 /* token */
            lload 0 /* keyGenMech */
            invokestatic sun.security.pkcs11.P11KeyGenerator.getSupportedRange:(Lsun/security/pkcs11/Token;J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            astore 4 /* range */
        start local 4 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO range
         1: .line 129
            lload 0 /* keyGenMech */
            iload 2 /* keySize */
            aload 4 /* range */
            invokestatic sun.security.pkcs11.P11KeyGenerator.checkKeySize:(JILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            ireturn
        end local 4 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO range
        end local 3 // sun.security.pkcs11.Token token
        end local 2 // int keySize
        end local 0 // long keyGenMech
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  keyGenMech  J
            0    2     2     keySize  I
            0    2     3       token  Lsun/security/pkcs11/Token;
            1    2     4       range  Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException, java.security.ProviderException
    MethodParameters:
            Name  Flags
      keyGenMech  
      keySize     
      token       

  private static int checkKeySize(long, int, sun.security.pkcs11.wrapper.CK_MECHANISM_INFO);
    descriptor: (JILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // long keyGenMech
        start local 2 // int keySize
        start local 3 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO range
         0: .line 135
            lload 0 /* keyGenMech */
            l2i
            lookupswitch { // 3
                  288: 1
                  304: 7
                  305: 7
              default: 16
          }
         1: .line 137
      StackMap locals:
      StackMap stack:
            iload 2 /* keySize */
            bipush 64
            if_icmpeq 5
            iload 2 /* keySize */
            bipush 56
            if_icmpeq 5
         2: .line 138
            new java.security.InvalidAlgorithmParameterException
            dup
         3: .line 139
            ldc "DES key length must be 56 bits"
         4: .line 138
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 141
      StackMap locals:
      StackMap stack:
            bipush 56
            istore 4 /* sigKeySize */
        start local 4 // int sigKeySize
         6: .line 142
            goto 30
        end local 4 // int sigKeySize
         7: .line 145
      StackMap locals:
      StackMap stack:
            iload 2 /* keySize */
            bipush 112
            if_icmpeq 8
            iload 2 /* keySize */
            sipush 128
            if_icmpne 10
         8: .line 146
      StackMap locals:
      StackMap stack:
            bipush 112
            istore 4 /* sigKeySize */
        start local 4 // int sigKeySize
         9: .line 147
            goto 30
        end local 4 // int sigKeySize
      StackMap locals:
      StackMap stack:
        10: iload 2 /* keySize */
            sipush 168
            if_icmpeq 11
            iload 2 /* keySize */
            sipush 192
            if_icmpne 13
        11: .line 148
      StackMap locals:
      StackMap stack:
            sipush 168
            istore 4 /* sigKeySize */
        start local 4 // int sigKeySize
        12: .line 149
            goto 30
        end local 4 // int sigKeySize
        13: .line 150
      StackMap locals:
      StackMap stack:
            new java.security.InvalidAlgorithmParameterException
            dup
        14: .line 151
            ldc "DESede key length must be 112, or 168 bits"
        15: .line 150
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 156
      StackMap locals:
      StackMap stack:
            aload 3 /* range */
            ifnull 17
            iload 2 /* keySize */
            aload 3 /* range */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            if_icmplt 18
        17: .line 157
      StackMap locals:
      StackMap stack:
            iload 2 /* keySize */
            aload 3 /* range */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            if_icmple 23
        18: .line 158
      StackMap locals:
      StackMap stack:
            new java.security.InvalidAlgorithmParameterException
            dup
        19: .line 159
            new java.lang.StringBuilder
            dup
            ldc "Key length must be between "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* range */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        20: .line 160
            ldc " and "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* range */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 159
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 158
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 162
      StackMap locals:
      StackMap stack:
            lload 0 /* keyGenMech */
            ldc 4224
            lcmp
            ifne 29
        24: .line 163
            iload 2 /* keySize */
            sipush 128
            if_icmpeq 29
            iload 2 /* keySize */
            sipush 192
            if_icmpeq 29
        25: .line 164
            iload 2 /* keySize */
            sipush 256
            if_icmpeq 29
        26: .line 165
            new java.security.InvalidAlgorithmParameterException
            dup
        27: .line 166
            ldc "AES key length must be 128, 192, or 256 bits"
        28: .line 165
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 169
      StackMap locals:
      StackMap stack:
            iload 2 /* keySize */
            istore 4 /* sigKeySize */
        start local 4 // int sigKeySize
        30: .line 171
      StackMap locals: int
      StackMap stack:
            iload 4 /* sigKeySize */
            ireturn
        end local 4 // int sigKeySize
        end local 3 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO range
        end local 2 // int keySize
        end local 0 // long keyGenMech
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   31     0  keyGenMech  J
            0   31     2     keySize  I
            0   31     3       range  Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            6    7     4  sigKeySize  I
            9   10     4  sigKeySize  I
           12   13     4  sigKeySize  I
           30   31     4  sigKeySize  I
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException
    MethodParameters:
            Name  Flags
      keyGenMech  
      keySize     
      range       

  private static int adjustKeySize(int, sun.security.pkcs11.wrapper.CK_MECHANISM_INFO);
    descriptor: (ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int ks
        start local 1 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO mi
         0: .line 178
            aload 1 /* mi */
            ifnull 6
         1: .line 179
            iload 0 /* ks */
            aload 1 /* mi */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            if_icmpge 4
         2: .line 180
            aload 1 /* mi */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            istore 0 /* ks */
         3: .line 181
            goto 6
      StackMap locals:
      StackMap stack:
         4: iload 0 /* ks */
            aload 1 /* mi */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            if_icmple 6
         5: .line 182
            aload 1 /* mi */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            istore 0 /* ks */
         6: .line 185
      StackMap locals:
      StackMap stack:
            iload 0 /* ks */
            ireturn
        end local 1 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO mi
        end local 0 // int ks
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    ks  I
            0    7     1    mi  Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
    MethodParameters:
      Name  Flags
      ks    
      mi    

  void <init>(sun.security.pkcs11.Token, java.lang.String, long);
    descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
        start local 3 // long mechanism
         0: .line 190
            aload 0 /* this */
            invokespecial javax.crypto.KeyGeneratorSpi.<init>:()V
         1: .line 191
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
         2: .line 192
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
         3: .line 193
            aload 0 /* this */
            lload 3 /* mechanism */
            putfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
         4: .line 195
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            ldc 305
            lcmp
            ifne 10
         5: .line 200
            aload 0 /* this */
         6: .line 201
            aload 1 /* token */
            getfield sun.security.pkcs11.Token.provider:Lsun/security/pkcs11/SunPKCS11;
            getfield sun.security.pkcs11.SunPKCS11.config:Lsun/security/pkcs11/Config;
            ldc 304
            invokevirtual sun.security.pkcs11.Config.isEnabled:(J)Z
            ifeq 8
         7: .line 202
            aload 1 /* token */
            ldc 304
            invokevirtual sun.security.pkcs11.Token.getMechanismInfo:(J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            ifnull 8
            iconst_1
            goto 9
      StackMap locals: sun.security.pkcs11.P11KeyGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
         8: iconst_0
         9: .line 200
      StackMap locals: sun.security.pkcs11.P11KeyGenerator sun.security.pkcs11.Token java.lang.String long
      StackMap stack: sun.security.pkcs11.P11KeyGenerator int
            putfield sun.security.pkcs11.P11KeyGenerator.supportBothKeySizes:Z
        10: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* token */
            lload 3 /* mechanism */
            invokestatic sun.security.pkcs11.P11KeyGenerator.getSupportedRange:(Lsun/security/pkcs11/Token;J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            putfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
        11: .line 205
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11KeyGenerator.setDefault:()V
        12: .line 206
            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.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/security/pkcs11/P11KeyGenerator;
            0   13     1      token  Lsun/security/pkcs11/Token;
            0   13     2  algorithm  Ljava/lang/String;
            0   13     3  mechanism  J
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
           Name  Flags
      token      
      algorithm  
      mechanism  

  private void setDefault();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=3, args_size=1
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
         0: .line 210
            aload 0 /* this */
            iconst_m1
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
         1: .line 211
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            l2i
            lookupswitch { // 18
                  272: 17
                  288: 2
                  304: 6
                  305: 10
                  691: 47
                  696: 44
                  707: 50
                  723: 53
                  848: 56
                 4224: 14
                 4240: 20
                16387: 23
                16388: 26
                16389: 29
                16390: 32
                16391: 35
                16392: 38
                16393: 41
              default: 88
          }
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
         3: .line 214
            aload 0 /* this */
            ldc 19
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
         4: .line 215
            aload 0 /* this */
            bipush 56
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
         5: .line 216
            goto 89
         6: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 128
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
         7: .line 219
            aload 0 /* this */
            ldc 20
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
         8: .line 220
            aload 0 /* this */
            bipush 112
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
         9: .line 221
            goto 89
        10: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 192
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        11: .line 224
            aload 0 /* this */
            ldc 21
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        12: .line 225
            aload 0 /* this */
            sipush 168
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
        13: .line 226
            goto 89
        14: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 128
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        15: .line 229
            aload 0 /* this */
            ldc 31
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        16: .line 230
            goto 89
        17: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 128
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        18: .line 233
            aload 0 /* this */
            ldc 18
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        19: .line 234
            goto 89
        20: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 128
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        21: .line 237
            aload 0 /* this */
            ldc 32
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        22: .line 238
            goto 89
        23: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 160
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        24: .line 241
            aload 0 /* this */
            ldc 40
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        25: .line 242
            goto 89
        26: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 224
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        27: .line 245
            aload 0 /* this */
            ldc 46
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        28: .line 246
            goto 89
        29: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        30: .line 249
            aload 0 /* this */
            ldc 43
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        31: .line 250
            goto 89
        32: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 384
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        33: .line 253
            aload 0 /* this */
            ldc 44
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        34: .line 254
            goto 89
        35: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        36: .line 257
            aload 0 /* this */
            ldc 45
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        37: .line 258
            goto 89
        38: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 224
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        39: .line 261
            aload 0 /* this */
            ldc 67
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        40: .line 262
            goto 89
        41: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        42: .line 265
            aload 0 /* this */
            ldc 68
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        43: .line 266
            goto 89
        44: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 224
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        45: .line 269
            aload 0 /* this */
            ldc 54
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        46: .line 270
            goto 89
        47: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        48: .line 273
            aload 0 /* this */
            ldc 55
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        49: .line 274
            goto 89
        50: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 384
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        51: .line 277
            aload 0 /* this */
            ldc 56
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        52: .line 278
            goto 89
        53: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        54: .line 281
            aload 0 /* this */
            ldc 57
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        55: .line 282
            goto 89
        56: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
            ldc "Hmac"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 83
        57: .line 285
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
            iconst_4
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* digest */
        start local 1 // java.lang.String digest
        58: .line 286
            aload 0 /* this */
            aload 1 /* digest */
            dup
            astore 2
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 12
          -1856390289: 59
          -1856390194: 60
          -1850268184: 61
          -1850268089: 62
          -1850267037: 63
          -1850265334: 64
                76158: 65
              2543909: 66
              9509966: 67
              9510061: 68
              9511113: 69
              9512816: 70
              default: 77
          }
      StackMap locals: sun.security.pkcs11.P11KeyGenerator java.lang.String java.lang.String
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        59: aload 2
            ldc "SHA512/224"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 73
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        60: aload 2
            ldc "SHA512/256"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 74
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        61: aload 2
            ldc "SHA224"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 73
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        62: aload 2
            ldc "SHA256"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 74
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        63: aload 2
            ldc "SHA384"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 75
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        64: aload 2
            ldc "SHA512"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 76
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        65: aload 2
            ldc "MD5"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 71
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        66: aload 2
            ldc "SHA1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 72
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        67: aload 2
            ldc "SHA3-224"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 73
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        68: aload 2
            ldc "SHA3-256"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 74
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        69: aload 2
            ldc "SHA3-384"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 75
            goto 77
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        70: aload 2
            ldc "SHA3-512"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 76
            goto 77
        71: .line 287
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 512
            goto 80
        72: .line 288
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 160
            goto 80
        73: .line 289
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 224
            goto 80
        74: .line 290
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 256
            goto 80
        75: .line 291
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 384
            goto 80
        76: .line 292
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            sipush 512
            goto 80
        77: .line 294
      StackMap locals:
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported algorithm "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        78: .line 295
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        79: .line 294
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        80: .line 297
      StackMap locals: sun.security.pkcs11.P11KeyGenerator java.lang.String
      StackMap stack: sun.security.pkcs11.P11KeyGenerator int
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
        81: .line 286
            invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        end local 1 // java.lang.String digest
        82: .line 298
            goto 86
        83: .line 299
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported algorithm "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        84: .line 300
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        85: .line 299
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        86: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        87: .line 303
            goto 89
        88: .line 305
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown mechanism "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        89: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
            iconst_m1
            if_icmpne 91
        90: .line 308
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.keySize:I
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
        91: .line 310
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   92     0    this  Lsun/security/pkcs11/P11KeyGenerator;
           58   82     1  digest  Ljava/lang/String;

  protected void engineInit(java.security.SecureRandom);
    descriptor: (Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
        start local 1 // java.security.SecureRandom random
         0: .line 314
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 315
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11KeyGenerator.setDefault:()V
         2: .line 316
            return
        end local 1 // java.security.SecureRandom random
        end local 0 // sun.security.pkcs11.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/pkcs11/P11KeyGenerator;
            0    3     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=3, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
        start local 2 // java.security.SecureRandom random
         0: .line 321
            new java.security.InvalidAlgorithmParameterException
            dup
         1: .line 322
            ldc "AlgorithmParameterSpec not supported"
         2: .line 321
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.security.SecureRandom random
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // sun.security.pkcs11.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/pkcs11/P11KeyGenerator;
            0    3     1  params  Ljava/security/spec/AlgorithmParameterSpec;
            0    3     2  random  Ljava/security/SecureRandom;
    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=5, locals=6, args_size=3
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
        start local 1 // int keySize
        start local 2 // java.security.SecureRandom random
         0: .line 327
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 330
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            iload 1 /* keySize */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            invokestatic sun.security.pkcs11.P11KeyGenerator.checkKeySize:(JILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
            istore 3 /* newSignificantKeySize */
        start local 3 // int newSignificantKeySize
         2: .line 331
            goto 6
        end local 3 // int newSignificantKeySize
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
         3: astore 4 /* iape */
        start local 4 // java.security.InvalidAlgorithmParameterException iape
         4: .line 333
            new java.security.InvalidParameterException
            dup
            invokespecial java.security.InvalidParameterException.<init>:()V
            aload 4 /* iape */
            invokevirtual java.security.InvalidParameterException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
         5: .line 332
            checkcast java.security.InvalidParameterException
            athrow
        end local 4 // java.security.InvalidAlgorithmParameterException iape
        start local 3 // int newSignificantKeySize
         6: .line 335
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            ldc 304
            lcmp
            ifeq 8
         7: .line 336
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            ldc 305
            lcmp
            ifne 25
         8: .line 337
      StackMap locals:
      StackMap stack:
            iload 3 /* newSignificantKeySize */
            bipush 112
            if_icmpne 10
         9: .line 338
            ldc 304
            goto 11
      StackMap locals:
      StackMap stack:
        10: ldc 305
        11: .line 337
      StackMap locals:
      StackMap stack: long
            lstore 4 /* newMechanism */
        start local 4 // long newMechanism
        12: .line 339
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            lload 4 /* newMechanism */
            lcmp
            ifeq 25
        13: .line 340
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.supportBothKeySizes:Z
            ifeq 20
        14: .line 341
            aload 0 /* this */
            lload 4 /* newMechanism */
            putfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
        15: .line 343
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            ldc 304
            lcmp
            ifne 17
        16: .line 344
            ldc 20
            goto 18
      StackMap locals: sun.security.pkcs11.P11KeyGenerator int java.security.SecureRandom int long
      StackMap stack: sun.security.pkcs11.P11KeyGenerator
        17: ldc 21
        18: .line 343
      StackMap locals: sun.security.pkcs11.P11KeyGenerator int java.security.SecureRandom int long
      StackMap stack: sun.security.pkcs11.P11KeyGenerator long
            putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
        19: .line 345
            goto 25
        20: .line 346
      StackMap locals:
      StackMap stack:
            new java.security.InvalidParameterException
            dup
        21: .line 347
            new java.lang.StringBuilder
            dup
            ldc "Only "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        22: .line 348
            ldc "-bit DESede is supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 347
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 346
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // long newMechanism
        25: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* keySize */
            putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
        26: .line 353
            aload 0 /* this */
            iload 3 /* newSignificantKeySize */
            putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
        27: .line 354
            return
        end local 3 // int newSignificantKeySize
        end local 2 // java.security.SecureRandom random
        end local 1 // int keySize
        end local 0 // sun.security.pkcs11.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   28     0                   this  Lsun/security/pkcs11/P11KeyGenerator;
            0   28     1                keySize  I
            0   28     2                 random  Ljava/security/SecureRandom;
            2    3     3  newSignificantKeySize  I
            6   28     3  newSignificantKeySize  I
            4    6     4                   iape  Ljava/security/InvalidAlgorithmParameterException;
           12   25     4           newMechanism  J
      Exception table:
        from    to  target  type
           1     2       3  Class java.security.InvalidAlgorithmParameterException
    MethodParameters:
         Name  Flags
      keySize  
      random   

  protected javax.crypto.SecretKey engineGenerateKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.security.pkcs11.P11KeyGenerator this
         0: .line 358
            aconst_null
            astore 1 /* session */
        start local 1 // sun.security.pkcs11.Session session
         1: .line 360
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 1 /* session */
         2: .line 363
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            l2i
            lookupswitch { // 3
                  288: 3
                  304: 3
                  305: 3
              default: 7
          }
         3: .line 368
      StackMap locals: sun.security.pkcs11.Session
      StackMap stack:
            iconst_1
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         4: .line 369
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            lconst_0
            ldc 4
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
         5: .line 368
            astore 2 /* attributes */
        start local 2 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         6: .line 371
            goto 11
        end local 2 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         7: .line 373
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         8: .line 374
            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
         9: .line 375
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 353
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.keySize:I
            iconst_3
            ishr
            i2l
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
        10: .line 373
            astore 2 /* attributes */
        start local 2 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        11: .line 379
      StackMap locals: sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
        12: .line 380
            ldc "generate"
            ldc 4
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.keyType:J
            aload 2 /* attributes */
        13: .line 379
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 2 /* attributes */
        14: .line 381
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
        15: .line 382
            aload 1 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(J)V
            aload 2 /* attributes */
        16: .line 381
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GenerateKey:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            lstore 3 /* keyID */
        start local 3 // long keyID
        17: .line 384
            aload 1 /* session */
            lload 3 /* keyID */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
            aload 2 /* attributes */
        18: .line 383
            invokestatic sun.security.pkcs11.P11Key.secretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljavax/crypto/SecretKey;
            astore 6
        19: .line 388
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            aload 1 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        20: .line 383
            aload 6
            areturn
        end local 3 // long keyID
        end local 2 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        21: .line 385
      StackMap locals: sun.security.pkcs11.P11KeyGenerator sun.security.pkcs11.Session
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        22: .line 386
            new java.security.ProviderException
            dup
            ldc "Could not generate key"
            aload 2 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        23: .line 387
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        24: .line 388
            aload 0 /* this */
            getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
            aload 1 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        25: .line 389
            aload 5
            athrow
        end local 1 // sun.security.pkcs11.Session session
        end local 0 // sun.security.pkcs11.P11KeyGenerator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lsun/security/pkcs11/P11KeyGenerator;
            1   26     1     session  Lsun/security/pkcs11/Session;
            6    7     2  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           11   21     2  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           17   21     3       keyID  J
           22   23     2           e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           1    19      21  Class sun.security.pkcs11.wrapper.PKCS11Exception
           1    19      23  any
          21    23      23  any
}
SourceFile: "P11KeyGenerator.java"