final class sun.security.pkcs11.P11Key$P11RSAPrivateKey extends sun.security.pkcs11.P11Key implements java.security.interfaces.RSAPrivateCrtKey
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.pkcs11.P11Key$P11RSAPrivateKey
super_class: sun.security.pkcs11.P11Key
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 9215872438913515220
private java.math.BigInteger n;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger e;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger d;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger p;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger q;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger pe;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger qe;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private java.math.BigInteger coeff;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
private byte[] encoded;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
void <init>(sun.security.pkcs11.Session, long, java.lang.String, int, sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]);
descriptor: (Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
flags: (0x0000)
Code:
stack=8, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 0: aload 0
ldc "private"
aload 1
lload 2
aload 4
iload 5
aload 6
invokespecial sun.security.pkcs11.P11Key.<init>:(Ljava/lang/String;Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
1: return
end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
0 2 1 session Lsun/security/pkcs11/Session;
0 2 2 keyID J
0 2 4 algorithm Ljava/lang/String;
0 2 5 keyLength I
0 2 6 attributes [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
MethodParameters:
Name Flags
session
keyID
algorithm
keyLength
attributes
private synchronized void fetchValues();
descriptor: ()V
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=7, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.ensureValid:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.n:Ljava/math/BigInteger;
ifnull 3
2: return
3: StackMap locals:
StackMap stack:
bipush 8
anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
iconst_0
4: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 288
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
iconst_1
5: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 290
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
iconst_2
6: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 291
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
iconst_3
7: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 292
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
iconst_4
8: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 293
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
iconst_5
9: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 294
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
bipush 6
10: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 295
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
dup
bipush 7
11: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 296
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
aastore
12: astore 1
start local 1 13: aload 0
aload 1
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchAttributes:([Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
14: aload 0
aload 1
iconst_0
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.n:Ljava/math/BigInteger;
15: aload 0
aload 1
iconst_1
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.e:Ljava/math/BigInteger;
16: aload 0
aload 1
iconst_2
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.d:Ljava/math/BigInteger;
17: aload 0
aload 1
iconst_3
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.p:Ljava/math/BigInteger;
18: aload 0
aload 1
iconst_4
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.q:Ljava/math/BigInteger;
19: aload 0
aload 1
iconst_5
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.pe:Ljava/math/BigInteger;
20: aload 0
aload 1
bipush 6
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.qe:Ljava/math/BigInteger;
21: aload 0
aload 1
bipush 7
aaload
invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.coeff:Ljava/math/BigInteger;
22: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
13 23 1 attributes [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
public java.lang.String getFormat();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.ensureValid:()V
1: ldc "PKCS#8"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
synchronized byte[] getEncodedInternal();
descriptor: ()[B
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.ensureValid:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.encoded:[B
ifnonnull 10
2: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
3: ldc "RSA"
invokestatic sun.security.pkcs11.P11Util.getSunRsaSignProvider:()Ljava/security/Provider;
4: invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyFactory;
astore 1
start local 1 5: aload 1
aload 0
invokevirtual java.security.KeyFactory.translateKey:(Ljava/security/Key;)Ljava/security/Key;
astore 2
start local 2 6: aload 0
aload 2
invokeinterface java.security.Key.getEncoded:()[B
putfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.encoded:[B
end local 2 end local 1 7: goto 10
StackMap locals:
StackMap stack: java.security.GeneralSecurityException
8: astore 1
start local 1 9: new java.security.ProviderException
dup
aload 1
invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 10: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.encoded:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
5 7 1 factory Ljava/security/KeyFactory;
6 7 2 newKey Ljava/security/Key;
9 10 1 e Ljava/security/GeneralSecurityException;
Exception table:
from to target type
3 7 8 Class java.security.GeneralSecurityException
public java.math.BigInteger getModulus();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.n:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPublicExponent();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.e:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPrivateExponent();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.d:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPrimeP();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.p:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPrimeQ();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.q:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPrimeExponentP();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.pe:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getPrimeExponentQ();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.qe:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
public java.math.BigInteger getCrtCoefficient();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.pkcs11.P11Key$P11RSAPrivateKey.fetchValues:()V
1: aload 0
getfield sun.security.pkcs11.P11Key$P11RSAPrivateKey.coeff:Ljava/math/BigInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/pkcs11/P11Key$P11RSAPrivateKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
private final P11RSAPrivateKey = sun.security.pkcs11.P11Key$P11RSAPrivateKey of sun.security.pkcs11.P11Key