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 start local 1 0: lload 1
ldc 288
lcmp
ifeq 2
lload 1
ldc 304
lcmp
ifeq 2
1: lload 1
ldc 305
lcmp
ifne 3
2: StackMap locals:
StackMap stack:
aconst_null
areturn
3: StackMap locals:
StackMap stack:
bipush 40
istore 3
start local 3 4: ldc 2147483647
istore 4
start local 4 5: aload 0
lload 1
invokevirtual sun.security.pkcs11.Token.getMechanismInfo:(J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
astore 5
start local 5 6: aload 5
ifnull 27
7: lload 1
ldc 848
lcmp
ifeq 9
8: lload 1
ldc 272
lcmp
ifne 11
StackMap locals: int int sun.security.pkcs11.wrapper.CK_MECHANISM_INFO
StackMap stack:
9: aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
bipush 8
10: if_icmplt 11
iconst_0
goto 12
StackMap locals:
StackMap stack:
11: iconst_1
StackMap locals:
StackMap stack: int
12: istore 6
start local 6 13: iload 3
iload 6
ifeq 15
14: aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
bipush 8
invokestatic java.lang.Math.multiplyExact:(II)I
goto 16
15: StackMap locals: sun.security.pkcs11.Token long int int sun.security.pkcs11.wrapper.CK_MECHANISM_INFO int
StackMap stack: int
aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
16: 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
17: lload 1
ldc 848
lcmp
ifne 19
18: aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
bipush 32
if_icmple 27
19: StackMap locals:
StackMap stack:
aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
ldc 2147483647
if_icmpeq 27
20: iload 6
ifeq 22
21: aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
bipush 8
invokestatic java.lang.Math.multiplyExact:(II)I
goto 23
22: StackMap locals:
StackMap stack:
aload 5
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
23: StackMap locals:
StackMap stack: int
istore 4
end local 6 end local 5 24: goto 27
StackMap locals: sun.security.pkcs11.Token long int int
StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
25: astore 5
start local 5 26: new java.security.ProviderException
dup
ldc "Cannot retrieve mechanism info"
aload 5
invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 27: StackMap locals:
StackMap stack:
new sun.security.pkcs11.wrapper.CK_MECHANISM_INFO
dup
iload 3
i2l
iload 4
i2l
lconst_0
invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.<init>:(JJJ)V
areturn
end local 4 end local 3 end local 1 end local 0 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 start local 2 start local 3 0: aload 3
lload 0
invokestatic sun.security.pkcs11.P11KeyGenerator.getSupportedRange:(Lsun/security/pkcs11/Token;J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
astore 4
start local 4 1: lload 0
iload 2
aload 4
invokestatic sun.security.pkcs11.P11KeyGenerator.checkKeySize:(JILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
ireturn
end local 4 end local 3 end local 2 end local 0 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 start local 2 start local 3 0: lload 0
l2i
lookupswitch { // 3
288: 1
304: 7
305: 7
default: 16
}
1: StackMap locals:
StackMap stack:
iload 2
bipush 64
if_icmpeq 5
iload 2
bipush 56
if_icmpeq 5
2: new java.security.InvalidAlgorithmParameterException
dup
3: ldc "DES key length must be 56 bits"
4: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
bipush 56
istore 4
start local 4 6: goto 30
end local 4 7: StackMap locals:
StackMap stack:
iload 2
bipush 112
if_icmpeq 8
iload 2
sipush 128
if_icmpne 10
8: StackMap locals:
StackMap stack:
bipush 112
istore 4
start local 4 9: goto 30
end local 4 StackMap locals:
StackMap stack:
10: iload 2
sipush 168
if_icmpeq 11
iload 2
sipush 192
if_icmpne 13
11: StackMap locals:
StackMap stack:
sipush 168
istore 4
start local 4 12: goto 30
end local 4 13: StackMap locals:
StackMap stack:
new java.security.InvalidAlgorithmParameterException
dup
14: ldc "DESede key length must be 112, or 168 bits"
15: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
16: StackMap locals:
StackMap stack:
aload 3
ifnull 17
iload 2
aload 3
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
if_icmplt 18
17: StackMap locals:
StackMap stack:
iload 2
aload 3
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
if_icmple 23
18: StackMap locals:
StackMap stack:
new java.security.InvalidAlgorithmParameterException
dup
19: new java.lang.StringBuilder
dup
ldc "Key length must be between "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
20: ldc " and "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
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: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
22: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
23: StackMap locals:
StackMap stack:
lload 0
ldc 4224
lcmp
ifne 29
24: iload 2
sipush 128
if_icmpeq 29
iload 2
sipush 192
if_icmpeq 29
25: iload 2
sipush 256
if_icmpeq 29
26: new java.security.InvalidAlgorithmParameterException
dup
27: ldc "AES key length must be 128, 192, or 256 bits"
28: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
29: StackMap locals:
StackMap stack:
iload 2
istore 4
start local 4 30: StackMap locals: int
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 2 end local 0 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 start local 1 0: aload 1
ifnull 6
1: iload 0
aload 1
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
if_icmpge 4
2: aload 1
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
istore 0
3: goto 6
StackMap locals:
StackMap stack:
4: iload 0
aload 1
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
if_icmple 6
5: aload 1
getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
istore 0
6: StackMap locals:
StackMap stack:
iload 0
ireturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
invokespecial javax.crypto.KeyGeneratorSpi.<init>:()V
1: aload 0
aload 1
putfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
2: aload 0
aload 2
putfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
3: aload 0
lload 3
putfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
4: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
ldc 305
lcmp
ifne 10
5: aload 0
6: aload 1
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: aload 1
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: 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: StackMap locals:
StackMap stack:
aload 0
aload 1
lload 3
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: aload 0
invokevirtual sun.security.pkcs11.P11KeyGenerator.setDefault:()V
12: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
iconst_m1
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
bipush 64
putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
3: aload 0
ldc 19
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
4: aload 0
bipush 56
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
5: goto 89
6: StackMap locals:
StackMap stack:
aload 0
sipush 128
putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
7: aload 0
ldc 20
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
8: aload 0
bipush 112
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
9: goto 89
10: StackMap locals:
StackMap stack:
aload 0
sipush 192
putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
11: aload 0
ldc 21
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
12: aload 0
sipush 168
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
13: goto 89
14: StackMap locals:
StackMap stack:
aload 0
sipush 128
aload 0
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: aload 0
ldc 31
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
16: goto 89
17: StackMap locals:
StackMap stack:
aload 0
sipush 128
aload 0
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: aload 0
ldc 18
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
19: goto 89
20: StackMap locals:
StackMap stack:
aload 0
sipush 128
aload 0
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: aload 0
ldc 32
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
22: goto 89
23: StackMap locals:
StackMap stack:
aload 0
sipush 160
aload 0
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: aload 0
ldc 40
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
25: goto 89
26: StackMap locals:
StackMap stack:
aload 0
sipush 224
aload 0
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: aload 0
ldc 46
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
28: goto 89
29: StackMap locals:
StackMap stack:
aload 0
sipush 256
aload 0
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: aload 0
ldc 43
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
31: goto 89
32: StackMap locals:
StackMap stack:
aload 0
sipush 384
aload 0
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: aload 0
ldc 44
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
34: goto 89
35: StackMap locals:
StackMap stack:
aload 0
sipush 512
aload 0
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: aload 0
ldc 45
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
37: goto 89
38: StackMap locals:
StackMap stack:
aload 0
sipush 224
aload 0
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: aload 0
ldc 67
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
40: goto 89
41: StackMap locals:
StackMap stack:
aload 0
sipush 256
aload 0
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: aload 0
ldc 68
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
43: goto 89
44: StackMap locals:
StackMap stack:
aload 0
sipush 224
aload 0
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: aload 0
ldc 54
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
46: goto 89
47: StackMap locals:
StackMap stack:
aload 0
sipush 256
aload 0
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: aload 0
ldc 55
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
49: goto 89
50: StackMap locals:
StackMap stack:
aload 0
sipush 384
aload 0
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: aload 0
ldc 56
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
52: goto 89
53: StackMap locals:
StackMap stack:
aload 0
sipush 512
aload 0
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: aload 0
ldc 57
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
55: goto 89
56: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
ldc "Hmac"
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifeq 83
57: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
iconst_4
invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
astore 1
start local 1 58: aload 0
aload 1
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: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 512
goto 80
72: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 160
goto 80
73: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 224
goto 80
74: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 256
goto 80
75: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 384
goto 80
76: StackMap locals:
StackMap stack: sun.security.pkcs11.P11KeyGenerator
sipush 512
goto 80
77: 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: aload 0
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: invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
athrow
80: StackMap locals: sun.security.pkcs11.P11KeyGenerator java.lang.String
StackMap stack: sun.security.pkcs11.P11KeyGenerator int
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.range:Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
81: invokestatic sun.security.pkcs11.P11KeyGenerator.adjustKeySize:(ILsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;)I
putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
end local 1 82: goto 86
83: 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: aload 0
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: invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
athrow
86: StackMap locals:
StackMap stack:
aload 0
ldc 16
putfield sun.security.pkcs11.P11KeyGenerator.keyType:J
87: goto 89
88: 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
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: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
iconst_m1
if_icmpne 91
90: aload 0
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.keySize:I
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
91: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 0: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.ensureValid:()V
1: aload 0
invokevirtual sun.security.pkcs11.P11KeyGenerator.setDefault:()V
2: return
end local 1 end local 0 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 start local 1 start local 2 0: new java.security.InvalidAlgorithmParameterException
dup
1: ldc "AlgorithmParameterSpec not supported"
2: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.ensureValid:()V
1: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
iload 1
aload 0
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
start local 3 2: goto 6
end local 3 StackMap locals:
StackMap stack: java.security.InvalidAlgorithmParameterException
3: astore 4
start local 4 4: new java.security.InvalidParameterException
dup
invokespecial java.security.InvalidParameterException.<init>:()V
aload 4
invokevirtual java.security.InvalidParameterException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
5: checkcast java.security.InvalidParameterException
athrow
end local 4 start local 3 6: StackMap locals: int
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
ldc 304
lcmp
ifeq 8
7: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
ldc 305
lcmp
ifne 25
8: StackMap locals:
StackMap stack:
iload 3
bipush 112
if_icmpne 10
9: ldc 304
goto 11
StackMap locals:
StackMap stack:
10: ldc 305
11: StackMap locals:
StackMap stack: long
lstore 4
start local 4 12: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
lload 4
lcmp
ifeq 25
13: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.supportBothKeySizes:Z
ifeq 20
14: aload 0
lload 4
putfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
15: aload 0
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
ldc 304
lcmp
ifne 17
16: 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: 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: goto 25
20: StackMap locals:
StackMap stack:
new java.security.InvalidParameterException
dup
21: new java.lang.StringBuilder
dup
ldc "Only "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
22: ldc "-bit DESede is supported"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
23: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
24: invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
athrow
end local 4 25: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield sun.security.pkcs11.P11KeyGenerator.keySize:I
26: aload 0
iload 3
putfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
27: return
end local 3 end local 2 end local 1 end local 0 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 0: aconst_null
astore 1
start local 1 1: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
astore 1
2: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
l2i
lookupswitch { // 3
288: 3
304: 3
305: 3
default: 7
}
3: StackMap locals: sun.security.pkcs11.Session
StackMap stack:
iconst_1
anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
iconst_0
4: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
lconst_0
ldc 4
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
aastore
5: astore 2
start local 2 6: goto 11
end local 2 7: StackMap locals:
StackMap stack:
iconst_2
anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
iconst_0
8: 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: new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
dup
ldc 353
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.keySize:I
iconst_3
ishr
i2l
invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(JJ)V
aastore
10: astore 2
start local 2 11: StackMap locals: sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
12: ldc "generate"
ldc 4
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.keyType:J
aload 2
13: invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
astore 2
14: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
15: aload 1
invokevirtual sun.security.pkcs11.Session.id:()J
new sun.security.pkcs11.wrapper.CK_MECHANISM
dup
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.mechanism:J
invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(J)V
aload 2
16: invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GenerateKey:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
lstore 3
start local 3 17: aload 1
lload 3
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.algorithm:Ljava/lang/String;
aload 0
getfield sun.security.pkcs11.P11KeyGenerator.significantKeySize:I
aload 2
18: 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: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
aload 1
invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
pop
20: aload 6
areturn
end local 3 end local 2 21: StackMap locals: sun.security.pkcs11.P11KeyGenerator sun.security.pkcs11.Session
StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
astore 2
start local 2 22: new java.security.ProviderException
dup
ldc "Could not generate key"
aload 2
invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 23: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
24: aload 0
getfield sun.security.pkcs11.P11KeyGenerator.token:Lsun/security/pkcs11/Token;
aload 1
invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
pop
25: aload 5
athrow
end local 1 end local 0 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"