final class sun.security.pkcs11.P11RSAKeyFactory extends sun.security.pkcs11.P11KeyFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11RSAKeyFactory
  super_class: sun.security.pkcs11.P11KeyFactory
{
  void <init>(sun.security.pkcs11.Token, java.lang.String);
    descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
         0: .line 52
            aload 0 /* this */
            aload 1 /* token */
            aload 2 /* algorithm */
            invokespecial sun.security.pkcs11.P11KeyFactory.<init>:(Lsun/security/pkcs11/Token;Ljava/lang/String;)V
         1: .line 53
            return
        end local 2 // java.lang.String algorithm
        end local 1 // sun.security.pkcs11.Token token
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0    2     1      token  Lsun/security/pkcs11/Token;
            0    2     2  algorithm  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      token      
      algorithm  

  java.security.PublicKey implTranslatePublicKey(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)Ljava/security/PublicKey;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.security.PublicKey key
         0: .line 57
            aload 1 /* key */
            instanceof java.security.interfaces.RSAPublicKey
            ifeq 7
         1: .line 58
            aload 1 /* key */
            checkcast java.security.interfaces.RSAPublicKey
            astore 2 /* rsaKey */
        start local 2 // java.security.interfaces.RSAPublicKey rsaKey
         2: .line 59
            aload 0 /* this */
         3: .line 60
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPublicKey.getModulus:()Ljava/math/BigInteger;
         4: .line 61
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPublicKey.getPublicExponent:()Ljava/math/BigInteger;
         5: .line 59
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePublic:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PublicKey;
         6: areturn
        end local 2 // java.security.interfaces.RSAPublicKey rsaKey
         7: .line 65
      StackMap locals:
      StackMap stack:
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
            aload 1 /* key */
            invokeinterface java.security.PublicKey.getFormat:()Ljava/lang/String;
         8: .line 66
            aload 1 /* key */
            invokeinterface java.security.PublicKey.getEncoded:()[B
         9: .line 65
            invokestatic sun.security.rsa.RSAPublicKeyImpl.newKey:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/lang/String;[B)Ljava/security/interfaces/RSAPublicKey;
            astore 1 /* key */
        10: .line 67
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.implTranslatePublicKey:(Ljava/security/PublicKey;)Ljava/security/PublicKey;
        11: areturn
        12: .line 69
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        13: .line 70
            new java.security.InvalidKeyException
            dup
            ldc "Could not create RSA public key"
            aload 2 /* e */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        end local 1 // java.security.PublicKey key
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   14     1     key  Ljava/security/PublicKey;
            2    7     2  rsaKey  Ljava/security/interfaces/RSAPublicKey;
           13   14     2       e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0     6      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
           7    11      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  java.security.PrivateKey implTranslatePrivateKey(java.security.PrivateKey);
    descriptor: (Ljava/security/PrivateKey;)Ljava/security/PrivateKey;
    flags: (0x0000) 
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.security.PrivateKey key
         0: .line 77
            aload 1 /* key */
            instanceof java.security.interfaces.RSAPrivateCrtKey
            ifeq 13
         1: .line 78
            aload 1 /* key */
            checkcast java.security.interfaces.RSAPrivateCrtKey
            astore 2 /* rsaKey */
        start local 2 // java.security.interfaces.RSAPrivateCrtKey rsaKey
         2: .line 79
            aload 0 /* this */
         3: .line 80
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getModulus:()Ljava/math/BigInteger;
         4: .line 81
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPublicExponent:()Ljava/math/BigInteger;
         5: .line 82
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPrivateExponent:()Ljava/math/BigInteger;
         6: .line 83
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPrimeP:()Ljava/math/BigInteger;
         7: .line 84
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPrimeQ:()Ljava/math/BigInteger;
         8: .line 85
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPrimeExponentP:()Ljava/math/BigInteger;
         9: .line 86
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getPrimeExponentQ:()Ljava/math/BigInteger;
        10: .line 87
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateCrtKey.getCrtCoefficient:()Ljava/math/BigInteger;
        11: .line 79
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePrivate:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
        12: areturn
        end local 2 // java.security.interfaces.RSAPrivateCrtKey rsaKey
        13: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            instanceof java.security.interfaces.RSAPrivateKey
            ifeq 20
        14: .line 90
            aload 1 /* key */
            checkcast java.security.interfaces.RSAPrivateKey
            astore 2 /* rsaKey */
        start local 2 // java.security.interfaces.RSAPrivateKey rsaKey
        15: .line 91
            aload 0 /* this */
        16: .line 92
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateKey.getModulus:()Ljava/math/BigInteger;
        17: .line 93
            aload 2 /* rsaKey */
            invokeinterface java.security.interfaces.RSAPrivateKey.getPrivateExponent:()Ljava/math/BigInteger;
        18: .line 91
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePrivate:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
        19: areturn
        end local 2 // java.security.interfaces.RSAPrivateKey rsaKey
        20: .line 97
      StackMap locals:
      StackMap stack:
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
            aload 1 /* key */
            invokeinterface java.security.PrivateKey.getFormat:()Ljava/lang/String;
        21: .line 98
            aload 1 /* key */
            invokeinterface java.security.PrivateKey.getEncoded:()[B
        22: .line 97
            invokestatic sun.security.rsa.RSAPrivateCrtKeyImpl.newKey:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/lang/String;[B)Ljava/security/interfaces/RSAPrivateKey;
            astore 1 /* key */
        23: .line 99
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.implTranslatePrivateKey:(Ljava/security/PrivateKey;)Ljava/security/PrivateKey;
        24: areturn
        25: .line 101
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        26: .line 102
            new java.security.InvalidKeyException
            dup
            ldc "Could not create RSA private key"
            aload 2 /* e */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        end local 1 // java.security.PrivateKey key
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   27     1     key  Ljava/security/PrivateKey;
            2   13     2  rsaKey  Ljava/security/interfaces/RSAPrivateCrtKey;
           15   20     2  rsaKey  Ljava/security/interfaces/RSAPrivateKey;
           26   27     2       e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0    12      25  Class sun.security.pkcs11.wrapper.PKCS11Exception
          13    19      25  Class sun.security.pkcs11.wrapper.PKCS11Exception
          20    24      25  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec);
    descriptor: (Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.security.spec.KeySpec keySpec
         0: .line 109
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 110
            aload 1 /* keySpec */
            instanceof java.security.spec.X509EncodedKeySpec
            ifeq 11
         2: .line 112
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
            ldc "X.509"
         3: .line 113
            aload 1 /* keySpec */
            checkcast java.security.spec.X509EncodedKeySpec
            invokevirtual java.security.spec.X509EncodedKeySpec.getEncoded:()[B
         4: .line 112
            invokestatic sun.security.rsa.RSAPublicKeyImpl.newKey:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/lang/String;[B)Ljava/security/interfaces/RSAPublicKey;
            astore 2 /* key */
        start local 2 // java.security.PublicKey key
         5: .line 114
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.implTranslatePublicKey:(Ljava/security/PublicKey;)Ljava/security/PublicKey;
         6: areturn
        end local 2 // java.security.PublicKey key
         7: .line 115
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
            astore 2 /* e */
        start local 2 // java.security.InvalidKeyException e
         8: .line 116
            new java.security.spec.InvalidKeySpecException
            dup
         9: .line 117
            ldc "Could not create RSA public key"
            aload 2 /* e */
        10: .line 116
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.InvalidKeyException e
        11: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* keySpec */
            instanceof java.security.spec.RSAPublicKeySpec
            ifne 13
        12: .line 121
            new java.security.spec.InvalidKeySpecException
            dup
            ldc "Only RSAPublicKeySpec and X509EncodedKeySpec supported for RSA public keys"
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPublicKeySpec
            astore 2 /* rs */
        start local 2 // java.security.spec.RSAPublicKeySpec rs
        14: .line 126
            aload 0 /* this */
        15: .line 127
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPublicKeySpec.getModulus:()Ljava/math/BigInteger;
        16: .line 128
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPublicKeySpec.getPublicExponent:()Ljava/math/BigInteger;
        17: .line 126
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePublic:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PublicKey;
        18: areturn
        end local 2 // java.security.spec.RSAPublicKeySpec rs
        19: .line 130
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        20: .line 131
            new java.security.spec.InvalidKeySpecException
            dup
        21: .line 132
            ldc "Could not create RSA public key"
            aload 2 /* e */
        22: .line 131
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.security.spec.KeySpec keySpec
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   23     1  keySpec  Ljava/security/spec/KeySpec;
            5    7     2      key  Ljava/security/PublicKey;
            8   11     2        e  Ljava/security/InvalidKeyException;
           14   19     2       rs  Ljava/security/spec/RSAPublicKeySpec;
           20   23     2        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     6       7  Class java.security.InvalidKeyException
          13    18      19  Class sun.security.pkcs11.wrapper.PKCS11Exception
          13    18      19  Class java.security.InvalidKeyException
    Exceptions:
      throws java.security.spec.InvalidKeySpecException
    MethodParameters:
         Name  Flags
      keySpec  

  protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec);
    descriptor: (Ljava/security/spec/KeySpec;)Ljava/security/PrivateKey;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.security.spec.KeySpec keySpec
         0: .line 139
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 140
            aload 1 /* keySpec */
            instanceof java.security.spec.PKCS8EncodedKeySpec
            ifeq 11
         2: .line 142
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
         3: .line 143
            ldc "PKCS#8"
            aload 1 /* keySpec */
            checkcast java.security.spec.PKCS8EncodedKeySpec
            invokevirtual java.security.spec.PKCS8EncodedKeySpec.getEncoded:()[B
         4: .line 142
            invokestatic sun.security.rsa.RSAPrivateCrtKeyImpl.newKey:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/lang/String;[B)Ljava/security/interfaces/RSAPrivateKey;
            astore 2 /* key */
        start local 2 // java.security.PrivateKey key
         5: .line 144
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.implTranslatePrivateKey:(Ljava/security/PrivateKey;)Ljava/security/PrivateKey;
         6: areturn
        end local 2 // java.security.PrivateKey key
         7: .line 145
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 2 /* e */
        start local 2 // java.security.GeneralSecurityException e
         8: .line 146
            new java.security.spec.InvalidKeySpecException
            dup
         9: .line 147
            ldc "Could not create RSA private key"
            aload 2 /* e */
        10: .line 146
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.GeneralSecurityException e
        11: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* keySpec */
            instanceof java.security.spec.RSAPrivateCrtKeySpec
            ifeq 24
        12: .line 152
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPrivateCrtKeySpec
            astore 2 /* rs */
        start local 2 // java.security.spec.RSAPrivateCrtKeySpec rs
        13: .line 153
            aload 0 /* this */
        14: .line 154
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getModulus:()Ljava/math/BigInteger;
        15: .line 155
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPublicExponent:()Ljava/math/BigInteger;
        16: .line 156
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPrivateExponent:()Ljava/math/BigInteger;
        17: .line 157
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPrimeP:()Ljava/math/BigInteger;
        18: .line 158
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPrimeQ:()Ljava/math/BigInteger;
        19: .line 159
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPrimeExponentP:()Ljava/math/BigInteger;
        20: .line 160
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getPrimeExponentQ:()Ljava/math/BigInteger;
        21: .line 161
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateCrtKeySpec.getCrtCoefficient:()Ljava/math/BigInteger;
        22: .line 153
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePrivate:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
        23: areturn
        end local 2 // java.security.spec.RSAPrivateCrtKeySpec rs
        24: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* keySpec */
            instanceof java.security.spec.RSAPrivateKeySpec
            ifeq 31
        25: .line 164
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPrivateKeySpec
            astore 2 /* rs */
        start local 2 // java.security.spec.RSAPrivateKeySpec rs
        26: .line 165
            aload 0 /* this */
        27: .line 166
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateKeySpec.getModulus:()Ljava/math/BigInteger;
        28: .line 167
            aload 2 /* rs */
            invokevirtual java.security.spec.RSAPrivateKeySpec.getPrivateExponent:()Ljava/math/BigInteger;
        29: .line 165
            invokevirtual sun.security.pkcs11.P11RSAKeyFactory.generatePrivate:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
        30: areturn
        end local 2 // java.security.spec.RSAPrivateKeySpec rs
        31: .line 170
      StackMap locals:
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            ldc "Only RSAPrivate(Crt)KeySpec and PKCS8EncodedKeySpec supported for RSA private keys"
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 173
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        33: .line 174
            new java.security.spec.InvalidKeySpecException
            dup
        34: .line 175
            ldc "Could not create RSA private key"
            aload 2 /* e */
        35: .line 174
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.security.spec.KeySpec keySpec
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   36     1  keySpec  Ljava/security/spec/KeySpec;
            5    7     2      key  Ljava/security/PrivateKey;
            8   11     2        e  Ljava/security/GeneralSecurityException;
           13   24     2       rs  Ljava/security/spec/RSAPrivateCrtKeySpec;
           26   31     2       rs  Ljava/security/spec/RSAPrivateKeySpec;
           33   36     2        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     6       7  Class java.security.GeneralSecurityException
          11    23      32  Class sun.security.pkcs11.wrapper.PKCS11Exception
          24    30      32  Class sun.security.pkcs11.wrapper.PKCS11Exception
          31    32      32  Class sun.security.pkcs11.wrapper.PKCS11Exception
          11    23      32  Class java.security.InvalidKeyException
          24    30      32  Class java.security.InvalidKeyException
          31    32      32  Class java.security.InvalidKeyException
    Exceptions:
      throws java.security.spec.InvalidKeySpecException
    MethodParameters:
         Name  Flags
      keySpec  

  private java.security.PublicKey generatePublic(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PublicKey;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=3
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.math.BigInteger n
        start local 2 // java.math.BigInteger e
         0: .line 181
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 2 /* e */
            iconst_m1
            ldc 65536
            invokestatic sun.security.rsa.RSAKeyFactory.checkKeyLengths:(ILjava/math/BigInteger;II)V
         1: .line 182
            iconst_4
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         2: .line 183
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            lconst_0
            ldc 2
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_1
         3: .line 184
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 256
            lconst_0
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_2
         4: .line 185
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            aload 1 /* n */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            iconst_3
         5: .line 186
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 290
            aload 2 /* e */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
         6: .line 182
            astore 3 /* attributes */
        start local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         7: .line 188
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
         8: .line 189
            ldc "import"
            ldc 2
            lconst_0
            aload 3 /* attributes */
         9: .line 188
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 3 /* attributes */
        10: .line 190
            aconst_null
            astore 4 /* session */
        start local 4 // sun.security.pkcs11.Session session
        11: .line 192
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 4 /* session */
        12: .line 193
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 3 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_CreateObject:(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            lstore 5 /* keyID */
        start local 5 // long keyID
        13: .line 195
            aload 4 /* session */
            lload 5 /* keyID */
            ldc "RSA"
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 3 /* attributes */
        14: .line 194
            invokestatic sun.security.pkcs11.P11Key.publicKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljava/security/PublicKey;
            astore 8
        15: .line 197
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        16: .line 194
            aload 8
            areturn
        end local 5 // long keyID
        17: .line 196
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory java.math.BigInteger java.math.BigInteger sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] sun.security.pkcs11.Session
      StackMap stack: java.lang.Throwable
            astore 7
        18: .line 197
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        19: .line 198
            aload 7
            athrow
        end local 4 // sun.security.pkcs11.Session session
        end local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 2 // java.math.BigInteger e
        end local 1 // java.math.BigInteger n
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   20     1           n  Ljava/math/BigInteger;
            0   20     2           e  Ljava/math/BigInteger;
            7   20     3  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           11   20     4     session  Lsun/security/pkcs11/Session;
           13   17     5       keyID  J
      Exception table:
        from    to  target  type
          11    15      17  any
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception, java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      n     
      e     

  private java.security.PrivateKey generatePrivate(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=3
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.math.BigInteger n
        start local 2 // java.math.BigInteger d
         0: .line 203
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aconst_null
            iconst_m1
            ldc 65536
            invokestatic sun.security.rsa.RSAKeyFactory.checkKeyLengths:(ILjava/math/BigInteger;II)V
         1: .line 204
            iconst_4
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         2: .line 205
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            lconst_0
            ldc 3
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_1
         3: .line 206
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 256
            lconst_0
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_2
         4: .line 207
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            aload 1 /* n */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            iconst_3
         5: .line 208
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 291
            aload 2 /* d */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
         6: .line 204
            astore 3 /* attributes */
        start local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         7: .line 210
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
         8: .line 211
            ldc "import"
            ldc 3
            lconst_0
            aload 3 /* attributes */
         9: .line 210
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 3 /* attributes */
        10: .line 212
            aconst_null
            astore 4 /* session */
        start local 4 // sun.security.pkcs11.Session session
        11: .line 214
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 4 /* session */
        12: .line 215
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 3 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_CreateObject:(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            lstore 5 /* keyID */
        start local 5 // long keyID
        13: .line 217
            aload 4 /* session */
            lload 5 /* keyID */
            ldc "RSA"
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 3 /* attributes */
        14: .line 216
            invokestatic sun.security.pkcs11.P11Key.privateKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljava/security/PrivateKey;
            astore 8
        15: .line 219
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        16: .line 216
            aload 8
            areturn
        end local 5 // long keyID
        17: .line 218
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory java.math.BigInteger java.math.BigInteger sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] sun.security.pkcs11.Session
      StackMap stack: java.lang.Throwable
            astore 7
        18: .line 219
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 4 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        19: .line 220
            aload 7
            athrow
        end local 4 // sun.security.pkcs11.Session session
        end local 3 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 2 // java.math.BigInteger d
        end local 1 // java.math.BigInteger n
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   20     1           n  Ljava/math/BigInteger;
            0   20     2           d  Ljava/math/BigInteger;
            7   20     3  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           11   20     4     session  Lsun/security/pkcs11/Session;
           13   17     5       keyID  J
      Exception table:
        from    to  target  type
          11    15      17  any
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception, java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      n     
      d     

  private java.security.PrivateKey generatePrivate(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/PrivateKey;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=15, args_size=9
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // java.math.BigInteger n
        start local 2 // java.math.BigInteger e
        start local 3 // java.math.BigInteger d
        start local 4 // java.math.BigInteger p
        start local 5 // java.math.BigInteger q
        start local 6 // java.math.BigInteger pe
        start local 7 // java.math.BigInteger qe
        start local 8 // java.math.BigInteger coeff
         0: .line 227
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 2 /* e */
            iconst_m1
            ldc 65536
            invokestatic sun.security.rsa.RSAKeyFactory.checkKeyLengths:(ILjava/math/BigInteger;II)V
         1: .line 228
            bipush 10
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         2: .line 229
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            lconst_0
            ldc 3
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_1
         3: .line 230
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 256
            lconst_0
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
            aastore
            dup
            iconst_2
         4: .line 231
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            aload 1 /* n */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            iconst_3
         5: .line 232
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 290
            aload 2 /* e */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            iconst_4
         6: .line 233
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 291
            aload 3 /* d */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            iconst_5
         7: .line 234
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 292
            aload 4 /* p */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            bipush 6
         8: .line 235
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 293
            aload 5 /* q */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            bipush 7
         9: .line 236
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 294
            aload 6 /* pe */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            bipush 8
        10: .line 237
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 295
            aload 7 /* qe */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
            dup
            bipush 9
        11: .line 238
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 296
            aload 8 /* coeff */
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JLjava/math/BigInteger;)V
            aastore
        12: .line 228
            astore 9 /* attributes */
        start local 9 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        13: .line 240
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
        14: .line 241
            ldc "import"
            ldc 3
            lconst_0
            aload 9 /* attributes */
        15: .line 240
            invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            astore 9 /* attributes */
        16: .line 242
            aconst_null
            astore 10 /* session */
        start local 10 // sun.security.pkcs11.Session session
        17: .line 244
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            astore 10 /* session */
        18: .line 245
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 10 /* session */
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 9 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_CreateObject:(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
            lstore 11 /* keyID */
        start local 11 // long keyID
        19: .line 247
            aload 10 /* session */
            lload 11 /* keyID */
            ldc "RSA"
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 9 /* attributes */
        20: .line 246
            invokestatic sun.security.pkcs11.P11Key.privateKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)Ljava/security/PrivateKey;
            astore 14
        21: .line 249
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 10 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        22: .line 246
            aload 14
            areturn
        end local 11 // long keyID
        23: .line 248
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] sun.security.pkcs11.Session
      StackMap stack: java.lang.Throwable
            astore 13
        24: .line 249
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            aload 10 /* session */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        25: .line 250
            aload 13
            athrow
        end local 10 // sun.security.pkcs11.Session session
        end local 9 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 8 // java.math.BigInteger coeff
        end local 7 // java.math.BigInteger qe
        end local 6 // java.math.BigInteger pe
        end local 5 // java.math.BigInteger q
        end local 4 // java.math.BigInteger p
        end local 3 // java.math.BigInteger d
        end local 2 // java.math.BigInteger e
        end local 1 // java.math.BigInteger n
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   26     1           n  Ljava/math/BigInteger;
            0   26     2           e  Ljava/math/BigInteger;
            0   26     3           d  Ljava/math/BigInteger;
            0   26     4           p  Ljava/math/BigInteger;
            0   26     5           q  Ljava/math/BigInteger;
            0   26     6          pe  Ljava/math/BigInteger;
            0   26     7          qe  Ljava/math/BigInteger;
            0   26     8       coeff  Ljava/math/BigInteger;
           13   26     9  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           17   26    10     session  Lsun/security/pkcs11/Session;
           19   23    11       keyID  J
      Exception table:
        from    to  target  type
          17    21      23  any
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception, java.security.InvalidKeyException
    MethodParameters:
       Name  Flags
      n      
      e      
      d      
      p      
      q      
      pe     
      qe     
      coeff  

  <T extends java.security.spec.KeySpec> T implGetPublicKeySpec(sun.security.pkcs11.P11Key, java.lang.Class<T>, sun.security.pkcs11.Session[]);
    descriptor: (Lsun/security/pkcs11/P11Key;Ljava/lang/Class;[Lsun/security/pkcs11/Session;)Ljava/security/spec/KeySpec;
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // sun.security.pkcs11.P11Key key
        start local 2 // java.lang.Class keySpec
        start local 3 // sun.security.pkcs11.Session[] session
         0: .line 255
            aload 2 /* keySpec */
            ldc Ljava/security/spec/RSAPublicKeySpec;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 18
         1: .line 256
            aload 3 /* session */
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            aastore
         2: .line 257
            iconst_2
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         3: .line 258
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_1
         4: .line 259
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 290
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
         5: .line 257
            astore 4 /* attributes */
        start local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         6: .line 261
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 5 /* keyID */
        start local 5 // long keyID
         7: .line 263
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 3 /* session */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 5 /* keyID */
            aload 4 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GetAttributeValue:(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         8: .line 264
            goto 12
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory sun.security.pkcs11.P11Key java.lang.Class sun.security.pkcs11.Session[] sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] long
      StackMap stack: java.lang.Throwable
         9: astore 7
        10: .line 265
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        11: .line 266
            aload 7
            athrow
        12: .line 265
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        13: .line 267
            new java.security.spec.RSAPublicKeySpec
            dup
        14: .line 268
            aload 4 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        15: .line 269
            aload 4 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        16: .line 267
            invokespecial java.security.spec.RSAPublicKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 7 /* spec */
        start local 7 // java.security.spec.KeySpec spec
        17: .line 271
            aload 2 /* keySpec */
            aload 7 /* spec */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.security.spec.KeySpec
            areturn
        end local 7 // java.security.spec.KeySpec spec
        end local 5 // long keyID
        end local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        18: .line 273
      StackMap locals:
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            ldc "Only RSAPublicKeySpec and X509EncodedKeySpec supported for RSA public keys"
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // sun.security.pkcs11.Session[] session
        end local 2 // java.lang.Class keySpec
        end local 1 // sun.security.pkcs11.P11Key key
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   19     1         key  Lsun/security/pkcs11/P11Key;
            0   19     2     keySpec  Ljava/lang/Class<TT;>;
            0   19     3     session  [Lsun/security/pkcs11/Session;
            6   18     4  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            7   18     5       keyID  J
           17   18     7        spec  Ljava/security/spec/KeySpec;
      Exception table:
        from    to  target  type
           7     9       9  any
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception, java.security.spec.InvalidKeySpecException
    Signature: <T::Ljava/security/spec/KeySpec;>(Lsun/security/pkcs11/P11Key;Ljava/lang/Class<TT;>;[Lsun/security/pkcs11/Session;)TT;
    MethodParameters:
         Name  Flags
      key      
      keySpec  
      session  

  <T extends java.security.spec.KeySpec> T implGetPrivateKeySpec(sun.security.pkcs11.P11Key, java.lang.Class<T>, sun.security.pkcs11.Session[]);
    descriptor: (Lsun/security/pkcs11/P11Key;Ljava/lang/Class;[Lsun/security/pkcs11/Session;)Ljava/security/spec/KeySpec;
    flags: (0x0000) 
    Code:
      stack=11, locals=8, args_size=4
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
        start local 1 // sun.security.pkcs11.P11Key key
        start local 2 // java.lang.Class keySpec
        start local 3 // sun.security.pkcs11.Session[] session
         0: .line 280
            aload 2 /* keySpec */
            ldc Ljava/security/spec/RSAPrivateCrtKeySpec;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 30
         1: .line 281
            aload 3 /* session */
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            aastore
         2: .line 282
            bipush 8
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         3: .line 283
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_1
         4: .line 284
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 290
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_2
         5: .line 285
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 291
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_3
         6: .line 286
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 292
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_4
         7: .line 287
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 293
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_5
         8: .line 288
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 294
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            bipush 6
         9: .line 289
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 295
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            bipush 7
        10: .line 290
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 296
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
        11: .line 282
            astore 4 /* attributes */
        start local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        12: .line 292
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 5 /* keyID */
        start local 5 // long keyID
        13: .line 294
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 3 /* session */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 5 /* keyID */
            aload 4 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GetAttributeValue:(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
        14: .line 295
            goto 18
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory sun.security.pkcs11.P11Key java.lang.Class sun.security.pkcs11.Session[] sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] long
      StackMap stack: java.lang.Throwable
        15: astore 7
        16: .line 296
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        17: .line 297
            aload 7
            athrow
        18: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        19: .line 299
            new java.security.spec.RSAPrivateCrtKeySpec
            dup
        20: .line 300
            aload 4 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        21: .line 301
            aload 4 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        22: .line 302
            aload 4 /* attributes */
            iconst_2
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        23: .line 303
            aload 4 /* attributes */
            iconst_3
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        24: .line 304
            aload 4 /* attributes */
            iconst_4
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        25: .line 305
            aload 4 /* attributes */
            iconst_5
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        26: .line 306
            aload 4 /* attributes */
            bipush 6
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        27: .line 307
            aload 4 /* attributes */
            bipush 7
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        28: .line 299
            invokespecial java.security.spec.RSAPrivateCrtKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 7 /* spec */
        start local 7 // java.security.spec.KeySpec spec
        29: .line 309
            aload 2 /* keySpec */
            aload 7 /* spec */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.security.spec.KeySpec
            areturn
        end local 7 // java.security.spec.KeySpec spec
        end local 5 // long keyID
        end local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        30: .line 310
      StackMap locals:
      StackMap stack:
            aload 2 /* keySpec */
            ldc Ljava/security/spec/RSAPrivateKeySpec;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 48
        31: .line 311
            aload 3 /* session */
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
            aastore
        32: .line 312
            iconst_2
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
        33: .line 313
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_1
        34: .line 314
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 291
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
        35: .line 312
            astore 4 /* attributes */
        start local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        36: .line 316
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 5 /* keyID */
        start local 5 // long keyID
        37: .line 318
            aload 0 /* this */
            getfield sun.security.pkcs11.P11RSAKeyFactory.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 3 /* session */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 5 /* keyID */
            aload 4 /* attributes */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GetAttributeValue:(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
        38: .line 319
            goto 42
      StackMap locals: sun.security.pkcs11.P11RSAKeyFactory sun.security.pkcs11.P11Key java.lang.Class sun.security.pkcs11.Session[] sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] long
      StackMap stack: java.lang.Throwable
        39: astore 7
        40: .line 320
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        41: .line 321
            aload 7
            athrow
        42: .line 320
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        43: .line 323
            new java.security.spec.RSAPrivateKeySpec
            dup
        44: .line 324
            aload 4 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        45: .line 325
            aload 4 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        46: .line 323
            invokespecial java.security.spec.RSAPrivateKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 7 /* spec */
        start local 7 // java.security.spec.KeySpec spec
        47: .line 327
            aload 2 /* keySpec */
            aload 7 /* spec */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.security.spec.KeySpec
            areturn
        end local 7 // java.security.spec.KeySpec spec
        end local 5 // long keyID
        end local 4 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        48: .line 329
      StackMap locals:
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            ldc "Only RSAPrivate(Crt)KeySpec and PKCS8EncodedKeySpec supported for RSA private keys"
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // sun.security.pkcs11.Session[] session
        end local 2 // java.lang.Class keySpec
        end local 1 // sun.security.pkcs11.P11Key key
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   49     0        this  Lsun/security/pkcs11/P11RSAKeyFactory;
            0   49     1         key  Lsun/security/pkcs11/P11Key;
            0   49     2     keySpec  Ljava/lang/Class<TT;>;
            0   49     3     session  [Lsun/security/pkcs11/Session;
           12   30     4  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           13   30     5       keyID  J
           29   30     7        spec  Ljava/security/spec/KeySpec;
           36   48     4  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           37   48     5       keyID  J
           47   48     7        spec  Ljava/security/spec/KeySpec;
      Exception table:
        from    to  target  type
          13    15      15  any
          37    39      39  any
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception, java.security.spec.InvalidKeySpecException
    Signature: <T::Ljava/security/spec/KeySpec;>(Lsun/security/pkcs11/P11Key;Ljava/lang/Class<TT;>;[Lsun/security/pkcs11/Session;)TT;
    MethodParameters:
         Name  Flags
      key      
      keySpec  
      session  

  java.security.KeyFactory implGetSoftwareFactory();
    descriptor: ()Ljava/security/KeyFactory;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11RSAKeyFactory this
         0: .line 335
            ldc "RSA"
            invokestatic sun.security.pkcs11.P11Util.getSunRsaSignProvider:()Ljava/security/Provider;
            invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyFactory;
            areturn
        end local 0 // sun.security.pkcs11.P11RSAKeyFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/P11RSAKeyFactory;
    Exceptions:
      throws java.security.GeneralSecurityException
}
SourceFile: "P11RSAKeyFactory.java"
InnerClasses:
  public final KeyType = sun.security.rsa.RSAUtil$KeyType of sun.security.rsa.RSAUtil