public class com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy implements com.sun.org.apache.xml.internal.security.keys.content.keyvalues.KeyValueContent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue
super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
public void <init>(Element, java.lang.String);
descriptor: (LElement;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
Exceptions:
throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
MethodParameters:
Name Flags
element
BaseURI
public void <init>(Document, java.math.BigInteger, java.math.BigInteger);
descriptor: (LDocument;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
MethodParameters:
Name Flags
doc
modulus
exponent
public void <init>(Document, java.security.Key);
descriptor: (LDocument;Ljava/security/Key;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
Exceptions:
throws java.lang.IllegalArgumentException
MethodParameters:
Name Flags
doc
key
public java.security.PublicKey getPublicKey();
descriptor: ()Ljava/security/PublicKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: ldc "RSA"
invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;)Ljava/security/KeyFactory;
astore 1
start local 1 1: new java.security.spec.RSAPublicKeySpec
dup
2: aload 0
3: ldc "Modulus"
ldc "http://www.w3.org/2000/09/xmldsig#"
4: invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
5: aload 0
6: ldc "Exponent"
ldc "http://www.w3.org/2000/09/xmldsig#"
7: invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
8: invokespecial java.security.spec.RSAPublicKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
9: astore 2
start local 2 10: aload 1
aload 2
invokevirtual java.security.KeyFactory.generatePublic:(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;
astore 3
start local 3 11: aload 3
12: areturn
end local 3 end local 2 end local 1 13: StackMap locals:
StackMap stack: java.security.NoSuchAlgorithmException
astore 1
start local 1 14: new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
dup
ldc "empty"
aload 1
invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 1 15: StackMap locals:
StackMap stack: java.security.spec.InvalidKeySpecException
astore 1
start local 1 16: new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
dup
ldc "empty"
aload 1
invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
1 13 1 rsaFactory Ljava/security/KeyFactory;
10 13 2 rsaKeyspec Ljava/security/spec/RSAPublicKeySpec;
11 13 3 pk Ljava/security/PublicKey;
14 15 1 ex Ljava/security/NoSuchAlgorithmException;
16 17 1 ex Ljava/security/spec/InvalidKeySpecException;
Exception table:
from to target type
0 12 13 Class java.security.NoSuchAlgorithmException
0 12 15 Class java.security.spec.InvalidKeySpecException
Exceptions:
throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
public java.lang.String getBaseLocalName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "RSAKeyValue"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
}
SourceFile: "RSAKeyValue.java"