@pokash/n8n-nodes-ksef 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. package/node_modules/@oozcitak/dom/LICENSE +21 -0
  2. package/node_modules/@oozcitak/dom/README.md +32 -0
  3. package/node_modules/@oozcitak/dom/lib/algorithm/AbortAlgorithm.d.ts +21 -0
  4. package/node_modules/@oozcitak/dom/lib/algorithm/AbortAlgorithm.js +79 -0
  5. package/node_modules/@oozcitak/dom/lib/algorithm/AbortAlgorithm.js.map +1 -0
  6. package/node_modules/@oozcitak/dom/lib/algorithm/AttrAlgorithm.d.ts +8 -0
  7. package/node_modules/@oozcitak/dom/lib/algorithm/AttrAlgorithm.js +23 -0
  8. package/node_modules/@oozcitak/dom/lib/algorithm/AttrAlgorithm.js.map +1 -0
  9. package/node_modules/@oozcitak/dom/lib/algorithm/BoundaryPointAlgorithm.d.ts +8 -0
  10. package/node_modules/@oozcitak/dom/lib/algorithm/BoundaryPointAlgorithm.js +76 -0
  11. package/node_modules/@oozcitak/dom/lib/algorithm/BoundaryPointAlgorithm.js.map +1 -0
  12. package/node_modules/@oozcitak/dom/lib/algorithm/CharacterDataAlgorithm.d.ts +19 -0
  13. package/node_modules/@oozcitak/dom/lib/algorithm/CharacterDataAlgorithm.js +140 -0
  14. package/node_modules/@oozcitak/dom/lib/algorithm/CharacterDataAlgorithm.js.map +1 -0
  15. package/node_modules/@oozcitak/dom/lib/algorithm/CreateAlgorithm.d.ts +192 -0
  16. package/node_modules/@oozcitak/dom/lib/algorithm/CreateAlgorithm.js +303 -0
  17. package/node_modules/@oozcitak/dom/lib/algorithm/CreateAlgorithm.js.map +1 -0
  18. package/node_modules/@oozcitak/dom/lib/algorithm/CustomElementAlgorithm.d.ts +61 -0
  19. package/node_modules/@oozcitak/dom/lib/algorithm/CustomElementAlgorithm.js +108 -0
  20. package/node_modules/@oozcitak/dom/lib/algorithm/CustomElementAlgorithm.js.map +1 -0
  21. package/node_modules/@oozcitak/dom/lib/algorithm/DOMAlgorithm.d.ts +72 -0
  22. package/node_modules/@oozcitak/dom/lib/algorithm/DOMAlgorithm.js +288 -0
  23. package/node_modules/@oozcitak/dom/lib/algorithm/DOMAlgorithm.js.map +1 -0
  24. package/node_modules/@oozcitak/dom/lib/algorithm/DOMTokenListAlgorithm.d.ts +21 -0
  25. package/node_modules/@oozcitak/dom/lib/algorithm/DOMTokenListAlgorithm.js +61 -0
  26. package/node_modules/@oozcitak/dom/lib/algorithm/DOMTokenListAlgorithm.js.map +1 -0
  27. package/node_modules/@oozcitak/dom/lib/algorithm/DocumentAlgorithm.d.ts +29 -0
  28. package/node_modules/@oozcitak/dom/lib/algorithm/DocumentAlgorithm.js +161 -0
  29. package/node_modules/@oozcitak/dom/lib/algorithm/DocumentAlgorithm.js.map +1 -0
  30. package/node_modules/@oozcitak/dom/lib/algorithm/ElementAlgorithm.d.ts +121 -0
  31. package/node_modules/@oozcitak/dom/lib/algorithm/ElementAlgorithm.js +608 -0
  32. package/node_modules/@oozcitak/dom/lib/algorithm/ElementAlgorithm.js.map +1 -0
  33. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.d.ts +146 -0
  34. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.js +995 -0
  35. package/node_modules/@oozcitak/dom/lib/algorithm/EventAlgorithm.js.map +1 -0
  36. package/node_modules/@oozcitak/dom/lib/algorithm/EventTargetAlgorithm.d.ts +33 -0
  37. package/node_modules/@oozcitak/dom/lib/algorithm/EventTargetAlgorithm.js +142 -0
  38. package/node_modules/@oozcitak/dom/lib/algorithm/EventTargetAlgorithm.js.map +1 -0
  39. package/node_modules/@oozcitak/dom/lib/algorithm/MutationAlgorithm.d.ts +66 -0
  40. package/node_modules/@oozcitak/dom/lib/algorithm/MutationAlgorithm.js +1173 -0
  41. package/node_modules/@oozcitak/dom/lib/algorithm/MutationAlgorithm.js.map +1 -0
  42. package/node_modules/@oozcitak/dom/lib/algorithm/MutationObserverAlgorithm.d.ts +43 -0
  43. package/node_modules/@oozcitak/dom/lib/algorithm/MutationObserverAlgorithm.js +276 -0
  44. package/node_modules/@oozcitak/dom/lib/algorithm/MutationObserverAlgorithm.js.map +1 -0
  45. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.d.ts +25 -0
  46. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.js +85 -0
  47. package/node_modules/@oozcitak/dom/lib/algorithm/NamespaceAlgorithm.js.map +1 -0
  48. package/node_modules/@oozcitak/dom/lib/algorithm/NodeAlgorithm.d.ts +68 -0
  49. package/node_modules/@oozcitak/dom/lib/algorithm/NodeAlgorithm.js +543 -0
  50. package/node_modules/@oozcitak/dom/lib/algorithm/NodeAlgorithm.js.map +1 -0
  51. package/node_modules/@oozcitak/dom/lib/algorithm/NodeIteratorAlgorithm.d.ts +15 -0
  52. package/node_modules/@oozcitak/dom/lib/algorithm/NodeIteratorAlgorithm.js +105 -0
  53. package/node_modules/@oozcitak/dom/lib/algorithm/NodeIteratorAlgorithm.js.map +1 -0
  54. package/node_modules/@oozcitak/dom/lib/algorithm/OrderedSetAlgorithm.d.ts +27 -0
  55. package/node_modules/@oozcitak/dom/lib/algorithm/OrderedSetAlgorithm.js +125 -0
  56. package/node_modules/@oozcitak/dom/lib/algorithm/OrderedSetAlgorithm.js.map +1 -0
  57. package/node_modules/@oozcitak/dom/lib/algorithm/ParentNodeAlgorithm.d.ts +9 -0
  58. package/node_modules/@oozcitak/dom/lib/algorithm/ParentNodeAlgorithm.js +69 -0
  59. package/node_modules/@oozcitak/dom/lib/algorithm/ParentNodeAlgorithm.js.map +1 -0
  60. package/node_modules/@oozcitak/dom/lib/algorithm/RangeAlgorithm.d.ts +82 -0
  61. package/node_modules/@oozcitak/dom/lib/algorithm/RangeAlgorithm.js +829 -0
  62. package/node_modules/@oozcitak/dom/lib/algorithm/RangeAlgorithm.js.map +1 -0
  63. package/node_modules/@oozcitak/dom/lib/algorithm/SelectorsAlgorithm.d.ts +8 -0
  64. package/node_modules/@oozcitak/dom/lib/algorithm/SelectorsAlgorithm.js +21 -0
  65. package/node_modules/@oozcitak/dom/lib/algorithm/SelectorsAlgorithm.js.map +1 -0
  66. package/node_modules/@oozcitak/dom/lib/algorithm/ShadowTreeAlgorithm.d.ts +57 -0
  67. package/node_modules/@oozcitak/dom/lib/algorithm/ShadowTreeAlgorithm.js +316 -0
  68. package/node_modules/@oozcitak/dom/lib/algorithm/ShadowTreeAlgorithm.js.map +1 -0
  69. package/node_modules/@oozcitak/dom/lib/algorithm/TextAlgorithm.d.ts +30 -0
  70. package/node_modules/@oozcitak/dom/lib/algorithm/TextAlgorithm.js +226 -0
  71. package/node_modules/@oozcitak/dom/lib/algorithm/TextAlgorithm.js.map +1 -0
  72. package/node_modules/@oozcitak/dom/lib/algorithm/TraversalAlgorithm.d.ts +8 -0
  73. package/node_modules/@oozcitak/dom/lib/algorithm/TraversalAlgorithm.js +62 -0
  74. package/node_modules/@oozcitak/dom/lib/algorithm/TraversalAlgorithm.js.map +1 -0
  75. package/node_modules/@oozcitak/dom/lib/algorithm/TreeAlgorithm.d.ts +268 -0
  76. package/node_modules/@oozcitak/dom/lib/algorithm/TreeAlgorithm.js +853 -0
  77. package/node_modules/@oozcitak/dom/lib/algorithm/TreeAlgorithm.js.map +1 -0
  78. package/node_modules/@oozcitak/dom/lib/algorithm/TreeWalkerAlgorithm.d.ts +17 -0
  79. package/node_modules/@oozcitak/dom/lib/algorithm/TreeWalkerAlgorithm.js +147 -0
  80. package/node_modules/@oozcitak/dom/lib/algorithm/TreeWalkerAlgorithm.js.map +1 -0
  81. package/node_modules/@oozcitak/dom/lib/algorithm/WebIDLAlgorithm.d.ts +8 -0
  82. package/node_modules/@oozcitak/dom/lib/algorithm/WebIDLAlgorithm.js +14 -0
  83. package/node_modules/@oozcitak/dom/lib/algorithm/WebIDLAlgorithm.js.map +1 -0
  84. package/node_modules/@oozcitak/dom/lib/algorithm/XMLAlgorithm.d.ts +25 -0
  85. package/node_modules/@oozcitak/dom/lib/algorithm/XMLAlgorithm.js +164 -0
  86. package/node_modules/@oozcitak/dom/lib/algorithm/XMLAlgorithm.js.map +1 -0
  87. package/node_modules/@oozcitak/dom/lib/algorithm/index.d.ts +28 -0
  88. package/node_modules/@oozcitak/dom/lib/algorithm/index.js +34 -0
  89. package/node_modules/@oozcitak/dom/lib/algorithm/index.js.map +1 -0
  90. package/node_modules/@oozcitak/dom/lib/dom/AbortControllerImpl.d.ts +15 -0
  91. package/node_modules/@oozcitak/dom/lib/dom/AbortControllerImpl.js +32 -0
  92. package/node_modules/@oozcitak/dom/lib/dom/AbortControllerImpl.js.map +1 -0
  93. package/node_modules/@oozcitak/dom/lib/dom/AbortSignalImpl.d.ts +23 -0
  94. package/node_modules/@oozcitak/dom/lib/dom/AbortSignalImpl.js +59 -0
  95. package/node_modules/@oozcitak/dom/lib/dom/AbortSignalImpl.js.map +1 -0
  96. package/node_modules/@oozcitak/dom/lib/dom/AbstractRangeImpl.d.ts +23 -0
  97. package/node_modules/@oozcitak/dom/lib/dom/AbstractRangeImpl.js +70 -0
  98. package/node_modules/@oozcitak/dom/lib/dom/AbstractRangeImpl.js.map +1 -0
  99. package/node_modules/@oozcitak/dom/lib/dom/AttrImpl.d.ts +45 -0
  100. package/node_modules/@oozcitak/dom/lib/dom/AttrImpl.js +118 -0
  101. package/node_modules/@oozcitak/dom/lib/dom/AttrImpl.js.map +1 -0
  102. package/node_modules/@oozcitak/dom/lib/dom/CDATASectionImpl.d.ts +21 -0
  103. package/node_modules/@oozcitak/dom/lib/dom/CDATASectionImpl.js +51 -0
  104. package/node_modules/@oozcitak/dom/lib/dom/CDATASectionImpl.js.map +1 -0
  105. package/node_modules/@oozcitak/dom/lib/dom/CharacterDataImpl.d.ts +35 -0
  106. package/node_modules/@oozcitak/dom/lib/dom/CharacterDataImpl.js +132 -0
  107. package/node_modules/@oozcitak/dom/lib/dom/CharacterDataImpl.js.map +1 -0
  108. package/node_modules/@oozcitak/dom/lib/dom/ChildNodeImpl.d.ts +16 -0
  109. package/node_modules/@oozcitak/dom/lib/dom/ChildNodeImpl.js +165 -0
  110. package/node_modules/@oozcitak/dom/lib/dom/ChildNodeImpl.js.map +1 -0
  111. package/node_modules/@oozcitak/dom/lib/dom/CommentImpl.d.ts +21 -0
  112. package/node_modules/@oozcitak/dom/lib/dom/CommentImpl.js +52 -0
  113. package/node_modules/@oozcitak/dom/lib/dom/CommentImpl.js.map +1 -0
  114. package/node_modules/@oozcitak/dom/lib/dom/CustomEventImpl.d.ts +16 -0
  115. package/node_modules/@oozcitak/dom/lib/dom/CustomEventImpl.js +60 -0
  116. package/node_modules/@oozcitak/dom/lib/dom/CustomEventImpl.js.map +1 -0
  117. package/node_modules/@oozcitak/dom/lib/dom/DOMException.d.ts +171 -0
  118. package/node_modules/@oozcitak/dom/lib/dom/DOMException.js +347 -0
  119. package/node_modules/@oozcitak/dom/lib/dom/DOMException.js.map +1 -0
  120. package/node_modules/@oozcitak/dom/lib/dom/DOMImpl.d.ts +48 -0
  121. package/node_modules/@oozcitak/dom/lib/dom/DOMImpl.js +100 -0
  122. package/node_modules/@oozcitak/dom/lib/dom/DOMImpl.js.map +1 -0
  123. package/node_modules/@oozcitak/dom/lib/dom/DOMImplementationImpl.d.ts +29 -0
  124. package/node_modules/@oozcitak/dom/lib/dom/DOMImplementationImpl.js +149 -0
  125. package/node_modules/@oozcitak/dom/lib/dom/DOMImplementationImpl.js.map +1 -0
  126. package/node_modules/@oozcitak/dom/lib/dom/DOMTokenListImpl.d.ts +46 -0
  127. package/node_modules/@oozcitak/dom/lib/dom/DOMTokenListImpl.js +312 -0
  128. package/node_modules/@oozcitak/dom/lib/dom/DOMTokenListImpl.js.map +1 -0
  129. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.d.ts +32 -0
  130. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.js +103 -0
  131. package/node_modules/@oozcitak/dom/lib/dom/DocumentFragmentImpl.js.map +1 -0
  132. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.d.ts +116 -0
  133. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.js +545 -0
  134. package/node_modules/@oozcitak/dom/lib/dom/DocumentImpl.js.map +1 -0
  135. package/node_modules/@oozcitak/dom/lib/dom/DocumentOrShadowRootImpl.d.ts +11 -0
  136. package/node_modules/@oozcitak/dom/lib/dom/DocumentOrShadowRootImpl.js +17 -0
  137. package/node_modules/@oozcitak/dom/lib/dom/DocumentOrShadowRootImpl.js.map +1 -0
  138. package/node_modules/@oozcitak/dom/lib/dom/DocumentTypeImpl.d.ts +39 -0
  139. package/node_modules/@oozcitak/dom/lib/dom/DocumentTypeImpl.js +109 -0
  140. package/node_modules/@oozcitak/dom/lib/dom/DocumentTypeImpl.js.map +1 -0
  141. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.d.ts +132 -0
  142. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.js +714 -0
  143. package/node_modules/@oozcitak/dom/lib/dom/ElementImpl.js.map +1 -0
  144. package/node_modules/@oozcitak/dom/lib/dom/EventImpl.d.ts +74 -0
  145. package/node_modules/@oozcitak/dom/lib/dom/EventImpl.js +313 -0
  146. package/node_modules/@oozcitak/dom/lib/dom/EventImpl.js.map +1 -0
  147. package/node_modules/@oozcitak/dom/lib/dom/EventTargetImpl.d.ts +30 -0
  148. package/node_modules/@oozcitak/dom/lib/dom/EventTargetImpl.js +133 -0
  149. package/node_modules/@oozcitak/dom/lib/dom/EventTargetImpl.js.map +1 -0
  150. package/node_modules/@oozcitak/dom/lib/dom/HTMLCollectionImpl.d.ts +44 -0
  151. package/node_modules/@oozcitak/dom/lib/dom/HTMLCollectionImpl.js +157 -0
  152. package/node_modules/@oozcitak/dom/lib/dom/HTMLCollectionImpl.js.map +1 -0
  153. package/node_modules/@oozcitak/dom/lib/dom/MutationObserverImpl.d.ts +22 -0
  154. package/node_modules/@oozcitak/dom/lib/dom/MutationObserverImpl.js +184 -0
  155. package/node_modules/@oozcitak/dom/lib/dom/MutationObserverImpl.js.map +1 -0
  156. package/node_modules/@oozcitak/dom/lib/dom/MutationRecordImpl.d.ts +73 -0
  157. package/node_modules/@oozcitak/dom/lib/dom/MutationRecordImpl.js +116 -0
  158. package/node_modules/@oozcitak/dom/lib/dom/MutationRecordImpl.js.map +1 -0
  159. package/node_modules/@oozcitak/dom/lib/dom/NamedNodeMapImpl.d.ts +34 -0
  160. package/node_modules/@oozcitak/dom/lib/dom/NamedNodeMapImpl.js +112 -0
  161. package/node_modules/@oozcitak/dom/lib/dom/NamedNodeMapImpl.js.map +1 -0
  162. package/node_modules/@oozcitak/dom/lib/dom/NodeFilterImpl.d.ts +50 -0
  163. package/node_modules/@oozcitak/dom/lib/dom/NodeFilterImpl.js +64 -0
  164. package/node_modules/@oozcitak/dom/lib/dom/NodeFilterImpl.js.map +1 -0
  165. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.d.ts +252 -0
  166. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.js +891 -0
  167. package/node_modules/@oozcitak/dom/lib/dom/NodeImpl.js.map +1 -0
  168. package/node_modules/@oozcitak/dom/lib/dom/NodeIteratorImpl.d.ts +34 -0
  169. package/node_modules/@oozcitak/dom/lib/dom/NodeIteratorImpl.js +86 -0
  170. package/node_modules/@oozcitak/dom/lib/dom/NodeIteratorImpl.js.map +1 -0
  171. package/node_modules/@oozcitak/dom/lib/dom/NodeListImpl.d.ts +46 -0
  172. package/node_modules/@oozcitak/dom/lib/dom/NodeListImpl.js +198 -0
  173. package/node_modules/@oozcitak/dom/lib/dom/NodeListImpl.js.map +1 -0
  174. package/node_modules/@oozcitak/dom/lib/dom/NodeListStaticImpl.d.ts +49 -0
  175. package/node_modules/@oozcitak/dom/lib/dom/NodeListStaticImpl.js +188 -0
  176. package/node_modules/@oozcitak/dom/lib/dom/NodeListStaticImpl.js.map +1 -0
  177. package/node_modules/@oozcitak/dom/lib/dom/NonDocumentTypeChildNodeImpl.d.ts +12 -0
  178. package/node_modules/@oozcitak/dom/lib/dom/NonDocumentTypeChildNodeImpl.js +53 -0
  179. package/node_modules/@oozcitak/dom/lib/dom/NonDocumentTypeChildNodeImpl.js.map +1 -0
  180. package/node_modules/@oozcitak/dom/lib/dom/NonElementParentNodeImpl.d.ts +9 -0
  181. package/node_modules/@oozcitak/dom/lib/dom/NonElementParentNodeImpl.js +31 -0
  182. package/node_modules/@oozcitak/dom/lib/dom/NonElementParentNodeImpl.js.map +1 -0
  183. package/node_modules/@oozcitak/dom/lib/dom/ParentNodeImpl.d.ts +24 -0
  184. package/node_modules/@oozcitak/dom/lib/dom/ParentNodeImpl.js +158 -0
  185. package/node_modules/@oozcitak/dom/lib/dom/ParentNodeImpl.js.map +1 -0
  186. package/node_modules/@oozcitak/dom/lib/dom/ProcessingInstructionImpl.d.ts +25 -0
  187. package/node_modules/@oozcitak/dom/lib/dom/ProcessingInstructionImpl.js +59 -0
  188. package/node_modules/@oozcitak/dom/lib/dom/ProcessingInstructionImpl.js.map +1 -0
  189. package/node_modules/@oozcitak/dom/lib/dom/RangeImpl.d.ts +71 -0
  190. package/node_modules/@oozcitak/dom/lib/dom/RangeImpl.js +649 -0
  191. package/node_modules/@oozcitak/dom/lib/dom/RangeImpl.js.map +1 -0
  192. package/node_modules/@oozcitak/dom/lib/dom/ShadowRootImpl.d.ts +33 -0
  193. package/node_modules/@oozcitak/dom/lib/dom/ShadowRootImpl.js +82 -0
  194. package/node_modules/@oozcitak/dom/lib/dom/ShadowRootImpl.js.map +1 -0
  195. package/node_modules/@oozcitak/dom/lib/dom/SlotableImpl.d.ts +16 -0
  196. package/node_modules/@oozcitak/dom/lib/dom/SlotableImpl.js +35 -0
  197. package/node_modules/@oozcitak/dom/lib/dom/SlotableImpl.js.map +1 -0
  198. package/node_modules/@oozcitak/dom/lib/dom/StaticRangeImpl.d.ts +13 -0
  199. package/node_modules/@oozcitak/dom/lib/dom/StaticRangeImpl.js +48 -0
  200. package/node_modules/@oozcitak/dom/lib/dom/StaticRangeImpl.js.map +1 -0
  201. package/node_modules/@oozcitak/dom/lib/dom/TextImpl.d.ts +28 -0
  202. package/node_modules/@oozcitak/dom/lib/dom/TextImpl.js +109 -0
  203. package/node_modules/@oozcitak/dom/lib/dom/TextImpl.js.map +1 -0
  204. package/node_modules/@oozcitak/dom/lib/dom/TraverserImpl.d.ts +23 -0
  205. package/node_modules/@oozcitak/dom/lib/dom/TraverserImpl.js +41 -0
  206. package/node_modules/@oozcitak/dom/lib/dom/TraverserImpl.js.map +1 -0
  207. package/node_modules/@oozcitak/dom/lib/dom/TreeWalkerImpl.d.ts +36 -0
  208. package/node_modules/@oozcitak/dom/lib/dom/TreeWalkerImpl.js +249 -0
  209. package/node_modules/@oozcitak/dom/lib/dom/TreeWalkerImpl.js.map +1 -0
  210. package/node_modules/@oozcitak/dom/lib/dom/WindowImpl.d.ts +26 -0
  211. package/node_modules/@oozcitak/dom/lib/dom/WindowImpl.js +57 -0
  212. package/node_modules/@oozcitak/dom/lib/dom/WindowImpl.js.map +1 -0
  213. package/node_modules/@oozcitak/dom/lib/dom/XMLDocumentImpl.d.ts +11 -0
  214. package/node_modules/@oozcitak/dom/lib/dom/XMLDocumentImpl.js +31 -0
  215. package/node_modules/@oozcitak/dom/lib/dom/XMLDocumentImpl.js.map +1 -0
  216. package/node_modules/@oozcitak/dom/lib/dom/index.d.ts +36 -0
  217. package/node_modules/@oozcitak/dom/lib/dom/index.js +102 -0
  218. package/node_modules/@oozcitak/dom/lib/dom/index.js.map +1 -0
  219. package/node_modules/@oozcitak/dom/lib/dom/interfaces.d.ts +2218 -0
  220. package/node_modules/@oozcitak/dom/lib/dom/interfaces.js +91 -0
  221. package/node_modules/@oozcitak/dom/lib/dom/interfaces.js.map +1 -0
  222. package/node_modules/@oozcitak/dom/lib/index.d.ts +3 -0
  223. package/node_modules/@oozcitak/dom/lib/index.js +11 -0
  224. package/node_modules/@oozcitak/dom/lib/index.js.map +1 -0
  225. package/node_modules/@oozcitak/dom/lib/parser/DOMParserImpl.d.ts +11 -0
  226. package/node_modules/@oozcitak/dom/lib/parser/DOMParserImpl.js +37 -0
  227. package/node_modules/@oozcitak/dom/lib/parser/DOMParserImpl.js.map +1 -0
  228. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.d.ts +26 -0
  229. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js +240 -0
  230. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js.map +1 -0
  231. package/node_modules/@oozcitak/dom/lib/parser/XMLStringLexer.d.ts +159 -0
  232. package/node_modules/@oozcitak/dom/lib/parser/XMLStringLexer.js +512 -0
  233. package/node_modules/@oozcitak/dom/lib/parser/XMLStringLexer.js.map +1 -0
  234. package/node_modules/@oozcitak/dom/lib/parser/index.d.ts +1 -0
  235. package/node_modules/@oozcitak/dom/lib/parser/index.js +6 -0
  236. package/node_modules/@oozcitak/dom/lib/parser/index.js.map +1 -0
  237. package/node_modules/@oozcitak/dom/lib/parser/interfaces.d.ts +131 -0
  238. package/node_modules/@oozcitak/dom/lib/parser/interfaces.js +18 -0
  239. package/node_modules/@oozcitak/dom/lib/parser/interfaces.js.map +1 -0
  240. package/node_modules/@oozcitak/dom/lib/serializer/LocalNameSet.d.ts +27 -0
  241. package/node_modules/@oozcitak/dom/lib/serializer/LocalNameSet.js +56 -0
  242. package/node_modules/@oozcitak/dom/lib/serializer/LocalNameSet.js.map +1 -0
  243. package/node_modules/@oozcitak/dom/lib/serializer/NamespacePrefixMap.d.ts +52 -0
  244. package/node_modules/@oozcitak/dom/lib/serializer/NamespacePrefixMap.js +151 -0
  245. package/node_modules/@oozcitak/dom/lib/serializer/NamespacePrefixMap.js.map +1 -0
  246. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl.d.ts +166 -0
  247. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl.js +1479 -0
  248. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl.js.map +1 -0
  249. package/node_modules/@oozcitak/dom/lib/serializer/index.d.ts +1 -0
  250. package/node_modules/@oozcitak/dom/lib/serializer/index.js +6 -0
  251. package/node_modules/@oozcitak/dom/lib/serializer/index.js.map +1 -0
  252. package/node_modules/@oozcitak/dom/lib/serializer/interfaces.d.ts +15 -0
  253. package/node_modules/@oozcitak/dom/lib/serializer/interfaces.js +3 -0
  254. package/node_modules/@oozcitak/dom/lib/serializer/interfaces.js.map +1 -0
  255. package/node_modules/@oozcitak/dom/lib/util/Cast.d.ts +12 -0
  256. package/node_modules/@oozcitak/dom/lib/util/Cast.js +26 -0
  257. package/node_modules/@oozcitak/dom/lib/util/Cast.js.map +1 -0
  258. package/node_modules/@oozcitak/dom/lib/util/EmptySet.d.ts +13 -0
  259. package/node_modules/@oozcitak/dom/lib/util/EmptySet.js +61 -0
  260. package/node_modules/@oozcitak/dom/lib/util/EmptySet.js.map +1 -0
  261. package/node_modules/@oozcitak/dom/lib/util/Guard.d.ts +135 -0
  262. package/node_modules/@oozcitak/dom/lib/util/Guard.js +192 -0
  263. package/node_modules/@oozcitak/dom/lib/util/Guard.js.map +1 -0
  264. package/node_modules/@oozcitak/dom/lib/util/index.d.ts +3 -0
  265. package/node_modules/@oozcitak/dom/lib/util/index.js +9 -0
  266. package/node_modules/@oozcitak/dom/lib/util/index.js.map +1 -0
  267. package/node_modules/@oozcitak/dom/package.json +72 -0
  268. package/node_modules/@oozcitak/infra/LICENSE +21 -0
  269. package/node_modules/@oozcitak/infra/README.md +13 -0
  270. package/node_modules/@oozcitak/infra/lib/Base64.d.ts +12 -0
  271. package/node_modules/@oozcitak/infra/lib/Base64.js +82 -0
  272. package/node_modules/@oozcitak/infra/lib/Base64.js.map +1 -0
  273. package/node_modules/@oozcitak/infra/lib/Byte.d.ts +6 -0
  274. package/node_modules/@oozcitak/infra/lib/Byte.js +15 -0
  275. package/node_modules/@oozcitak/infra/lib/Byte.js.map +1 -0
  276. package/node_modules/@oozcitak/infra/lib/ByteSequence.d.ts +45 -0
  277. package/node_modules/@oozcitak/infra/lib/ByteSequence.js +171 -0
  278. package/node_modules/@oozcitak/infra/lib/ByteSequence.js.map +1 -0
  279. package/node_modules/@oozcitak/infra/lib/CodePoints.d.ts +82 -0
  280. package/node_modules/@oozcitak/infra/lib/CodePoints.js +85 -0
  281. package/node_modules/@oozcitak/infra/lib/CodePoints.js.map +1 -0
  282. package/node_modules/@oozcitak/infra/lib/JSON.d.ts +24 -0
  283. package/node_modules/@oozcitak/infra/lib/JSON.js +123 -0
  284. package/node_modules/@oozcitak/infra/lib/JSON.js.map +1 -0
  285. package/node_modules/@oozcitak/infra/lib/List.d.ts +101 -0
  286. package/node_modules/@oozcitak/infra/lib/List.js +325 -0
  287. package/node_modules/@oozcitak/infra/lib/List.js.map +1 -0
  288. package/node_modules/@oozcitak/infra/lib/Map.d.ts +87 -0
  289. package/node_modules/@oozcitak/infra/lib/Map.js +308 -0
  290. package/node_modules/@oozcitak/infra/lib/Map.js.map +1 -0
  291. package/node_modules/@oozcitak/infra/lib/Namespace.d.ts +6 -0
  292. package/node_modules/@oozcitak/infra/lib/Namespace.js +9 -0
  293. package/node_modules/@oozcitak/infra/lib/Namespace.js.map +1 -0
  294. package/node_modules/@oozcitak/infra/lib/Queue.d.ts +13 -0
  295. package/node_modules/@oozcitak/infra/lib/Queue.js +22 -0
  296. package/node_modules/@oozcitak/infra/lib/Queue.js.map +1 -0
  297. package/node_modules/@oozcitak/infra/lib/Set.d.ts +136 -0
  298. package/node_modules/@oozcitak/infra/lib/Set.js +467 -0
  299. package/node_modules/@oozcitak/infra/lib/Set.js.map +1 -0
  300. package/node_modules/@oozcitak/infra/lib/Stack.d.ts +13 -0
  301. package/node_modules/@oozcitak/infra/lib/Stack.js +22 -0
  302. package/node_modules/@oozcitak/infra/lib/Stack.js.map +1 -0
  303. package/node_modules/@oozcitak/infra/lib/String.d.ts +129 -0
  304. package/node_modules/@oozcitak/infra/lib/String.js +472 -0
  305. package/node_modules/@oozcitak/infra/lib/String.js.map +1 -0
  306. package/node_modules/@oozcitak/infra/lib/index.d.ts +13 -0
  307. package/node_modules/@oozcitak/infra/lib/index.js +34 -0
  308. package/node_modules/@oozcitak/infra/lib/index.js.map +1 -0
  309. package/node_modules/@oozcitak/infra/package.json +54 -0
  310. package/node_modules/@oozcitak/url/LICENSE +21 -0
  311. package/node_modules/@oozcitak/url/README.md +27 -0
  312. package/node_modules/@oozcitak/url/lib/URLAlgorithm.d.ts +267 -0
  313. package/node_modules/@oozcitak/url/lib/URLAlgorithm.js +2758 -0
  314. package/node_modules/@oozcitak/url/lib/URLAlgorithm.js.map +1 -0
  315. package/node_modules/@oozcitak/url/lib/URLImpl.d.ts +53 -0
  316. package/node_modules/@oozcitak/url/lib/URLImpl.js +377 -0
  317. package/node_modules/@oozcitak/url/lib/URLImpl.js.map +1 -0
  318. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.d.ts +38 -0
  319. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.js +303 -0
  320. package/node_modules/@oozcitak/url/lib/URLSearchParamsImpl.js.map +1 -0
  321. package/node_modules/@oozcitak/url/lib/index.d.ts +2 -0
  322. package/node_modules/@oozcitak/url/lib/index.js +7 -0
  323. package/node_modules/@oozcitak/url/lib/index.js.map +1 -0
  324. package/node_modules/@oozcitak/url/lib/interfaces.d.ts +195 -0
  325. package/node_modules/@oozcitak/url/lib/interfaces.js +31 -0
  326. package/node_modules/@oozcitak/url/lib/interfaces.js.map +1 -0
  327. package/node_modules/@oozcitak/url/package.json +55 -0
  328. package/node_modules/@oozcitak/util/LICENSE +21 -0
  329. package/node_modules/@oozcitak/util/README.md +10 -0
  330. package/node_modules/@oozcitak/util/lib/CompareCache.d.ts +32 -0
  331. package/node_modules/@oozcitak/util/lib/CompareCache.js +59 -0
  332. package/node_modules/@oozcitak/util/lib/CompareCache.js.map +1 -0
  333. package/node_modules/@oozcitak/util/lib/FixedSizeSet.d.ts +64 -0
  334. package/node_modules/@oozcitak/util/lib/FixedSizeSet.js +174 -0
  335. package/node_modules/@oozcitak/util/lib/FixedSizeSet.js.map +1 -0
  336. package/node_modules/@oozcitak/util/lib/Lazy.d.ts +18 -0
  337. package/node_modules/@oozcitak/util/lib/Lazy.js +34 -0
  338. package/node_modules/@oozcitak/util/lib/Lazy.js.map +1 -0
  339. package/node_modules/@oozcitak/util/lib/ObjectCache.d.ts +71 -0
  340. package/node_modules/@oozcitak/util/lib/ObjectCache.js +181 -0
  341. package/node_modules/@oozcitak/util/lib/ObjectCache.js.map +1 -0
  342. package/node_modules/@oozcitak/util/lib/StringWalker.d.ts +49 -0
  343. package/node_modules/@oozcitak/util/lib/StringWalker.js +105 -0
  344. package/node_modules/@oozcitak/util/lib/StringWalker.js.map +1 -0
  345. package/node_modules/@oozcitak/util/lib/index.d.ts +178 -0
  346. package/node_modules/@oozcitak/util/lib/index.js +439 -0
  347. package/node_modules/@oozcitak/util/lib/index.js.map +1 -0
  348. package/node_modules/@oozcitak/util/package.json +50 -0
  349. package/node_modules/@xmldom/is-dom-node/LICENSE.md +21 -0
  350. package/node_modules/@xmldom/is-dom-node/README.md +91 -0
  351. package/node_modules/@xmldom/is-dom-node/dist/index.d.ts +33 -0
  352. package/node_modules/@xmldom/is-dom-node/dist/index.js +91 -0
  353. package/node_modules/@xmldom/is-dom-node/dist/index.js.map +1 -0
  354. package/node_modules/@xmldom/is-dom-node/package.json +69 -0
  355. package/node_modules/@xmldom/xmldom/CHANGELOG.md +468 -0
  356. package/node_modules/@xmldom/xmldom/LICENSE +8 -0
  357. package/node_modules/@xmldom/xmldom/SECURITY.md +50 -0
  358. package/node_modules/@xmldom/xmldom/index.d.ts +43 -0
  359. package/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +2 -0
  360. package/node_modules/@xmldom/xmldom/lib/conventions.js +203 -0
  361. package/node_modules/@xmldom/xmldom/lib/dom-parser.js +322 -0
  362. package/node_modules/@xmldom/xmldom/lib/dom.js +1879 -0
  363. package/node_modules/@xmldom/xmldom/lib/entities.js +2166 -0
  364. package/node_modules/@xmldom/xmldom/lib/index.js +4 -0
  365. package/node_modules/@xmldom/xmldom/lib/sax.js +662 -0
  366. package/node_modules/@xmldom/xmldom/package.json +71 -0
  367. package/node_modules/@xmldom/xmldom/readme.md +356 -0
  368. package/node_modules/esprima/ChangeLog +235 -0
  369. package/node_modules/esprima/LICENSE.BSD +21 -0
  370. package/node_modules/esprima/README.md +46 -0
  371. package/node_modules/esprima/bin/esparse.js +139 -0
  372. package/node_modules/esprima/bin/esvalidate.js +236 -0
  373. package/node_modules/esprima/dist/esprima.js +6709 -0
  374. package/node_modules/esprima/package.json +112 -0
  375. package/node_modules/node-forge/LICENSE +331 -0
  376. package/node_modules/node-forge/README.md +2071 -0
  377. package/node_modules/node-forge/dist/forge.all.min.js +2 -0
  378. package/node_modules/node-forge/dist/forge.all.min.js.map +1 -0
  379. package/node_modules/node-forge/dist/forge.min.js +2 -0
  380. package/node_modules/node-forge/dist/forge.min.js.map +1 -0
  381. package/node_modules/node-forge/dist/prime.worker.min.js +2 -0
  382. package/node_modules/node-forge/dist/prime.worker.min.js.map +1 -0
  383. package/node_modules/node-forge/flash/swf/SocketPool.swf +0 -0
  384. package/node_modules/node-forge/lib/aes.js +1091 -0
  385. package/node_modules/node-forge/lib/aesCipherSuites.js +282 -0
  386. package/node_modules/node-forge/lib/asn1-validator.js +91 -0
  387. package/node_modules/node-forge/lib/asn1.js +1503 -0
  388. package/node_modules/node-forge/lib/baseN.js +186 -0
  389. package/node_modules/node-forge/lib/cipher.js +230 -0
  390. package/node_modules/node-forge/lib/cipherModes.js +999 -0
  391. package/node_modules/node-forge/lib/des.js +496 -0
  392. package/node_modules/node-forge/lib/ed25519.js +1072 -0
  393. package/node_modules/node-forge/lib/forge.js +13 -0
  394. package/node_modules/node-forge/lib/form.js +149 -0
  395. package/node_modules/node-forge/lib/hmac.js +146 -0
  396. package/node_modules/node-forge/lib/http.js +1346 -0
  397. package/node_modules/node-forge/lib/index.all.js +16 -0
  398. package/node_modules/node-forge/lib/index.js +33 -0
  399. package/node_modules/node-forge/lib/jsbn.js +1264 -0
  400. package/node_modules/node-forge/lib/kem.js +168 -0
  401. package/node_modules/node-forge/lib/log.js +319 -0
  402. package/node_modules/node-forge/lib/md.all.js +13 -0
  403. package/node_modules/node-forge/lib/md.js +11 -0
  404. package/node_modules/node-forge/lib/md5.js +289 -0
  405. package/node_modules/node-forge/lib/mgf.js +12 -0
  406. package/node_modules/node-forge/lib/mgf1.js +57 -0
  407. package/node_modules/node-forge/lib/oids.js +179 -0
  408. package/node_modules/node-forge/lib/pbe.js +1023 -0
  409. package/node_modules/node-forge/lib/pbkdf2.js +211 -0
  410. package/node_modules/node-forge/lib/pem.js +237 -0
  411. package/node_modules/node-forge/lib/pkcs1.js +276 -0
  412. package/node_modules/node-forge/lib/pkcs12.js +1078 -0
  413. package/node_modules/node-forge/lib/pkcs7.js +1260 -0
  414. package/node_modules/node-forge/lib/pkcs7asn1.js +410 -0
  415. package/node_modules/node-forge/lib/pki.js +102 -0
  416. package/node_modules/node-forge/lib/prime.js +297 -0
  417. package/node_modules/node-forge/lib/prime.worker.js +168 -0
  418. package/node_modules/node-forge/lib/prng.js +419 -0
  419. package/node_modules/node-forge/lib/pss.js +241 -0
  420. package/node_modules/node-forge/lib/random.js +191 -0
  421. package/node_modules/node-forge/lib/rc2.js +410 -0
  422. package/node_modules/node-forge/lib/rsa.js +1949 -0
  423. package/node_modules/node-forge/lib/sha1.js +319 -0
  424. package/node_modules/node-forge/lib/sha256.js +327 -0
  425. package/node_modules/node-forge/lib/sha512.js +561 -0
  426. package/node_modules/node-forge/lib/socket.js +287 -0
  427. package/node_modules/node-forge/lib/ssh.js +236 -0
  428. package/node_modules/node-forge/lib/tls.js +4282 -0
  429. package/node_modules/node-forge/lib/tlssocket.js +249 -0
  430. package/node_modules/node-forge/lib/util.js +2652 -0
  431. package/node_modules/node-forge/lib/x509.js +3242 -0
  432. package/node_modules/node-forge/lib/xhr.js +738 -0
  433. package/node_modules/node-forge/package.json +123 -0
  434. package/node_modules/sprintf-js/.npmignore +1 -0
  435. package/node_modules/sprintf-js/LICENSE +24 -0
  436. package/node_modules/sprintf-js/README.md +88 -0
  437. package/node_modules/sprintf-js/bower.json +14 -0
  438. package/node_modules/sprintf-js/demo/angular.html +20 -0
  439. package/node_modules/sprintf-js/dist/angular-sprintf.min.js +4 -0
  440. package/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
  441. package/node_modules/sprintf-js/dist/angular-sprintf.min.map +1 -0
  442. package/node_modules/sprintf-js/dist/sprintf.min.js +4 -0
  443. package/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
  444. package/node_modules/sprintf-js/dist/sprintf.min.map +1 -0
  445. package/node_modules/sprintf-js/gruntfile.js +36 -0
  446. package/node_modules/sprintf-js/package.json +22 -0
  447. package/node_modules/sprintf-js/src/angular-sprintf.js +18 -0
  448. package/node_modules/sprintf-js/src/sprintf.js +208 -0
  449. package/node_modules/sprintf-js/test/test.js +82 -0
  450. package/node_modules/xml-crypto/LICENSE +22 -0
  451. package/node_modules/xml-crypto/README.md +557 -0
  452. package/node_modules/xml-crypto/lib/c14n-canonicalization.d.ts +39 -0
  453. package/node_modules/xml-crypto/lib/c14n-canonicalization.js +230 -0
  454. package/node_modules/xml-crypto/lib/c14n-canonicalization.js.map +1 -0
  455. package/node_modules/xml-crypto/lib/enveloped-signature.d.ts +7 -0
  456. package/node_modules/xml-crypto/lib/enveloped-signature.js +43 -0
  457. package/node_modules/xml-crypto/lib/enveloped-signature.js.map +1 -0
  458. package/node_modules/xml-crypto/lib/exclusive-canonicalization.d.ts +38 -0
  459. package/node_modules/xml-crypto/lib/exclusive-canonicalization.js +246 -0
  460. package/node_modules/xml-crypto/lib/exclusive-canonicalization.js.map +1 -0
  461. package/node_modules/xml-crypto/lib/hash-algorithms.d.ts +13 -0
  462. package/node_modules/xml-crypto/lib/hash-algorithms.js +47 -0
  463. package/node_modules/xml-crypto/lib/hash-algorithms.js.map +1 -0
  464. package/node_modules/xml-crypto/lib/index.d.ts +5 -0
  465. package/node_modules/xml-crypto/lib/index.js +28 -0
  466. package/node_modules/xml-crypto/lib/index.js.map +1 -0
  467. package/node_modules/xml-crypto/lib/signature-algorithms.d.ts +47 -0
  468. package/node_modules/xml-crypto/lib/signature-algorithms.js +86 -0
  469. package/node_modules/xml-crypto/lib/signature-algorithms.js.map +1 -0
  470. package/node_modules/xml-crypto/lib/signed-xml.d.ts +225 -0
  471. package/node_modules/xml-crypto/lib/signed-xml.js +960 -0
  472. package/node_modules/xml-crypto/lib/signed-xml.js.map +1 -0
  473. package/node_modules/xml-crypto/lib/types.d.ts +125 -0
  474. package/node_modules/xml-crypto/lib/types.js +57 -0
  475. package/node_modules/xml-crypto/lib/types.js.map +1 -0
  476. package/node_modules/xml-crypto/lib/utils.d.ts +65 -0
  477. package/node_modules/xml-crypto/lib/utils.js +256 -0
  478. package/node_modules/xml-crypto/lib/utils.js.map +1 -0
  479. package/node_modules/xml-crypto/node_modules/xpath/LICENSE +22 -0
  480. package/node_modules/xml-crypto/node_modules/xpath/README.md +133 -0
  481. package/node_modules/xml-crypto/node_modules/xpath/docs/XPathEvaluator.md +62 -0
  482. package/node_modules/xml-crypto/node_modules/xpath/docs/XPathResult.md +47 -0
  483. package/node_modules/xml-crypto/node_modules/xpath/docs/function resolvers.md +88 -0
  484. package/node_modules/xml-crypto/node_modules/xpath/docs/namespace resolvers.md +69 -0
  485. package/node_modules/xml-crypto/node_modules/xpath/docs/parsed expressions.md +21 -0
  486. package/node_modules/xml-crypto/node_modules/xpath/docs/variable resolvers.md +89 -0
  487. package/node_modules/xml-crypto/node_modules/xpath/docs/xpath methods.md +39 -0
  488. package/node_modules/xml-crypto/node_modules/xpath/package.json +39 -0
  489. package/node_modules/xml-crypto/node_modules/xpath/test.js +1186 -0
  490. package/node_modules/xml-crypto/node_modules/xpath/xpath.d.ts +51 -0
  491. package/node_modules/xml-crypto/node_modules/xpath/xpath.js +4938 -0
  492. package/node_modules/xml-crypto/package.json +73 -0
  493. package/node_modules/xmlbuilder2/CHANGELOG.md +309 -0
  494. package/node_modules/xmlbuilder2/LICENSE +21 -0
  495. package/node_modules/xmlbuilder2/README.md +183 -0
  496. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctions.d.ts +236 -0
  497. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctions.js +108 -0
  498. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctions.js.map +1 -0
  499. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctionsCB.d.ts +17 -0
  500. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctionsCB.js +26 -0
  501. package/node_modules/xmlbuilder2/lib/builder/BuilderFunctionsCB.js.map +1 -0
  502. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.d.ts +124 -0
  503. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js +782 -0
  504. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js.map +1 -0
  505. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderImpl.d.ts +143 -0
  506. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderImpl.js +841 -0
  507. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderImpl.js.map +1 -0
  508. package/node_modules/xmlbuilder2/lib/builder/dom.d.ts +8 -0
  509. package/node_modules/xmlbuilder2/lib/builder/dom.js +67 -0
  510. package/node_modules/xmlbuilder2/lib/builder/dom.js.map +1 -0
  511. package/node_modules/xmlbuilder2/lib/builder/index.d.ts +4 -0
  512. package/node_modules/xmlbuilder2/lib/builder/index.js +15 -0
  513. package/node_modules/xmlbuilder2/lib/builder/index.js.map +1 -0
  514. package/node_modules/xmlbuilder2/lib/constants.d.ts +1 -0
  515. package/node_modules/xmlbuilder2/lib/constants.js +4 -0
  516. package/node_modules/xmlbuilder2/lib/constants.js.map +1 -0
  517. package/node_modules/xmlbuilder2/lib/index.d.ts +1 -0
  518. package/node_modules/xmlbuilder2/lib/index.js +10 -0
  519. package/node_modules/xmlbuilder2/lib/index.js.map +1 -0
  520. package/node_modules/xmlbuilder2/lib/interfaces.d.ts +1355 -0
  521. package/node_modules/xmlbuilder2/lib/interfaces.js +76 -0
  522. package/node_modules/xmlbuilder2/lib/interfaces.js.map +1 -0
  523. package/node_modules/xmlbuilder2/lib/readers/BaseReader.d.ts +109 -0
  524. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js +167 -0
  525. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js.map +1 -0
  526. package/node_modules/xmlbuilder2/lib/readers/JSONReader.d.ts +14 -0
  527. package/node_modules/xmlbuilder2/lib/readers/JSONReader.js +38 -0
  528. package/node_modules/xmlbuilder2/lib/readers/JSONReader.js.map +1 -0
  529. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.d.ts +15 -0
  530. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js +168 -0
  531. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js.map +1 -0
  532. package/node_modules/xmlbuilder2/lib/readers/XMLReader.d.ts +14 -0
  533. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js +206 -0
  534. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js.map +1 -0
  535. package/node_modules/xmlbuilder2/lib/readers/YAMLReader.d.ts +14 -0
  536. package/node_modules/xmlbuilder2/lib/readers/YAMLReader.js +44 -0
  537. package/node_modules/xmlbuilder2/lib/readers/YAMLReader.js.map +1 -0
  538. package/node_modules/xmlbuilder2/lib/readers/index.d.ts +4 -0
  539. package/node_modules/xmlbuilder2/lib/readers/index.js +11 -0
  540. package/node_modules/xmlbuilder2/lib/readers/index.js.map +1 -0
  541. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.d.ts +110 -0
  542. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.js +23 -0
  543. package/node_modules/xmlbuilder2/lib/writers/BaseCBWriter.js.map +1 -0
  544. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.d.ts +276 -0
  545. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js +1603 -0
  546. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js.map +1 -0
  547. package/node_modules/xmlbuilder2/lib/writers/JSONCBWriter.d.ts +68 -0
  548. package/node_modules/xmlbuilder2/lib/writers/JSONCBWriter.js +172 -0
  549. package/node_modules/xmlbuilder2/lib/writers/JSONCBWriter.js.map +1 -0
  550. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.d.ts +67 -0
  551. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js +222 -0
  552. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js.map +1 -0
  553. package/node_modules/xmlbuilder2/lib/writers/MapWriter.d.ts +27 -0
  554. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js +84 -0
  555. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js.map +1 -0
  556. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.d.ts +56 -0
  557. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js +483 -0
  558. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js.map +1 -0
  559. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.d.ts +51 -0
  560. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.js +165 -0
  561. package/node_modules/xmlbuilder2/lib/writers/XMLCBWriter.js.map +1 -0
  562. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.d.ts +60 -0
  563. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js +236 -0
  564. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js.map +1 -0
  565. package/node_modules/xmlbuilder2/lib/writers/YAMLCBWriter.d.ts +61 -0
  566. package/node_modules/xmlbuilder2/lib/writers/YAMLCBWriter.js +161 -0
  567. package/node_modules/xmlbuilder2/lib/writers/YAMLCBWriter.js.map +1 -0
  568. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.d.ts +55 -0
  569. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js +186 -0
  570. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js.map +1 -0
  571. package/node_modules/xmlbuilder2/lib/writers/index.d.ts +5 -0
  572. package/node_modules/xmlbuilder2/lib/writers/index.js +13 -0
  573. package/node_modules/xmlbuilder2/lib/writers/index.js.map +1 -0
  574. package/node_modules/xmlbuilder2/lib/xmlbuilder2.min.js +8 -0
  575. package/node_modules/xmlbuilder2/node_modules/argparse/CHANGELOG.md +185 -0
  576. package/node_modules/xmlbuilder2/node_modules/argparse/LICENSE +21 -0
  577. package/node_modules/xmlbuilder2/node_modules/argparse/README.md +257 -0
  578. package/node_modules/xmlbuilder2/node_modules/argparse/index.js +3 -0
  579. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/append/constant.js +47 -0
  580. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/append.js +53 -0
  581. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/count.js +40 -0
  582. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/help.js +47 -0
  583. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/constant.js +43 -0
  584. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/false.js +27 -0
  585. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store/true.js +26 -0
  586. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/store.js +50 -0
  587. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/subparsers.js +149 -0
  588. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action/version.js +47 -0
  589. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action.js +146 -0
  590. package/node_modules/xmlbuilder2/node_modules/argparse/lib/action_container.js +482 -0
  591. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argparse.js +14 -0
  592. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/error.js +50 -0
  593. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/exclusive.js +54 -0
  594. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument/group.js +75 -0
  595. package/node_modules/xmlbuilder2/node_modules/argparse/lib/argument_parser.js +1161 -0
  596. package/node_modules/xmlbuilder2/node_modules/argparse/lib/const.js +21 -0
  597. package/node_modules/xmlbuilder2/node_modules/argparse/lib/help/added_formatters.js +87 -0
  598. package/node_modules/xmlbuilder2/node_modules/argparse/lib/help/formatter.js +795 -0
  599. package/node_modules/xmlbuilder2/node_modules/argparse/lib/namespace.js +76 -0
  600. package/node_modules/xmlbuilder2/node_modules/argparse/lib/utils.js +57 -0
  601. package/node_modules/xmlbuilder2/node_modules/argparse/package.json +34 -0
  602. package/node_modules/xmlbuilder2/node_modules/js-yaml/CHANGELOG.md +557 -0
  603. package/node_modules/xmlbuilder2/node_modules/js-yaml/LICENSE +21 -0
  604. package/node_modules/xmlbuilder2/node_modules/js-yaml/README.md +299 -0
  605. package/node_modules/xmlbuilder2/node_modules/js-yaml/bin/js-yaml.js +132 -0
  606. package/node_modules/xmlbuilder2/node_modules/js-yaml/dist/js-yaml.js +3989 -0
  607. package/node_modules/xmlbuilder2/node_modules/js-yaml/dist/js-yaml.min.js +1 -0
  608. package/node_modules/xmlbuilder2/node_modules/js-yaml/index.js +7 -0
  609. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/common.js +59 -0
  610. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/dumper.js +850 -0
  611. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/exception.js +43 -0
  612. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/loader.js +1644 -0
  613. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/mark.js +76 -0
  614. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/core.js +18 -0
  615. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +25 -0
  616. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +28 -0
  617. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +17 -0
  618. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema/json.js +25 -0
  619. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/schema.js +108 -0
  620. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/binary.js +138 -0
  621. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/bool.js +35 -0
  622. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/float.js +116 -0
  623. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/int.js +173 -0
  624. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/function.js +93 -0
  625. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +60 -0
  626. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +28 -0
  627. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/map.js +8 -0
  628. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/merge.js +12 -0
  629. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/null.js +34 -0
  630. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/omap.js +44 -0
  631. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/pairs.js +53 -0
  632. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/seq.js +8 -0
  633. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/set.js +29 -0
  634. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/str.js +8 -0
  635. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +88 -0
  636. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/type.js +61 -0
  637. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml.js +39 -0
  638. package/node_modules/xmlbuilder2/node_modules/js-yaml/package.json +49 -0
  639. package/node_modules/xmlbuilder2/package.json +82 -0
  640. package/node_modules/xpath/LICENSE +22 -0
  641. package/node_modules/xpath/README.md +133 -0
  642. package/node_modules/xpath/package.json +43 -0
  643. package/node_modules/xpath/xpath.d.ts +51 -0
  644. package/node_modules/xpath/xpath.js +5041 -0
  645. package/package.json +9 -2
@@ -0,0 +1,999 @@
1
+ /**
2
+ * Supported cipher modes.
3
+ *
4
+ * @author Dave Longley
5
+ *
6
+ * Copyright (c) 2010-2014 Digital Bazaar, Inc.
7
+ */
8
+ var forge = require('./forge');
9
+ require('./util');
10
+
11
+ forge.cipher = forge.cipher || {};
12
+
13
+ // supported cipher modes
14
+ var modes = module.exports = forge.cipher.modes = forge.cipher.modes || {};
15
+
16
+ /** Electronic codebook (ECB) (Don't use this; it's not secure) **/
17
+
18
+ modes.ecb = function(options) {
19
+ options = options || {};
20
+ this.name = 'ECB';
21
+ this.cipher = options.cipher;
22
+ this.blockSize = options.blockSize || 16;
23
+ this._ints = this.blockSize / 4;
24
+ this._inBlock = new Array(this._ints);
25
+ this._outBlock = new Array(this._ints);
26
+ };
27
+
28
+ modes.ecb.prototype.start = function(options) {};
29
+
30
+ modes.ecb.prototype.encrypt = function(input, output, finish) {
31
+ // not enough input to encrypt
32
+ if(input.length() < this.blockSize && !(finish && input.length() > 0)) {
33
+ return true;
34
+ }
35
+
36
+ // get next block
37
+ for(var i = 0; i < this._ints; ++i) {
38
+ this._inBlock[i] = input.getInt32();
39
+ }
40
+
41
+ // encrypt block
42
+ this.cipher.encrypt(this._inBlock, this._outBlock);
43
+
44
+ // write output
45
+ for(var i = 0; i < this._ints; ++i) {
46
+ output.putInt32(this._outBlock[i]);
47
+ }
48
+ };
49
+
50
+ modes.ecb.prototype.decrypt = function(input, output, finish) {
51
+ // not enough input to decrypt
52
+ if(input.length() < this.blockSize && !(finish && input.length() > 0)) {
53
+ return true;
54
+ }
55
+
56
+ // get next block
57
+ for(var i = 0; i < this._ints; ++i) {
58
+ this._inBlock[i] = input.getInt32();
59
+ }
60
+
61
+ // decrypt block
62
+ this.cipher.decrypt(this._inBlock, this._outBlock);
63
+
64
+ // write output
65
+ for(var i = 0; i < this._ints; ++i) {
66
+ output.putInt32(this._outBlock[i]);
67
+ }
68
+ };
69
+
70
+ modes.ecb.prototype.pad = function(input, options) {
71
+ // add PKCS#7 padding to block (each pad byte is the
72
+ // value of the number of pad bytes)
73
+ var padding = (input.length() === this.blockSize ?
74
+ this.blockSize : (this.blockSize - input.length()));
75
+ input.fillWithByte(padding, padding);
76
+ return true;
77
+ };
78
+
79
+ modes.ecb.prototype.unpad = function(output, options) {
80
+ // check for error: input data not a multiple of blockSize
81
+ if(options.overflow > 0) {
82
+ return false;
83
+ }
84
+
85
+ // ensure padding byte count is valid
86
+ var len = output.length();
87
+ var count = output.at(len - 1);
88
+ if(count > (this.blockSize << 2)) {
89
+ return false;
90
+ }
91
+
92
+ // trim off padding bytes
93
+ output.truncate(count);
94
+ return true;
95
+ };
96
+
97
+ /** Cipher-block Chaining (CBC) **/
98
+
99
+ modes.cbc = function(options) {
100
+ options = options || {};
101
+ this.name = 'CBC';
102
+ this.cipher = options.cipher;
103
+ this.blockSize = options.blockSize || 16;
104
+ this._ints = this.blockSize / 4;
105
+ this._inBlock = new Array(this._ints);
106
+ this._outBlock = new Array(this._ints);
107
+ };
108
+
109
+ modes.cbc.prototype.start = function(options) {
110
+ // Note: legacy support for using IV residue (has security flaws)
111
+ // if IV is null, reuse block from previous processing
112
+ if(options.iv === null) {
113
+ // must have a previous block
114
+ if(!this._prev) {
115
+ throw new Error('Invalid IV parameter.');
116
+ }
117
+ this._iv = this._prev.slice(0);
118
+ } else if(!('iv' in options)) {
119
+ throw new Error('Invalid IV parameter.');
120
+ } else {
121
+ // save IV as "previous" block
122
+ this._iv = transformIV(options.iv, this.blockSize);
123
+ this._prev = this._iv.slice(0);
124
+ }
125
+ };
126
+
127
+ modes.cbc.prototype.encrypt = function(input, output, finish) {
128
+ // not enough input to encrypt
129
+ if(input.length() < this.blockSize && !(finish && input.length() > 0)) {
130
+ return true;
131
+ }
132
+
133
+ // get next block
134
+ // CBC XOR's IV (or previous block) with plaintext
135
+ for(var i = 0; i < this._ints; ++i) {
136
+ this._inBlock[i] = this._prev[i] ^ input.getInt32();
137
+ }
138
+
139
+ // encrypt block
140
+ this.cipher.encrypt(this._inBlock, this._outBlock);
141
+
142
+ // write output, save previous block
143
+ for(var i = 0; i < this._ints; ++i) {
144
+ output.putInt32(this._outBlock[i]);
145
+ }
146
+ this._prev = this._outBlock;
147
+ };
148
+
149
+ modes.cbc.prototype.decrypt = function(input, output, finish) {
150
+ // not enough input to decrypt
151
+ if(input.length() < this.blockSize && !(finish && input.length() > 0)) {
152
+ return true;
153
+ }
154
+
155
+ // get next block
156
+ for(var i = 0; i < this._ints; ++i) {
157
+ this._inBlock[i] = input.getInt32();
158
+ }
159
+
160
+ // decrypt block
161
+ this.cipher.decrypt(this._inBlock, this._outBlock);
162
+
163
+ // write output, save previous ciphered block
164
+ // CBC XOR's IV (or previous block) with ciphertext
165
+ for(var i = 0; i < this._ints; ++i) {
166
+ output.putInt32(this._prev[i] ^ this._outBlock[i]);
167
+ }
168
+ this._prev = this._inBlock.slice(0);
169
+ };
170
+
171
+ modes.cbc.prototype.pad = function(input, options) {
172
+ // add PKCS#7 padding to block (each pad byte is the
173
+ // value of the number of pad bytes)
174
+ var padding = (input.length() === this.blockSize ?
175
+ this.blockSize : (this.blockSize - input.length()));
176
+ input.fillWithByte(padding, padding);
177
+ return true;
178
+ };
179
+
180
+ modes.cbc.prototype.unpad = function(output, options) {
181
+ // check for error: input data not a multiple of blockSize
182
+ if(options.overflow > 0) {
183
+ return false;
184
+ }
185
+
186
+ // ensure padding byte count is valid
187
+ var len = output.length();
188
+ var count = output.at(len - 1);
189
+ if(count > (this.blockSize << 2)) {
190
+ return false;
191
+ }
192
+
193
+ // trim off padding bytes
194
+ output.truncate(count);
195
+ return true;
196
+ };
197
+
198
+ /** Cipher feedback (CFB) **/
199
+
200
+ modes.cfb = function(options) {
201
+ options = options || {};
202
+ this.name = 'CFB';
203
+ this.cipher = options.cipher;
204
+ this.blockSize = options.blockSize || 16;
205
+ this._ints = this.blockSize / 4;
206
+ this._inBlock = null;
207
+ this._outBlock = new Array(this._ints);
208
+ this._partialBlock = new Array(this._ints);
209
+ this._partialOutput = forge.util.createBuffer();
210
+ this._partialBytes = 0;
211
+ };
212
+
213
+ modes.cfb.prototype.start = function(options) {
214
+ if(!('iv' in options)) {
215
+ throw new Error('Invalid IV parameter.');
216
+ }
217
+ // use IV as first input
218
+ this._iv = transformIV(options.iv, this.blockSize);
219
+ this._inBlock = this._iv.slice(0);
220
+ this._partialBytes = 0;
221
+ };
222
+
223
+ modes.cfb.prototype.encrypt = function(input, output, finish) {
224
+ // not enough input to encrypt
225
+ var inputLength = input.length();
226
+ if(inputLength === 0) {
227
+ return true;
228
+ }
229
+
230
+ // encrypt block
231
+ this.cipher.encrypt(this._inBlock, this._outBlock);
232
+
233
+ // handle full block
234
+ if(this._partialBytes === 0 && inputLength >= this.blockSize) {
235
+ // XOR input with output, write input as output
236
+ for(var i = 0; i < this._ints; ++i) {
237
+ this._inBlock[i] = input.getInt32() ^ this._outBlock[i];
238
+ output.putInt32(this._inBlock[i]);
239
+ }
240
+ return;
241
+ }
242
+
243
+ // handle partial block
244
+ var partialBytes = (this.blockSize - inputLength) % this.blockSize;
245
+ if(partialBytes > 0) {
246
+ partialBytes = this.blockSize - partialBytes;
247
+ }
248
+
249
+ // XOR input with output, write input as partial output
250
+ this._partialOutput.clear();
251
+ for(var i = 0; i < this._ints; ++i) {
252
+ this._partialBlock[i] = input.getInt32() ^ this._outBlock[i];
253
+ this._partialOutput.putInt32(this._partialBlock[i]);
254
+ }
255
+
256
+ if(partialBytes > 0) {
257
+ // block still incomplete, restore input buffer
258
+ input.read -= this.blockSize;
259
+ } else {
260
+ // block complete, update input block
261
+ for(var i = 0; i < this._ints; ++i) {
262
+ this._inBlock[i] = this._partialBlock[i];
263
+ }
264
+ }
265
+
266
+ // skip any previous partial bytes
267
+ if(this._partialBytes > 0) {
268
+ this._partialOutput.getBytes(this._partialBytes);
269
+ }
270
+
271
+ if(partialBytes > 0 && !finish) {
272
+ output.putBytes(this._partialOutput.getBytes(
273
+ partialBytes - this._partialBytes));
274
+ this._partialBytes = partialBytes;
275
+ return true;
276
+ }
277
+
278
+ output.putBytes(this._partialOutput.getBytes(
279
+ inputLength - this._partialBytes));
280
+ this._partialBytes = 0;
281
+ };
282
+
283
+ modes.cfb.prototype.decrypt = function(input, output, finish) {
284
+ // not enough input to decrypt
285
+ var inputLength = input.length();
286
+ if(inputLength === 0) {
287
+ return true;
288
+ }
289
+
290
+ // encrypt block (CFB always uses encryption mode)
291
+ this.cipher.encrypt(this._inBlock, this._outBlock);
292
+
293
+ // handle full block
294
+ if(this._partialBytes === 0 && inputLength >= this.blockSize) {
295
+ // XOR input with output, write input as output
296
+ for(var i = 0; i < this._ints; ++i) {
297
+ this._inBlock[i] = input.getInt32();
298
+ output.putInt32(this._inBlock[i] ^ this._outBlock[i]);
299
+ }
300
+ return;
301
+ }
302
+
303
+ // handle partial block
304
+ var partialBytes = (this.blockSize - inputLength) % this.blockSize;
305
+ if(partialBytes > 0) {
306
+ partialBytes = this.blockSize - partialBytes;
307
+ }
308
+
309
+ // XOR input with output, write input as partial output
310
+ this._partialOutput.clear();
311
+ for(var i = 0; i < this._ints; ++i) {
312
+ this._partialBlock[i] = input.getInt32();
313
+ this._partialOutput.putInt32(this._partialBlock[i] ^ this._outBlock[i]);
314
+ }
315
+
316
+ if(partialBytes > 0) {
317
+ // block still incomplete, restore input buffer
318
+ input.read -= this.blockSize;
319
+ } else {
320
+ // block complete, update input block
321
+ for(var i = 0; i < this._ints; ++i) {
322
+ this._inBlock[i] = this._partialBlock[i];
323
+ }
324
+ }
325
+
326
+ // skip any previous partial bytes
327
+ if(this._partialBytes > 0) {
328
+ this._partialOutput.getBytes(this._partialBytes);
329
+ }
330
+
331
+ if(partialBytes > 0 && !finish) {
332
+ output.putBytes(this._partialOutput.getBytes(
333
+ partialBytes - this._partialBytes));
334
+ this._partialBytes = partialBytes;
335
+ return true;
336
+ }
337
+
338
+ output.putBytes(this._partialOutput.getBytes(
339
+ inputLength - this._partialBytes));
340
+ this._partialBytes = 0;
341
+ };
342
+
343
+ /** Output feedback (OFB) **/
344
+
345
+ modes.ofb = function(options) {
346
+ options = options || {};
347
+ this.name = 'OFB';
348
+ this.cipher = options.cipher;
349
+ this.blockSize = options.blockSize || 16;
350
+ this._ints = this.blockSize / 4;
351
+ this._inBlock = null;
352
+ this._outBlock = new Array(this._ints);
353
+ this._partialOutput = forge.util.createBuffer();
354
+ this._partialBytes = 0;
355
+ };
356
+
357
+ modes.ofb.prototype.start = function(options) {
358
+ if(!('iv' in options)) {
359
+ throw new Error('Invalid IV parameter.');
360
+ }
361
+ // use IV as first input
362
+ this._iv = transformIV(options.iv, this.blockSize);
363
+ this._inBlock = this._iv.slice(0);
364
+ this._partialBytes = 0;
365
+ };
366
+
367
+ modes.ofb.prototype.encrypt = function(input, output, finish) {
368
+ // not enough input to encrypt
369
+ var inputLength = input.length();
370
+ if(input.length() === 0) {
371
+ return true;
372
+ }
373
+
374
+ // encrypt block (OFB always uses encryption mode)
375
+ this.cipher.encrypt(this._inBlock, this._outBlock);
376
+
377
+ // handle full block
378
+ if(this._partialBytes === 0 && inputLength >= this.blockSize) {
379
+ // XOR input with output and update next input
380
+ for(var i = 0; i < this._ints; ++i) {
381
+ output.putInt32(input.getInt32() ^ this._outBlock[i]);
382
+ this._inBlock[i] = this._outBlock[i];
383
+ }
384
+ return;
385
+ }
386
+
387
+ // handle partial block
388
+ var partialBytes = (this.blockSize - inputLength) % this.blockSize;
389
+ if(partialBytes > 0) {
390
+ partialBytes = this.blockSize - partialBytes;
391
+ }
392
+
393
+ // XOR input with output
394
+ this._partialOutput.clear();
395
+ for(var i = 0; i < this._ints; ++i) {
396
+ this._partialOutput.putInt32(input.getInt32() ^ this._outBlock[i]);
397
+ }
398
+
399
+ if(partialBytes > 0) {
400
+ // block still incomplete, restore input buffer
401
+ input.read -= this.blockSize;
402
+ } else {
403
+ // block complete, update input block
404
+ for(var i = 0; i < this._ints; ++i) {
405
+ this._inBlock[i] = this._outBlock[i];
406
+ }
407
+ }
408
+
409
+ // skip any previous partial bytes
410
+ if(this._partialBytes > 0) {
411
+ this._partialOutput.getBytes(this._partialBytes);
412
+ }
413
+
414
+ if(partialBytes > 0 && !finish) {
415
+ output.putBytes(this._partialOutput.getBytes(
416
+ partialBytes - this._partialBytes));
417
+ this._partialBytes = partialBytes;
418
+ return true;
419
+ }
420
+
421
+ output.putBytes(this._partialOutput.getBytes(
422
+ inputLength - this._partialBytes));
423
+ this._partialBytes = 0;
424
+ };
425
+
426
+ modes.ofb.prototype.decrypt = modes.ofb.prototype.encrypt;
427
+
428
+ /** Counter (CTR) **/
429
+
430
+ modes.ctr = function(options) {
431
+ options = options || {};
432
+ this.name = 'CTR';
433
+ this.cipher = options.cipher;
434
+ this.blockSize = options.blockSize || 16;
435
+ this._ints = this.blockSize / 4;
436
+ this._inBlock = null;
437
+ this._outBlock = new Array(this._ints);
438
+ this._partialOutput = forge.util.createBuffer();
439
+ this._partialBytes = 0;
440
+ };
441
+
442
+ modes.ctr.prototype.start = function(options) {
443
+ if(!('iv' in options)) {
444
+ throw new Error('Invalid IV parameter.');
445
+ }
446
+ // use IV as first input
447
+ this._iv = transformIV(options.iv, this.blockSize);
448
+ this._inBlock = this._iv.slice(0);
449
+ this._partialBytes = 0;
450
+ };
451
+
452
+ modes.ctr.prototype.encrypt = function(input, output, finish) {
453
+ // not enough input to encrypt
454
+ var inputLength = input.length();
455
+ if(inputLength === 0) {
456
+ return true;
457
+ }
458
+
459
+ // encrypt block (CTR always uses encryption mode)
460
+ this.cipher.encrypt(this._inBlock, this._outBlock);
461
+
462
+ // handle full block
463
+ if(this._partialBytes === 0 && inputLength >= this.blockSize) {
464
+ // XOR input with output
465
+ for(var i = 0; i < this._ints; ++i) {
466
+ output.putInt32(input.getInt32() ^ this._outBlock[i]);
467
+ }
468
+ } else {
469
+ // handle partial block
470
+ var partialBytes = (this.blockSize - inputLength) % this.blockSize;
471
+ if(partialBytes > 0) {
472
+ partialBytes = this.blockSize - partialBytes;
473
+ }
474
+
475
+ // XOR input with output
476
+ this._partialOutput.clear();
477
+ for(var i = 0; i < this._ints; ++i) {
478
+ this._partialOutput.putInt32(input.getInt32() ^ this._outBlock[i]);
479
+ }
480
+
481
+ if(partialBytes > 0) {
482
+ // block still incomplete, restore input buffer
483
+ input.read -= this.blockSize;
484
+ }
485
+
486
+ // skip any previous partial bytes
487
+ if(this._partialBytes > 0) {
488
+ this._partialOutput.getBytes(this._partialBytes);
489
+ }
490
+
491
+ if(partialBytes > 0 && !finish) {
492
+ output.putBytes(this._partialOutput.getBytes(
493
+ partialBytes - this._partialBytes));
494
+ this._partialBytes = partialBytes;
495
+ return true;
496
+ }
497
+
498
+ output.putBytes(this._partialOutput.getBytes(
499
+ inputLength - this._partialBytes));
500
+ this._partialBytes = 0;
501
+ }
502
+
503
+ // block complete, increment counter (input block)
504
+ inc32(this._inBlock);
505
+ };
506
+
507
+ modes.ctr.prototype.decrypt = modes.ctr.prototype.encrypt;
508
+
509
+ /** Galois/Counter Mode (GCM) **/
510
+
511
+ modes.gcm = function(options) {
512
+ options = options || {};
513
+ this.name = 'GCM';
514
+ this.cipher = options.cipher;
515
+ this.blockSize = options.blockSize || 16;
516
+ this._ints = this.blockSize / 4;
517
+ this._inBlock = new Array(this._ints);
518
+ this._outBlock = new Array(this._ints);
519
+ this._partialOutput = forge.util.createBuffer();
520
+ this._partialBytes = 0;
521
+
522
+ // R is actually this value concatenated with 120 more zero bits, but
523
+ // we only XOR against R so the other zeros have no effect -- we just
524
+ // apply this value to the first integer in a block
525
+ this._R = 0xE1000000;
526
+ };
527
+
528
+ modes.gcm.prototype.start = function(options) {
529
+ if(!('iv' in options)) {
530
+ throw new Error('Invalid IV parameter.');
531
+ }
532
+ // ensure IV is a byte buffer
533
+ var iv = forge.util.createBuffer(options.iv);
534
+
535
+ // no ciphered data processed yet
536
+ this._cipherLength = 0;
537
+
538
+ // default additional data is none
539
+ var additionalData;
540
+ if('additionalData' in options) {
541
+ additionalData = forge.util.createBuffer(options.additionalData);
542
+ } else {
543
+ additionalData = forge.util.createBuffer();
544
+ }
545
+
546
+ // default tag length is 128 bits
547
+ if('tagLength' in options) {
548
+ this._tagLength = options.tagLength;
549
+ } else {
550
+ this._tagLength = 128;
551
+ }
552
+
553
+ // if tag is given, ensure tag matches tag length
554
+ this._tag = null;
555
+ if(options.decrypt) {
556
+ // save tag to check later
557
+ this._tag = forge.util.createBuffer(options.tag).getBytes();
558
+ if(this._tag.length !== (this._tagLength / 8)) {
559
+ throw new Error('Authentication tag does not match tag length.');
560
+ }
561
+ }
562
+
563
+ // create tmp storage for hash calculation
564
+ this._hashBlock = new Array(this._ints);
565
+
566
+ // no tag generated yet
567
+ this.tag = null;
568
+
569
+ // generate hash subkey
570
+ // (apply block cipher to "zero" block)
571
+ this._hashSubkey = new Array(this._ints);
572
+ this.cipher.encrypt([0, 0, 0, 0], this._hashSubkey);
573
+
574
+ // generate table M
575
+ // use 4-bit tables (32 component decomposition of a 16 byte value)
576
+ // 8-bit tables take more space and are known to have security
577
+ // vulnerabilities (in native implementations)
578
+ this.componentBits = 4;
579
+ this._m = this.generateHashTable(this._hashSubkey, this.componentBits);
580
+
581
+ // Note: support IV length different from 96 bits? (only supporting
582
+ // 96 bits is recommended by NIST SP-800-38D)
583
+ // generate J_0
584
+ var ivLength = iv.length();
585
+ if(ivLength === 12) {
586
+ // 96-bit IV
587
+ this._j0 = [iv.getInt32(), iv.getInt32(), iv.getInt32(), 1];
588
+ } else {
589
+ // IV is NOT 96-bits
590
+ this._j0 = [0, 0, 0, 0];
591
+ while(iv.length() > 0) {
592
+ this._j0 = this.ghash(
593
+ this._hashSubkey, this._j0,
594
+ [iv.getInt32(), iv.getInt32(), iv.getInt32(), iv.getInt32()]);
595
+ }
596
+ this._j0 = this.ghash(
597
+ this._hashSubkey, this._j0, [0, 0].concat(from64To32(ivLength * 8)));
598
+ }
599
+
600
+ // generate ICB (initial counter block)
601
+ this._inBlock = this._j0.slice(0);
602
+ inc32(this._inBlock);
603
+ this._partialBytes = 0;
604
+
605
+ // consume authentication data
606
+ additionalData = forge.util.createBuffer(additionalData);
607
+ // save additional data length as a BE 64-bit number
608
+ this._aDataLength = from64To32(additionalData.length() * 8);
609
+ // pad additional data to 128 bit (16 byte) block size
610
+ var overflow = additionalData.length() % this.blockSize;
611
+ if(overflow) {
612
+ additionalData.fillWithByte(0, this.blockSize - overflow);
613
+ }
614
+ this._s = [0, 0, 0, 0];
615
+ while(additionalData.length() > 0) {
616
+ this._s = this.ghash(this._hashSubkey, this._s, [
617
+ additionalData.getInt32(),
618
+ additionalData.getInt32(),
619
+ additionalData.getInt32(),
620
+ additionalData.getInt32()
621
+ ]);
622
+ }
623
+ };
624
+
625
+ modes.gcm.prototype.encrypt = function(input, output, finish) {
626
+ // not enough input to encrypt
627
+ var inputLength = input.length();
628
+ if(inputLength === 0) {
629
+ return true;
630
+ }
631
+
632
+ // encrypt block
633
+ this.cipher.encrypt(this._inBlock, this._outBlock);
634
+
635
+ // handle full block
636
+ if(this._partialBytes === 0 && inputLength >= this.blockSize) {
637
+ // XOR input with output
638
+ for(var i = 0; i < this._ints; ++i) {
639
+ output.putInt32(this._outBlock[i] ^= input.getInt32());
640
+ }
641
+ this._cipherLength += this.blockSize;
642
+ } else {
643
+ // handle partial block
644
+ var partialBytes = (this.blockSize - inputLength) % this.blockSize;
645
+ if(partialBytes > 0) {
646
+ partialBytes = this.blockSize - partialBytes;
647
+ }
648
+
649
+ // XOR input with output
650
+ this._partialOutput.clear();
651
+ for(var i = 0; i < this._ints; ++i) {
652
+ this._partialOutput.putInt32(input.getInt32() ^ this._outBlock[i]);
653
+ }
654
+
655
+ if(partialBytes <= 0 || finish) {
656
+ // handle overflow prior to hashing
657
+ if(finish) {
658
+ // get block overflow
659
+ var overflow = inputLength % this.blockSize;
660
+ this._cipherLength += overflow;
661
+ // truncate for hash function
662
+ this._partialOutput.truncate(this.blockSize - overflow);
663
+ } else {
664
+ this._cipherLength += this.blockSize;
665
+ }
666
+
667
+ // get output block for hashing
668
+ for(var i = 0; i < this._ints; ++i) {
669
+ this._outBlock[i] = this._partialOutput.getInt32();
670
+ }
671
+ this._partialOutput.read -= this.blockSize;
672
+ }
673
+
674
+ // skip any previous partial bytes
675
+ if(this._partialBytes > 0) {
676
+ this._partialOutput.getBytes(this._partialBytes);
677
+ }
678
+
679
+ if(partialBytes > 0 && !finish) {
680
+ // block still incomplete, restore input buffer, get partial output,
681
+ // and return early
682
+ input.read -= this.blockSize;
683
+ output.putBytes(this._partialOutput.getBytes(
684
+ partialBytes - this._partialBytes));
685
+ this._partialBytes = partialBytes;
686
+ return true;
687
+ }
688
+
689
+ output.putBytes(this._partialOutput.getBytes(
690
+ inputLength - this._partialBytes));
691
+ this._partialBytes = 0;
692
+ }
693
+
694
+ // update hash block S
695
+ this._s = this.ghash(this._hashSubkey, this._s, this._outBlock);
696
+
697
+ // increment counter (input block)
698
+ inc32(this._inBlock);
699
+ };
700
+
701
+ modes.gcm.prototype.decrypt = function(input, output, finish) {
702
+ // not enough input to decrypt
703
+ var inputLength = input.length();
704
+ if(inputLength < this.blockSize && !(finish && inputLength > 0)) {
705
+ return true;
706
+ }
707
+
708
+ // encrypt block (GCM always uses encryption mode)
709
+ this.cipher.encrypt(this._inBlock, this._outBlock);
710
+
711
+ // increment counter (input block)
712
+ inc32(this._inBlock);
713
+
714
+ // update hash block S
715
+ this._hashBlock[0] = input.getInt32();
716
+ this._hashBlock[1] = input.getInt32();
717
+ this._hashBlock[2] = input.getInt32();
718
+ this._hashBlock[3] = input.getInt32();
719
+ this._s = this.ghash(this._hashSubkey, this._s, this._hashBlock);
720
+
721
+ // XOR hash input with output
722
+ for(var i = 0; i < this._ints; ++i) {
723
+ output.putInt32(this._outBlock[i] ^ this._hashBlock[i]);
724
+ }
725
+
726
+ // increment cipher data length
727
+ if(inputLength < this.blockSize) {
728
+ this._cipherLength += inputLength % this.blockSize;
729
+ } else {
730
+ this._cipherLength += this.blockSize;
731
+ }
732
+ };
733
+
734
+ modes.gcm.prototype.afterFinish = function(output, options) {
735
+ var rval = true;
736
+
737
+ // handle overflow
738
+ if(options.decrypt && options.overflow) {
739
+ output.truncate(this.blockSize - options.overflow);
740
+ }
741
+
742
+ // handle authentication tag
743
+ this.tag = forge.util.createBuffer();
744
+
745
+ // concatenate additional data length with cipher length
746
+ var lengths = this._aDataLength.concat(from64To32(this._cipherLength * 8));
747
+
748
+ // include lengths in hash
749
+ this._s = this.ghash(this._hashSubkey, this._s, lengths);
750
+
751
+ // do GCTR(J_0, S)
752
+ var tag = [];
753
+ this.cipher.encrypt(this._j0, tag);
754
+ for(var i = 0; i < this._ints; ++i) {
755
+ this.tag.putInt32(this._s[i] ^ tag[i]);
756
+ }
757
+
758
+ // trim tag to length
759
+ this.tag.truncate(this.tag.length() % (this._tagLength / 8));
760
+
761
+ // check authentication tag
762
+ if(options.decrypt && this.tag.bytes() !== this._tag) {
763
+ rval = false;
764
+ }
765
+
766
+ return rval;
767
+ };
768
+
769
+ /**
770
+ * See NIST SP-800-38D 6.3 (Algorithm 1). This function performs Galois
771
+ * field multiplication. The field, GF(2^128), is defined by the polynomial:
772
+ *
773
+ * x^128 + x^7 + x^2 + x + 1
774
+ *
775
+ * Which is represented in little-endian binary form as: 11100001 (0xe1). When
776
+ * the value of a coefficient is 1, a bit is set. The value R, is the
777
+ * concatenation of this value and 120 zero bits, yielding a 128-bit value
778
+ * which matches the block size.
779
+ *
780
+ * This function will multiply two elements (vectors of bytes), X and Y, in
781
+ * the field GF(2^128). The result is initialized to zero. For each bit of
782
+ * X (out of 128), x_i, if x_i is set, then the result is multiplied (XOR'd)
783
+ * by the current value of Y. For each bit, the value of Y will be raised by
784
+ * a power of x (multiplied by the polynomial x). This can be achieved by
785
+ * shifting Y once to the right. If the current value of Y, prior to being
786
+ * multiplied by x, has 0 as its LSB, then it is a 127th degree polynomial.
787
+ * Otherwise, we must divide by R after shifting to find the remainder.
788
+ *
789
+ * @param x the first block to multiply by the second.
790
+ * @param y the second block to multiply by the first.
791
+ *
792
+ * @return the block result of the multiplication.
793
+ */
794
+ modes.gcm.prototype.multiply = function(x, y) {
795
+ var z_i = [0, 0, 0, 0];
796
+ var v_i = y.slice(0);
797
+
798
+ // calculate Z_128 (block has 128 bits)
799
+ for(var i = 0; i < 128; ++i) {
800
+ // if x_i is 0, Z_{i+1} = Z_i (unchanged)
801
+ // else Z_{i+1} = Z_i ^ V_i
802
+ // get x_i by finding 32-bit int position, then left shift 1 by remainder
803
+ var x_i = x[(i / 32) | 0] & (1 << (31 - i % 32));
804
+ if(x_i) {
805
+ z_i[0] ^= v_i[0];
806
+ z_i[1] ^= v_i[1];
807
+ z_i[2] ^= v_i[2];
808
+ z_i[3] ^= v_i[3];
809
+ }
810
+
811
+ // if LSB(V_i) is 1, V_i = V_i >> 1
812
+ // else V_i = (V_i >> 1) ^ R
813
+ this.pow(v_i, v_i);
814
+ }
815
+
816
+ return z_i;
817
+ };
818
+
819
+ modes.gcm.prototype.pow = function(x, out) {
820
+ // if LSB(x) is 1, x = x >>> 1
821
+ // else x = (x >>> 1) ^ R
822
+ var lsb = x[3] & 1;
823
+
824
+ // always do x >>> 1:
825
+ // starting with the rightmost integer, shift each integer to the right
826
+ // one bit, pulling in the bit from the integer to the left as its top
827
+ // most bit (do this for the last 3 integers)
828
+ for(var i = 3; i > 0; --i) {
829
+ out[i] = (x[i] >>> 1) | ((x[i - 1] & 1) << 31);
830
+ }
831
+ // shift the first integer normally
832
+ out[0] = x[0] >>> 1;
833
+
834
+ // if lsb was not set, then polynomial had a degree of 127 and doesn't
835
+ // need to divided; otherwise, XOR with R to find the remainder; we only
836
+ // need to XOR the first integer since R technically ends w/120 zero bits
837
+ if(lsb) {
838
+ out[0] ^= this._R;
839
+ }
840
+ };
841
+
842
+ modes.gcm.prototype.tableMultiply = function(x) {
843
+ // assumes 4-bit tables are used
844
+ var z = [0, 0, 0, 0];
845
+ for(var i = 0; i < 32; ++i) {
846
+ var idx = (i / 8) | 0;
847
+ var x_i = (x[idx] >>> ((7 - (i % 8)) * 4)) & 0xF;
848
+ var ah = this._m[i][x_i];
849
+ z[0] ^= ah[0];
850
+ z[1] ^= ah[1];
851
+ z[2] ^= ah[2];
852
+ z[3] ^= ah[3];
853
+ }
854
+ return z;
855
+ };
856
+
857
+ /**
858
+ * A continuing version of the GHASH algorithm that operates on a single
859
+ * block. The hash block, last hash value (Ym) and the new block to hash
860
+ * are given.
861
+ *
862
+ * @param h the hash block.
863
+ * @param y the previous value for Ym, use [0, 0, 0, 0] for a new hash.
864
+ * @param x the block to hash.
865
+ *
866
+ * @return the hashed value (Ym).
867
+ */
868
+ modes.gcm.prototype.ghash = function(h, y, x) {
869
+ y[0] ^= x[0];
870
+ y[1] ^= x[1];
871
+ y[2] ^= x[2];
872
+ y[3] ^= x[3];
873
+ return this.tableMultiply(y);
874
+ //return this.multiply(y, h);
875
+ };
876
+
877
+ /**
878
+ * Precomputes a table for multiplying against the hash subkey. This
879
+ * mechanism provides a substantial speed increase over multiplication
880
+ * performed without a table. The table-based multiplication this table is
881
+ * for solves X * H by multiplying each component of X by H and then
882
+ * composing the results together using XOR.
883
+ *
884
+ * This function can be used to generate tables with different bit sizes
885
+ * for the components, however, this implementation assumes there are
886
+ * 32 components of X (which is a 16 byte vector), therefore each component
887
+ * takes 4-bits (so the table is constructed with bits=4).
888
+ *
889
+ * @param h the hash subkey.
890
+ * @param bits the bit size for a component.
891
+ */
892
+ modes.gcm.prototype.generateHashTable = function(h, bits) {
893
+ // TODO: There are further optimizations that would use only the
894
+ // first table M_0 (or some variant) along with a remainder table;
895
+ // this can be explored in the future
896
+ var multiplier = 8 / bits;
897
+ var perInt = 4 * multiplier;
898
+ var size = 16 * multiplier;
899
+ var m = new Array(size);
900
+ for(var i = 0; i < size; ++i) {
901
+ var tmp = [0, 0, 0, 0];
902
+ var idx = (i / perInt) | 0;
903
+ var shft = ((perInt - 1 - (i % perInt)) * bits);
904
+ tmp[idx] = (1 << (bits - 1)) << shft;
905
+ m[i] = this.generateSubHashTable(this.multiply(tmp, h), bits);
906
+ }
907
+ return m;
908
+ };
909
+
910
+ /**
911
+ * Generates a table for multiplying against the hash subkey for one
912
+ * particular component (out of all possible component values).
913
+ *
914
+ * @param mid the pre-multiplied value for the middle key of the table.
915
+ * @param bits the bit size for a component.
916
+ */
917
+ modes.gcm.prototype.generateSubHashTable = function(mid, bits) {
918
+ // compute the table quickly by minimizing the number of
919
+ // POW operations -- they only need to be performed for powers of 2,
920
+ // all other entries can be composed from those powers using XOR
921
+ var size = 1 << bits;
922
+ var half = size >>> 1;
923
+ var m = new Array(size);
924
+ m[half] = mid.slice(0);
925
+ var i = half >>> 1;
926
+ while(i > 0) {
927
+ // raise m0[2 * i] and store in m0[i]
928
+ this.pow(m[2 * i], m[i] = []);
929
+ i >>= 1;
930
+ }
931
+ i = 2;
932
+ while(i < half) {
933
+ for(var j = 1; j < i; ++j) {
934
+ var m_i = m[i];
935
+ var m_j = m[j];
936
+ m[i + j] = [
937
+ m_i[0] ^ m_j[0],
938
+ m_i[1] ^ m_j[1],
939
+ m_i[2] ^ m_j[2],
940
+ m_i[3] ^ m_j[3]
941
+ ];
942
+ }
943
+ i *= 2;
944
+ }
945
+ m[0] = [0, 0, 0, 0];
946
+ /* Note: We could avoid storing these by doing composition during multiply
947
+ calculate top half using composition by speed is preferred. */
948
+ for(i = half + 1; i < size; ++i) {
949
+ var c = m[i ^ half];
950
+ m[i] = [mid[0] ^ c[0], mid[1] ^ c[1], mid[2] ^ c[2], mid[3] ^ c[3]];
951
+ }
952
+ return m;
953
+ };
954
+
955
+ /** Utility functions */
956
+
957
+ function transformIV(iv, blockSize) {
958
+ if(typeof iv === 'string') {
959
+ // convert iv string into byte buffer
960
+ iv = forge.util.createBuffer(iv);
961
+ }
962
+
963
+ if(forge.util.isArray(iv) && iv.length > 4) {
964
+ // convert iv byte array into byte buffer
965
+ var tmp = iv;
966
+ iv = forge.util.createBuffer();
967
+ for(var i = 0; i < tmp.length; ++i) {
968
+ iv.putByte(tmp[i]);
969
+ }
970
+ }
971
+
972
+ if(iv.length() < blockSize) {
973
+ throw new Error(
974
+ 'Invalid IV length; got ' + iv.length() +
975
+ ' bytes and expected ' + blockSize + ' bytes.');
976
+ }
977
+
978
+ if(!forge.util.isArray(iv)) {
979
+ // convert iv byte buffer into 32-bit integer array
980
+ var ints = [];
981
+ var blocks = blockSize / 4;
982
+ for(var i = 0; i < blocks; ++i) {
983
+ ints.push(iv.getInt32());
984
+ }
985
+ iv = ints;
986
+ }
987
+
988
+ return iv;
989
+ }
990
+
991
+ function inc32(block) {
992
+ // increment last 32 bits of block only
993
+ block[block.length - 1] = (block[block.length - 1] + 1) & 0xFFFFFFFF;
994
+ }
995
+
996
+ function from64To32(num) {
997
+ // convert 64-bit number to two BE Int32s
998
+ return [(num / 0x100000000) | 0, num & 0xFFFFFFFF];
999
+ }