Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. // Compiled from Algorithm.java (version 1.5 : 49.0, super bit)
  2. public abstract class com.sun.org.apache.xml.internal.security.algorithms.Algorithm extends com.sun.org.apache.xml.internal.security.utils.ElementProxy {
  3.  
  4. // Field descriptor #15 Ljava/util/logging/Logger;
  5. static java.util.logging.Logger log;
  6.  
  7. // Method descriptor #17 (Lorg/w3c/dom/Document;Ljava/lang/String;)V
  8. // Stack: 2, Locals: 3
  9. public Algorithm(org.w3c.dom.Document arg0, java.lang.String arg1);
  10. 0 aload_0 [this]
  11. 1 aload_1 [arg0]
  12. 2 invokespecial com.sun.org.apache.xml.internal.security.utils.ElementProxy(org.w3c.dom.Document) [1]
  13. 5 aload_0 [this]
  14. 6 aload_2 [arg1]
  15. 7 invokevirtual com.sun.org.apache.xml.internal.security.algorithms.Algorithm.setAlgorithmURI(java.lang.String) : void [2]
  16. 10 return
  17. Line numbers:
  18. [pc: 0, line: 45]
  19. [pc: 5, line: 47]
  20. [pc: 10, line: 48]
  21.  
  22. // Method descriptor #20 (Lorg/w3c/dom/Element;Ljava/lang/String;)V
  23. // Stack: 3, Locals: 3
  24. public Algorithm(org.w3c.dom.Element arg0, java.lang.String arg1) throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException;
  25. 0 aload_0 [this]
  26. 1 aload_1 [arg0]
  27. 2 aload_2 [arg1]
  28. 3 invokespecial com.sun.org.apache.xml.internal.security.utils.ElementProxy(org.w3c.dom.Element, java.lang.String) [3]
  29. 6 return
  30. Line numbers:
  31. [pc: 0, line: 59]
  32. [pc: 6, line: 60]
  33.  
  34. // Method descriptor #24 ()Ljava/lang/String;
  35. // Stack: 3, Locals: 1
  36. public java.lang.String getAlgorithmURI();
  37. 0 aload_0 [this]
  38. 1 getfield com.sun.org.apache.xml.internal.security.algorithms.Algorithm._constructionElement : org.w3c.dom.Element [4]
  39. 4 aconst_null
  40. 5 ldc <String "Algorithm"> [5]
  41. 7 invokeinterface org.w3c.dom.Element.getAttributeNS(java.lang.String, java.lang.String) : java.lang.String [6] [nargs: 3]
  42. 12 areturn
  43. Line numbers:
  44. [pc: 0, line: 68]
  45.  
  46. // Method descriptor #26 (Ljava/lang/String;)V
  47. // Stack: 4, Locals: 2
  48. protected void setAlgorithmURI(java.lang.String arg0);
  49. 0 aload_0 [this]
  50. 1 getfield com.sun.org.apache.xml.internal.security.algorithms.Algorithm._state : int [7]
  51. 4 ifne 24
  52. 7 aload_1 [arg0]
  53. 8 ifnull 24
  54. 11 aload_0 [this]
  55. 12 getfield com.sun.org.apache.xml.internal.security.algorithms.Algorithm._constructionElement : org.w3c.dom.Element [4]
  56. 15 aconst_null
  57. 16 ldc <String "Algorithm"> [5]
  58. 18 aload_1 [arg0]
  59. 19 invokeinterface org.w3c.dom.Element.setAttributeNS(java.lang.String, java.lang.String, java.lang.String) : void [8] [nargs: 4]
  60. 24 return
  61. Line numbers:
  62. [pc: 0, line: 78]
  63. [pc: 11, line: 79]
  64. [pc: 24, line: 82]
  65.  
  66. // Method descriptor #28 ()V
  67. // Stack: 1, Locals: 0
  68. static {};
  69. 0 ldc_w <Class com.sun.org.apache.xml.internal.security.algorithms.Algorithm> [9]
  70. 3 invokevirtual java.lang.Class.getName() : java.lang.String [10]
  71. 6 invokestatic java.util.logging.Logger.getLogger(java.lang.String) : java.util.logging.Logger [11]
  72. 9 putstatic com.sun.org.apache.xml.internal.security.algorithms.Algorithm.log : java.util.logging.Logger [12]
  73. 12 return
  74. Line numbers:
  75. [pc: 0, line: 35]
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement