public final class com.oracle.security.ucrypto.NativeRSAKeyFactory extends java.security.KeyFactorySpi
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.oracle.security.ucrypto.NativeRSAKeyFactory
super_class: java.security.KeyFactorySpi
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.security.KeyFactorySpi.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/security/ucrypto/NativeRSAKeyFactory;
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec);
descriptor: (Ljava/security/spec/KeySpec;)Ljava/security/PrivateKey;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.security.spec.RSAPrivateCrtKeySpec
ifeq 2
1: new com.oracle.security.ucrypto.NativeKey$RSAPrivateCrt
dup
aload 1
invokespecial com.oracle.security.ucrypto.NativeKey$RSAPrivateCrt.<init>:(Ljava/security/spec/KeySpec;)V
areturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof java.security.spec.RSAPrivateKeySpec
ifeq 4
3: new com.oracle.security.ucrypto.NativeKey$RSAPrivate
dup
aload 1
invokespecial com.oracle.security.ucrypto.NativeKey$RSAPrivate.<init>:(Ljava/security/spec/KeySpec;)V
areturn
4: StackMap locals:
StackMap stack:
new java.security.spec.InvalidKeySpecException
dup
new java.lang.StringBuilder
dup
ldc "Unsupported key spec. Received: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
5: aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
6: invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/security/ucrypto/NativeRSAKeyFactory;
0 7 1 keySpec Ljava/security/spec/KeySpec;
Exceptions:
throws java.security.spec.InvalidKeySpecException
MethodParameters:
Name Flags
keySpec
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec);
descriptor: (Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new com.oracle.security.ucrypto.NativeKey$RSAPublic
dup
aload 1
invokespecial com.oracle.security.ucrypto.NativeKey$RSAPublic.<init>:(Ljava/security/spec/KeySpec;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/security/ucrypto/NativeRSAKeyFactory;
0 1 1 keySpec Ljava/security/spec/KeySpec;
Exceptions:
throws java.security.spec.InvalidKeySpecException
MethodParameters:
Name Flags
keySpec
protected <T extends java.security.spec.KeySpec> T engineGetKeySpec(java.security.Key, java.lang.Class<T>);
descriptor: (Ljava/security/Key;Ljava/lang/Class;)Ljava/security/spec/KeySpec;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/security/ucrypto/NativeRSAKeyFactory;
0 1 1 key Ljava/security/Key;
0 1 2 keySpec Ljava/lang/Class<TT;>;
Exceptions:
throws java.security.spec.InvalidKeySpecException
Signature: <T::Ljava/security/spec/KeySpec;>(Ljava/security/Key;Ljava/lang/Class<TT;>;)TT;
MethodParameters:
Name Flags
key
keySpec
protected java.security.Key engineTranslateKey(java.security.Key);
descriptor: (Ljava/security/Key;)Ljava/security/Key;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/security/ucrypto/NativeRSAKeyFactory;
0 1 1 key Ljava/security/Key;
Exceptions:
throws java.security.InvalidKeyException
MethodParameters:
Name Flags
key
}
SourceFile: "NativeRSAKeyFactory.java"
InnerClasses:
final RSAPrivate = com.oracle.security.ucrypto.NativeKey$RSAPrivate of com.oracle.security.ucrypto.NativeKey
final RSAPrivateCrt = com.oracle.security.ucrypto.NativeKey$RSAPrivateCrt of com.oracle.security.ucrypto.NativeKey
final RSAPublic = com.oracle.security.ucrypto.NativeKey$RSAPublic of com.oracle.security.ucrypto.NativeKey