1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

Compare commits

..

53 Commits

Author SHA1 Message Date
Kevin Glynn
f9038369ac System.IComparable is java's Comparable 2013-04-21 14:02:06 +02:00
Kevin Glynn
404b82503d We need ant to build too 2013-03-25 17:31:53 +01:00
Kevin Glynn
303633ed0e Provide a little more clarity around licnesing of test snippets 2013-03-25 17:31:30 +01:00
Kevin Glynn
4656b1d487 bump version number for next release 2013-03-25 09:25:29 +01:00
Kevin Glynn
02d9dd0411 Update README
improve english
2013-03-25 09:20:38 +01:00
Kevin Glynn
1d06999929 add history 2013-03-18 18:25:13 +01:00
Kevin Glynn
e91ef628c9 All files 644 2013-03-18 16:46:18 +01:00
Kevin Glynn
92321f33b0 Add BUILDING instructions 2013-03-18 16:40:57 +01:00
Kevin Glynn
942443b74b Add MIT License to source files 2013-03-18 16:31:23 +01:00
Kevin Glynn
b697d4e705 remove ant-antlr3 src 2013-03-18 15:28:44 +01:00
Kevin Glynn
fa01593354 some simplification 2013-03-18 15:20:43 +01:00
Kevin Glynn
c05bbe34c6 remove old stuff 2013-03-18 15:10:07 +01:00
Kevin Glynn
99d3701615 refreshed docs 2013-03-18 10:18:03 +01:00
Kevin Glynn
9805592294 necessary updates 2013-03-18 10:17:49 +01:00
Kevin Glynn
7b2343b568 remove old stuff 2013-03-18 10:15:08 +01:00
Kevin Glynn
d4cee45bdd Remove old stuff 2013-03-18 10:10:39 +01:00
Kevin Glynn
5462d79b94 Add top level README and COPYING 2013-03-18 09:57:13 +01:00
Kevin Glynn
5672fcccd8 remove sample configs and include configs for test project in resources 2013-03-18 09:52:40 +01:00
Kevin Glynn
33f9d0046d Remove leftover project refs to signer/key generator. remove some now unused member vars 2013-03-15 17:37:46 +01:00
Kevin Glynn
9f06a5d2d1 remove trial only 'features' 2013-03-15 17:21:23 +01:00
Kevin Glynn
376a374301 No obfuscate, no trial version 2013-03-15 17:00:58 +01:00
Kevin Glynn
300b059d49 Update NOTICE 2013-03-15 16:58:47 +01:00
Kevin Glynn
9f9ec52bfb Remove code to sign xml files 2013-03-15 16:53:19 +01:00
Kevin Glynn
4b918c2693 Remove signatures 2013-03-15 16:50:55 +01:00
Kevin Glynn
5110fd1e33 Remove antlr2 code 2013-03-15 16:15:13 +01:00
Kevin Glynn
23e08c4f62 sync from Rustici 2013-03-15 16:10:45 +01:00
Kevin Glynn
db1b823dd1 late addition to CHANGELOG .. 2013-03-04 17:09:34 +01:00
Kevin Glynn
0525fe2c8c Update signature lines 2013-03-04 08:56:32 -06:00
Kevin Glynn
f6265cffd5 Add signature line 2013-03-04 08:54:26 -06:00
Kevin Glynn
03064de2b6 Bump for release 2013-03-04 15:49:07 +01:00
Kevin Glynn
c1d7ecea72 Add HasValue and Vale properties for nullable types 2013-03-01 12:53:02 +01:00
Kevin Glynn
b38a1a6db0 Convert nullable types to their boxed equivalent (and print warning) 2013-03-01 12:52:21 +01:00
Kevin Glynn
aa1bba52fc Updated signatures 2012-09-10 03:17:01 -05:00
Kevin Glynn
e8bfc96263 Add file from ScormEngine's copy 2012-09-10 10:15:57 +02:00
Kevin Glynn
adbdfde9cc write xmls to a unique place 2012-09-06 15:51:44 +02:00
Kevin Glynn
1e57216794 Also allow for fully qualified types when making static calls 2012-09-06 15:50:35 +02:00
Kevin Glynn
c430fb0aab Add the current namespace to the list of places to search when looking for types 2012-09-06 15:50:01 +02:00
Kevin Glynn
be1fe6d476 sync from RS 2012-09-03 18:36:31 +02:00
Kevin Glynn
7d27b211a6 template config for subset of scormengine 2012-09-03 17:48:34 +02:00
Kevin Glynn
6171de410f bump rs version number 2012-09-03 17:47:47 +02:00
Kevin Glynn
3d7e2a0dc6 If class is fully qualified and doesn;t have a special translation then keep fully qualified in the Java. This allows a way to refer to multiple classes eith the same name (but different namespace ...) 2012-09-03 17:47:30 +02:00
Kevin Glynn
e7a8fe4efe C# readonly is java final for member variables (Java allows to assign in constructor too) 2012-09-03 17:46:11 +02:00
Kevin Glynn
4d78138a2a Add test for broken ref/out in if-then-else conditionals 2012-09-03 17:44:57 +02:00
Kevin Glynn
ce213809d1 Support for unicode identifiers 2012-05-13 12:32:53 +02:00
Kevin Glynn
7b9ab466a9 sync from RS: Use support routine for rounding to fixed number of places 2012-04-10 14:45:33 +02:00
Kevin Glynn
2c5e4afa3b sync from RS: Add better enum parsing 2012-04-10 14:45:01 +02:00
Kevin Glynn
13c808d373 (re)support --dump-enums 2012-02-29 14:08:42 +01:00
Kevin Glynn
6e39b1688b If the exception is a runtime exception then just propogate, don't wrap 2012-02-27 11:19:35 +01:00
Kevin Glynn
e4dc32576c add convenienece method to get java InternetAddress from a MailAddress 2012-02-27 10:44:04 +01:00
Ben Clark
addcb8fc40 ArgumentException requires an import when referenced, not just when constructed 2012-02-27 10:40:56 +01:00
Kevin Glynn
90b75f3bda IOThrowable is IOThrowable .... 2012-02-27 10:12:56 +01:00
Kevin Glynn
c4e9e710f4 remove unused import 2012-02-08 10:14:11 +01:00
Kevin Glynn
c610bfe980 CSList must imolement the List interface 2012-02-07 14:36:08 +01:00
564 changed files with 1447 additions and 24351 deletions

24
COPYING Normal file
View File

@ -0,0 +1,24 @@
CS2J has two components:
- CSharpTranslator:
This builds the cs2j.exe executable. This executable runs
directly under Windows and under Mono on other platforms
(http://www.mono-project.com/Main_Page).
This work is licensed under the MIT / X Window System License
(http://opensource.org/licenses/mit-license.php).
With this licensing then the produced Java code should be
completely unencumbered and you can do what you want with it.
- CS2JLibrary:
This contains the XML translation files that direct CS2J to
translate .Net framework calls into appropriate Java code, and
the CS2JLibrary Java support library that translated applications
include.
This work is licensed under the Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0).

View File

@ -1,6 +1,7 @@
CS2J Library CS2J Library
Copyright 2007,2008,2009,2010 Rustici Software, LLC Copyright 2007-2013 Rustici Software, LLC
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Copyright 2010-2013 Kevin Glynn (kevin.glynn@twigletsoftware.com)
This product includes software developed by This product includes software developed by
Rustici Software, LLC (http://www.scorm.com/). Rustici Software, LLC (http://www.scorm.com/)
and Kevin Glynn (http://www.twigletsoftware.com).

View File

@ -27,4 +27,4 @@
<Name>mk</Name> <Name>mk</Name>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>+qhh/tw0LCtOBN7KkCVmLUWnZUU=</DigestValue></Reference></SignedInfo><SignatureValue>PIPZ6Tk7jst1NC5hDM/8hhmchjZ2ohbzkJkgm2owrs0CB1B+iAFwS1lJKXYJRL1dhmjgTktZYf879q9kIjDd40av82HdxkPrnkU4MxOxk9FD60aU4ryP560RyqBS+eZLTiOVwI5oLmkE1Zv9AOWxUaZ/OnmY+6TJnRgorygqqew=</SignatureValue></Signature></Class> </Class>

View File

@ -15,4 +15,4 @@
<TypeParams> <TypeParams>
<Name>E</Name> <Name>E</Name>
</TypeParams> </TypeParams>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>g9X4JwRWun7LfaOWXRo7bg0V0wQ=</DigestValue></Reference></SignedInfo><SignatureValue>G1f57I1hUhz7XfYjvl8lC3vlJ5T3iDlc7GNPlcxN/mRkOTDXwqrTiFUcExmGtBuGfqkAVjQIDctexOwkP6z5pZ6VCiY76ti1AiAXQUhKUSe9uav+GXCas7KSYnzKKnbBpyESinVyFLKDuavXkVwD4DTFpoqH9uLZxssWPNOrHag=</SignatureValue></Signature></Interface> </Interface>

View File

@ -43,4 +43,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>pGPM09fTQoml/g9H+67m0NSehzc=</DigestValue></Reference></SignedInfo><SignatureValue>bXOgNeli5u9NXkMj3xgnkcudKVxosUjwXv4TvQfOd3iOacagMAY4/dRFPkbZM6RT7lBE6Uzo2OCsqhXYDAhqyYqHdHJ12rJOhMeLKo4czbZCwSHi6NUwKjasKKc2Byres56f7HTRdvfi7kxAUr/M4DfClSALI2ziQCbXj3MAR88=</SignatureValue></Signature></Class> </Class>

View File

@ -49,4 +49,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>4b/KSDK568s56twipOj0YRfWUjI=</DigestValue></Reference></SignedInfo><SignatureValue>cfgLeHXgmq/PrTVDzC9ZfAnbAFvLBFDOvSW4qJ9PaCsUu2MolqkmEVUMVdUVAW1aqNyavG1MYM3SAtTV14xFmajy/uXw25GjKUwHRfZZHr44fQT71xx7FGMxboR8Rz7BkDCVz7APA7kPf835QPDSfNSFyPsdyGMnDSI7YoSWqFE=</SignatureValue></Signature></Class> </Class>

View File

@ -76,4 +76,4 @@
<Return>System.Boolean</Return> <Return>System.Boolean</Return>
</Invoke> </Invoke>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>403Fnw310ZyoLReq83TWswqCBTg=</DigestValue></Reference></SignedInfo><SignatureValue>MKhlQT3UojGOqO34vN/ECs1wbe+hEwyWzrbocqMTAPf+QuloaVm5iCXeXcdRWdbpKSANEkeV907MOFKIdYMGks9ZtNwWI6yEM15xi8/HyuHUXOtC6qfsc/+uurY/qSuAZJPWMVMI6V3GDWHj5jduW4zc2R2ghrqSvFZz7ACVF7E=</SignatureValue></Signature></Delegate> </Delegate>

View File

@ -35,4 +35,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>csHM+322NGEkjhtUaqVqhEdDaf4=</DigestValue></Reference></SignedInfo><SignatureValue>bAZ8HiaaiLU21DKydvOquzxScfvhC9jk67KQ/yRI67oIZFK3CAfo04enMplJ2k84YoFIMrkZtvRidMJJrSahWHDl9qUWcYFfyRUuw3y1razVYcUYdS9OLVP9Gbhs8itCoKmPQ/bzY1mtMMKE3GQbgOgzG7Tjim+AO0yl6tpGYlU=</SignatureValue></Signature></Class> </Class>

View File

@ -68,4 +68,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>wKAlXgsoeaS+aLO3amFA5RiwWFM=</DigestValue></Reference></SignedInfo><SignatureValue>CtV6aD06QgWuXtNCzpHUNUZdWeRrhJT3NvfRluNdz79nJkiFtkjETCKGSi33XiRdxveKFBtJF+KMo+R8YVbnfEiubVeaeFJQ1eRg8irv3GhfVNNcrv9zFyMq7cCRPgGwyykUdHhXxvtfZITOvZdfBneoalWZ/aJH1ja2tucL3BQ=</SignatureValue></Signature></Class> </Class>

View File

@ -8,7 +8,9 @@
--> -->
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports /> <Imports>
<Import>CS2JNet.System.ArgumentException</Import>
</Imports>
<Java>ArgumentException</Java> <Java>ArgumentException</Java>
<Name>System.ArgumentException</Name> <Name>System.ArgumentException</Name>
<Uses /> <Uses />
@ -108,4 +110,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Y4yxDrGpA33OvePneLd+HYMTp6k=</DigestValue></Reference></SignedInfo><SignatureValue>Lncr7yNaFrSKNLGZicNP+svC65lLZ2oKBZpxETz5u1/qO7SRq4ifSF5QS1MPM/54VjbPowMvQxoKntDn5keH4Kkq9YNcheIMT9/gI6PPnRPERtFe2npzbmMKWvju6Vxvqdw4hKL3VWyF/fYtfF2raZsJ93GsbJkk/igOG9Ba2nw=</SignatureValue></Signature></Class> </Class>

View File

@ -68,4 +68,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Ucq1oaY1HGZ/ornt2qli1mMdQ+w=</DigestValue></Reference></SignedInfo><SignatureValue>RQo6mIRH/DojiBvIE85pk00RJazTMWP1b60Ca78gtwuqjwfL6plDspuu4/2vAloZImwJq9zCalpS5VIkumU2OvmgVgZjnB8o8WDQS3XX6K/dc8Cgx6QXGsjNFqBnaGSaPj82uOFf7KuLMn59jK3FMKZsN1aTJ8Gl6HUJp1nb8SM=</SignatureValue></Signature></Class> </Class>

View File

@ -81,4 +81,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>4tVOJbuP1pVke4TtnQZVaouGbx0=</DigestValue></Reference></SignedInfo><SignatureValue>IoUhzxP/j0CrwueOE6tQAtfxoKXoyCBkos7axq4itnvWX4jZr6VzlO37NIPoDcbzIkOXClg/nfS6q8TuIFGw/gYwHafjI/OBYSpCZwlfXLMmc+HCzxMnWWue0a7IOXNzTbeWrbd7gy4Qp0zv8Wr45NlgdWJpGVTQaXWbAiO5jmw=</SignatureValue></Signature></Class> </Class>

View File

@ -22,4 +22,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>CWUAumRJSDwnzFCd2RPMCJjDw5c=</DigestValue></Reference></SignedInfo><SignatureValue>JRkTEp9fkPdmp++UvTi5AksnJ0IaXMu/LRDy2Voy8cGQW3IyATaYxLAuYDcbJfKPmnZydar/0QTPKgySdRRQVKk/WZavhj58+eVjwisp/g2TqbytkbUg4QlEnboYEK6k60zuiEElmLPi/dRcnWq8EAkgZcsV84rcE+g2c95D2CY=</SignatureValue></Signature></Class> </Class>

View File

@ -80,4 +80,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>LXr8IQeYdblWablm8ZEUQ8avv94=</DigestValue></Reference></SignedInfo><SignatureValue>NHn9HVhQHaHf7IpenO20mz1YpPlbrYayWh047QQk0mcXM2UhfuTxliPEnYWmsPpzVCivD6POOAQmEjOr+tbX5evwvzlbLQZSZPRoolMlCYnl8C86VgIKguaNEenOPB/Ul2O+FfAORA0TbInjAZDrAbqyHTQi7DgHMOkj0HUtOW4=</SignatureValue></Signature></Class> </Class>

View File

@ -57,6 +57,14 @@
<Get>Byte.MAX_VALUE</Get> <Get>Byte.MAX_VALUE</Get>
<Set>${this:16}.setMaxValue(${value})</Set> <Set>${this:16}.setMaxValue(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Byte</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -74,4 +82,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Y2LoN/L8S/T/zmckI0vax2d/qBg=</DigestValue></Reference></SignedInfo><SignatureValue>XCvcHtnRM1XHEUhyKlJtdQCNMQCtmG/LwVNJJ1NxQ2Xip9e9yG2beTSFe0mdZ+/f9d5t9BRfWwPo1SBoR8rX+giZyh5yZZFDCCUk/c/0eLMlWcZSN//KfxuIIMlwvSo85C/57ogFNRAtYi9Uuk0QJ+dQjtUF+nHbd2nxypEdIVw=</SignatureValue></Signature></Class> </Class>

View File

@ -164,6 +164,14 @@
<Get>Character.MAX_VALUE</Get> <Get>Character.MAX_VALUE</Get>
<Set>${this:16}.setMaxValue(${value})</Set> <Set>${this:16}.setMaxValue(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Char</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -172,4 +180,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>ZzNrt7+3HITnGivCnsKAwgnrNlc=</DigestValue></Reference></SignedInfo><SignatureValue>WS5EeaGTVHA6nAqntFrCTISsaU9fIm8useh0Cs+xQHdIX1M4Qw4wXRXkPPTLCiNkBQS4RGSnzsD6Rg1fPFO3GdUvwdSlsK/mgIBmIZhRfE25X0WxlPlZT0oZEaKDwtiaexW3H+g+nFcCZAyVQuT0twoXeegKS0wSz2DHZWkxtuw=</SignatureValue></Signature></Class> </Class>

View File

@ -219,4 +219,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>4Q7kr85rDJfJSkJwPLEwyC54lOQ=</DigestValue></Reference></SignedInfo><SignatureValue>b2spB0DYzw88p1wRy8aWtCCWnAFv+FyCSg82kn2rfvwfsgzqPYQKToRBlMnQBLUTZYnRL9Ki5oCEHIxN/VQyjJJSgyPbbzhrkt/mehVRpXw5GbLzj4JSc+hqa+JDPilsuRfEbjpa9dTYgcmS6+GrU4IgJimdkm4HsUhWg9bx0bw=</SignatureValue></Signature></Class> </Class>

View File

@ -41,4 +41,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>eTYKwE5MiNpvE4vXplBizURvVNg=</DigestValue></Reference></SignedInfo><SignatureValue>Fb5jiXxPu9S70KLfSCKliYyaL90Sk8SZumqB9Idc3qwVcMlRPFQAKuol+zsk/TENiDp7Nw48WJ/mQ5LxCO9a/0NV22c7/q9PYdIYlLZu3sApcS82/MtJ8AAeG/o8OvpjgaP71CS2xhZCE4DOnkrWBYJmQCF02jogJVpGWbDjARw=</SignatureValue></Signature></Class> </Class>

View File

@ -132,4 +132,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>qbxkvItrQBq06TjO7qOtFI8C/q0=</DigestValue></Reference></SignedInfo><SignatureValue>RcwnIhyoghrIJVGfVld2S5OkoSKruLMH/elhtAB+HTovqtoa+1Sdb1cVkFbu8Vb4YpAubmZh6Kv87UYSjKb50c15xCsx3naC7Je/qZ68rac206rokoqKiLXAV5M5C+Pr0q8gFyQK60WohWma7DrsO+B5ByXYR1UORm6Tk4WO04Q=</SignatureValue></Signature></Class> </Class>

View File

@ -45,4 +45,4 @@
<Return>System.Int32</Return> <Return>System.Int32</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>xg1B8jfoTV1ueNVykc2cQIu0unw=</DigestValue></Reference></SignedInfo><SignatureValue>EvK33gNJAYpJkNULRFgk2X07d9CLOhVDH3/3r0fK2JN1Ryx3P7nr2JYXDJrPX9PBXlv87h0PJzUkWI+3AfhUAhCemIOXg4eCgIOR19UQbRKj/DAZOuHB6vAh+VTmLsksk7Gn1gBI26M52kUG07+e9T6uMzoUXzkhyRjYPdsqYV4=</SignatureValue></Signature></Interface> </Interface>

View File

@ -33,4 +33,4 @@
</Methods> </Methods>
<Properties> <Properties>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>/PjF1YTT9YA7Mx/RRyWYrceaKa0=</DigestValue></Reference></SignedInfo><SignatureValue>axDWxokriznrp2wjipORfzl9sGm+cQ8TDNWUXEU1IdY1uVCkjb9eSKpItf/HOEftNpt3HVmaXN9jQGXSGid0LPNeKSgRa1MvjvgW3ook98V1IH9jgZGRRMsgzJZ+1C+1wpHd9XRqmiOVD2eFgmsynaGyJwwsAL1hX7DP6rY/ps8=</SignatureValue></Signature></Interface> </Interface>

View File

@ -107,4 +107,4 @@
<Get>${this:16}.size()</Get> <Get>${this:16}.size()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>fpA5mzd7uSydJ39naiGawtThKDc=</DigestValue></Reference></SignedInfo><SignatureValue>D1TT04CTYN02le4ObDbYmPD7XClbG199Q5JPa76i7NqmeJIMOA+tF2WT3wvZiCX7zV4dFY4gDwkqX++ByzuV7c2YHxwrmDmnNEMhb1i6Pr5bbLNcfq/aMR30ovwzUBghyBQEQpi3bBjkmGrTyEyMavEtL3hEWpzU13migeXfxg0=</SignatureValue></Signature></Interface> </Interface>

View File

@ -29,4 +29,4 @@
<Return>System.Collections.Generic.IEnumerator*[E]*</Return> <Return>System.Collections.Generic.IEnumerator*[E]*</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>wLoyJFYOWU/g9aF2YOaGrd/r0tk=</DigestValue></Reference></SignedInfo><SignatureValue>Pn1IelTHcivEyVgXDzK995cTFBf60c88FlFehGdqld48kAjf1/Lw9GE9uLuog2EkAZDwZdiVri8TCuVxcQuqK3usLA2f9HXi6QGBpqgqEpCy9liqwVREXKEjx2XgDnhN1OsICXXxpIA80oCdA2GTvs0UV1fT6XzZMqoarfRWo3M=</SignatureValue></Signature></Interface> </Interface>

View File

@ -40,4 +40,4 @@
<Return>System.Void</Return> <Return>System.Void</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>PM854N31DlsktKMB9MimB6rJgNo=</DigestValue></Reference></SignedInfo><SignatureValue>IFBn36M/2ZVmYMNu+d4x8yxjKJmdroJUkE6GtnoZfiyjs36sc7EamFX/RCluPd7DGl9VyH9b6d3FfzFDyCBqNOrZgO8WEGlCgWIFJv1tMv6dQTXwJhFmh2yahqXdtWPsGKuhw1zrt5GXNvoGZAmXuJpXlQkHjaFgghLeB9MLKII=</SignatureValue></Signature></Interface> </Interface>

View File

@ -206,4 +206,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>IgXDljTTVXNAIdoMVEASfFYQRnE=</DigestValue></Reference></SignedInfo><SignatureValue>Kfq5KpG4xWimh3LZyVEyE7QAnL8rdoaVdcdr7ZA870aBr5CYKbU6Hobh2vfLnEobWsS+feKW5Mh5WUFLfvpkcmZv+UD9w+ZfdySPHPwTLEs47Y0kvworZBcMuIUGtBEoQQNkb/fGRY+F4jB7TimeBfPlqSOYsrW0OuJn6v5DcNg=</SignatureValue></Signature></Interface> </Interface>

View File

@ -72,4 +72,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>cUmprobnXdg5Nhlk8vAMJ2coyAo=</DigestValue></Reference></SignedInfo><SignatureValue>XKTAn+4HQ4/anCQ8npTwr1Yrf3AxZc69HuV6muqqws96mCfCvaUhIqmlc2rZsw4CaXd+0bkFunIbLLgqHBaOePb1eKyp29uHhXODO/68lb8kfcPHB4aGO5LKWNPGw3mQoKK4RjuuRdOWZpx1wg7P5BGr+bGdX/gVk8pUUhHzDHs=</SignatureValue></Signature></Class> </Class>

View File

@ -30,4 +30,4 @@
<Get>${this:16}.getValue()</Get> <Get>${this:16}.getValue()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>+iuvT/0P8kTGm4mUQp1qNOHcnuM=</DigestValue></Reference></SignedInfo><SignatureValue>V3dGjywn9LJWjroZCUMyPMtl/nuKbtonNsi+QEB7aLalgu0Brz6zmiV86bz6d6C9IZGQR+567JbbrIGR1ZJ1gv69CS8O44sD+FOeyrMsFZ1DBQDHB2QctU9dFlF9tDfyOC5uA4FuYGMAWwk98pEhvV3gaGv5RtGqZkxAGlT2v8M=</SignatureValue></Signature></Struct> </Struct>

View File

@ -132,4 +132,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>EheZDRDQA22aZJk+8h9D63WgUhk=</DigestValue></Reference></SignedInfo><SignatureValue>ISLhCg/yyIDfvrWtOnVHzDsTSGzA+FFXMWFXQdLZvDIdyoqgxIFliUCrjvlA073gZMv9K60OE/yvcabqC6tVYfva32ZgFwdrpcvGbUnYFRAv7RsMA+e/ZnluZK3g6lqZqjm9wae928HFVHNd4DMtNq1fPhf209ZOkU7hFXuXGYE=</SignatureValue></Signature></Class> </Class>

View File

@ -38,4 +38,4 @@
<Return>System.Int32</Return> <Return>System.Int32</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>fpJWTBjotK1J9EIa1sFoyrrF+eU=</DigestValue></Reference></SignedInfo><SignatureValue>JlzQ93g1B3Twlz/rIqh3wl2EJ3zpME4Hx46D2Jn4lkFP2XzNfZ4WCvhsnVsUHHzZMRP+ABSK46XJHTAS69zm3kz+RMNaG77YPwbK3iZdcwz6N6LSWzmH5svWCXyJAnLn59+g4DRM2KLd7tmlGjrnOhpDlsR1ujOqsRRhCiilVbk=</SignatureValue></Signature></Interface> </Interface>

View File

@ -100,4 +100,4 @@
<Get>${this:16}.values()</Get> <Get>${this:16}.values()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>476no5A1ZGoH6GSJcfhSJmKLazo=</DigestValue></Reference></SignedInfo><SignatureValue>JZKYxWgVXnCI+e3Fyclk0/XU4/vRP4/JWKLbl4oJmEfCd5cQPAlXVJyKD4QdT84PzCAgsPcxPNLmWW2w8Rbnx6T+97+Lyr/gn5sMYvd9n66fgLyvw7n6x/L0VAjBoc4utMIIjdNB1/umHnQ2eIV4TD8NLn5G0b/HNCd9ZEkJ9z4=</SignatureValue></Signature></Interface> </Interface>

View File

@ -29,4 +29,4 @@
<Return>System.Collections.Generic.IEnumerator*[E]*</Return> <Return>System.Collections.Generic.IEnumerator*[E]*</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>ZcEFXATrCdpMzrCsLf7wZvekxwI=</DigestValue></Reference></SignedInfo><SignatureValue>Iej9zLFArMxf/J0iFUwQI7RItoVvQ3BDB/8QqI5xo4Pmt3aihh25UuQGB/1O+hogfEVjN0FlG1CT94VHQArCxjrqjvZYByHmQ4jR6x/jcaZkQw0Rj5rz4PhRZbW9IPw8g6Xxa8PxpAfza64nGLNdUZ1epmWGlEmyWPKDTODZs04=</SignatureValue></Signature></Interface> </Interface>

View File

@ -40,4 +40,4 @@
<Return>System.Void</Return> <Return>System.Void</Return>
</Method> </Method>
</Methods> </Methods>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>plmmdxVt0wMX48qvtwzeuaEsn1A=</DigestValue></Reference></SignedInfo><SignatureValue>Rv0c7A8YCjmafwYGUKfwpEmCFvWq9B2X69b+WN1rl7iJD82Whkp7ycXpyXwPXFYQ6VBqrm2p4fdYZLU5EYcN3LxJL1o4OlyEW4fRFAfQoVIkA0Oy48MwnfkgTdIKs/hNBSF9ESxnCp8DDwrkfO7I6vznJhAdkpDCqrwCTWQ0/kg=</SignatureValue></Signature></Interface> </Interface>

View File

@ -72,4 +72,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Zs7KV1/mr2Vpli94dkgVXL7jmkI=</DigestValue></Reference></SignedInfo><SignatureValue>L+1VMJOu+cQWNMK+xLLqv3KOKsioepIrroTqULOIx5PhUlTx55toG/Dm/I1yAX4Eo5wBkGx179bWuldo/fLnQKYWOxuQLoMEcf/jOL5c9G4mMHJOoy2j9Od7r4SECTYCxFVtuzsz0nLjMkKg+nYwwwheh9xc4lJjsh+k2BNFebU=</SignatureValue></Signature></Class> </Class>

View File

@ -202,4 +202,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>k97C42PO0s/QuK8IrdQybUwRZEk=</DigestValue></Reference></SignedInfo><SignatureValue>IGysO9MWX0jnmfLBVA7hnHWCfs6YqUIBEwPDR694XcBd3Se0ulpCN/BahoxIw6YI3xMF/wDhiww/3xqEbaKIVvO/cIF+ruOqGUqc3nM1ROKz+nLsI1b4RYZiieo2j+N2z9d6yS7Hco3u/KVk5Y8E2uw0PqfMFm1uljULble8R+8=</SignatureValue></Signature></Class> </Class>

View File

@ -202,4 +202,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>j6xph3VPb13Csw2AH/4/2Xore4w=</DigestValue></Reference></SignedInfo><SignatureValue>LLDgL4hnj156daTbTkZ+HkS2dZnlTYxtRhT48Q4sTwqn4KejEz4adso53HLn7lyH5lz+O/LQF/wK4Hegf4MuD7BVSpN6q7lz4v1rSGfBeAc+1itd3mA3KPmT4bbgAdAsQUKuV4Hzv5TX9QnjU0Ifo/GSdwLd1EMaaxT1o1a85YA=</SignatureValue></Signature></Class> </Class>

View File

@ -49,4 +49,4 @@
<Get>${this}.size()</Get> <Get>${this}.size()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Uvp+vMhERPFYV8x/KYKxjZRz2gE=</DigestValue></Reference></SignedInfo><SignatureValue>PWmTTNJTr/Y3eTi/Pmf/UZJwPA44r9XFMLnj7v5rf9PZuhUZvOt6WQw5p+gmCcmuDQv/Sw0Z/zMTzuMhhgZwfFgXHuTrdVcy5bQASNnfdApB9EJtGryJuhUERcEXxAtm/5gRrIUYWSPlglDlOuNGbsVq+huVI3fjLQFEmlOPktY=</SignatureValue></Signature></Interface> </Interface>

View File

@ -142,4 +142,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>CyFYJRPJJJC+BdPe7KI/hR0PeK0=</DigestValue></Reference></SignedInfo><SignatureValue>AZ0nzp3rrggsT6CxfIFTSUcr4RAH6yv8sF0m4OyMKEbB5O3fQOW/deSIwBbOVykX520B7mewcEVGxCAa5z3QgAdADC59gYCcudG+pkifY7ltivIClVuT105fBvAxGkRO0Mh+EWqRgFJnxt/x7/ujMj/Q0kiOBYWHQlK7I+Uvugk=</SignatureValue></Signature></Class> </Class>

View File

@ -38,4 +38,4 @@
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>6gV7You6WIQBvjaQbSXW1A6CzNc=</DigestValue></Reference></SignedInfo><SignatureValue>Mt45VxyPfNFtMOXmD5RZkBNxjt1w/+wBCsgs/BnTzTPJSL/SKSJAQt7a7WbzDHTiBVaDmneuvPwX9eFpTIxvGNAYHQxepPMmuLemSQMWOCHsZYhvY4NrxprBLrLGgJ6rnGLVIds+edIhYumnkih3wmQlwx4enBXXlsUo/6BtmqM=</SignatureValue></Signature></Interface> </Interface>

View File

@ -110,4 +110,4 @@
<Set>${this:16}.put(${key}, ${value})</Set> <Set>${this:16}.put(${key}, ${value})</Set>
</Indexer> </Indexer>
</Indexers> </Indexers>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>EWxwABnf9ST7gUYb9kpBDRkVPlw=</DigestValue></Reference></SignedInfo><SignatureValue>Ot9PdGRVKbd+jpJ2FjasH+hnjpEv/GtZNxWvqA+ylC5N3MAZzMJ0KV43VI+EJ3rYnkqYJlk4qlS7WiPOw49xYe8EBntC9jcn+QCP9SnTSnKIc4GJjSL3C4/zm9HRwluevAwpAMVJRKki0eEODGVTI8gDgEOqiz0lMF+G40poxJk=</SignatureValue></Signature></Interface> </Interface>

View File

@ -24,4 +24,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>BeblmQgYiXx8npI3AdBp2fKtlic=</DigestValue></Reference></SignedInfo><SignatureValue>W0+RXpuesVjW646h9NjqSADvTjId7OmWP+5IkLcVol4gsaVQmEoB8WJxMCzzxJ/mQrL2UafZk0GYEurGVe9HwI4EXsLy/i1AALD9SEMjncdL7DkI/aVrtmM0qCo+5yQsAtRkXzVbCPyx2gThthpiBE4MVd3AyuRw+OoLXL5xHR0=</SignatureValue></Signature></Interface> </Interface>

View File

@ -27,4 +27,4 @@
<Get>${this:16}.getCurrent()</Get> <Get>${this:16}.getCurrent()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>v56mczwUvorMNDNHxMBbitpqKtg=</DigestValue></Reference></SignedInfo><SignatureValue>iTCnuUOO47VqqCe6o6fehIwZT5YpDdxiPSL16Hulgqmi9eluaxDpujjDB52jQ1n+brohGxPI09NtRZ+1E1JsnBPLGmlUvzT4X4raEN2aciexfpKRQTN2ek+sHvIzf5Wbj0i4GtCeiFdT5e0XuszTXMU/qNi09Uuqey6PagcIdas=</SignatureValue></Signature></Interface> </Interface>

View File

@ -71,4 +71,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>jKtaIt9Mb8orQ5XjTN0rBD6NALM=</DigestValue></Reference></SignedInfo><SignatureValue>A4PZi9hfTW0DTyaISV0oegjg1hWfMLYrMdwd5iXP2XebpFCh15oiJefuYvsTSv2VG6QY0aQ/cifoMbqTu0+Mi/3iEpvPzsnmC/FQHDA6YWFJKnVp+/tV2tU6E7QnZaeyCK+i6ZDKhXFHMlpu1BstQv1aKzZwDMXv7vDqW92incc=</SignatureValue></Signature></Class> </Class>

View File

@ -24,4 +24,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>EVrC2Oe2W/fdubgev6cMDmp0SX0=</DigestValue></Reference></SignedInfo><SignatureValue>DpFD8SoIhYLn6xd9Nad41RC3JvBLdnABVPifLxkvGntd/DHo+y1M5bYxjObaN/Iu4odTmBzkdMl5tky0wppylqvaE0GJCeqBaaqHQ0zCvLuLD7gVNqba+g6ivjNJUaDZm2VjpUsgVJJOvz/+FQNw95sWbyypn0mwkgPubL6ALFA=</SignatureValue></Signature></Interface> </Interface>

View File

@ -27,4 +27,4 @@
<Get>${this:16}.getCurrent()</Get> <Get>${this:16}.getCurrent()</Get>
</Property> </Property>
</Properties> </Properties>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>CyJ1UO5ISv/VLwFVzzqAfmS/zGg=</DigestValue></Reference></SignedInfo><SignatureValue>CDSBF1fxWCp8ANcQT6NI0N7mxBkkZdGf/MISxU2XXa2IeUTz8Y6+dcWwZcYwwMSarrCo2izs5NpwRC9nWUC5P6pZXdHHwEc1TPxMKOCqucTuKiTVDIIrh1GejW24H9SWZz/6ftDG99no3oxRxjJjPusvXtKCuUfNjV7jpY4c6iA=</SignatureValue></Signature></Interface> </Interface>

View File

@ -30,4 +30,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>ixzk6Kx8bCs/4AGyB4h8FtWPMh8=</DigestValue></Reference></SignedInfo><SignatureValue>XOgNcGWlOpdm/TuEse9Fo82YDJ8pv7JYSk8tBr2Cdz3Mk3y4/b8alDaMT9bisEcep550jY4nW4HMGS6IxEsHPI4M4q91TZiLpSQhRiUT6yJQg7VxhSaszfROkCCd3OGWBJrgJgZYDIFT7ArrGtkj+eDkv62+qztH7cGhMRrSptU=</SignatureValue></Signature></Class> </Class>

View File

@ -140,4 +140,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Rnf8GowFFF9JUEkVxHIh7NNruxc=</DigestValue></Reference></SignedInfo><SignatureValue>D1rqx0ui7x+8pqBSgXVXYfSapffmCkR++UqTYmP36i443cLV2H02XPVocQDM/jW87GCPUkMmdioGxrCIWJbmcnrOepuw77qAFtzQuywTukaQLMk954f5apHzWQlzqzkcNLmWMjd5dviYDD7vGyEVBO2P6cg6m6/PoHqNppFKTZc=</SignatureValue></Signature></Class> </Class>

View File

@ -39,4 +39,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>hlfCVl94jm1nJtIrWXI+KPTFOec=</DigestValue></Reference></SignedInfo><SignatureValue>TFJ3r07y0tmBsWBlostNh2LlZU/Lj2EvpAIbrnHQ/NxtrRMiOeoOTmBqtVllKKZc+2EGI4aqOQuBIFxT+MIasUKiOrSDImqhDYonn+QQnPwH42ruJTcAadWlmOfuqPFqF7hh06JSgrsbfPi4BG2O+5hm94/wOyDYw66BWwNbnRU=</SignatureValue></Signature></Class> </Class>

View File

@ -33,4 +33,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>kP5gPp11Yyi1fTz0I9QwDiAUwiU=</DigestValue></Reference></SignedInfo><SignatureValue>PAUMX9tgmmmnEgxeDxrvqMgg0s5ahxzveQyYU2852h/+et01u8jqckjK5jH6DN2Bxi57r8otX8il8qJI8rwlW6hnxzZM0fzKvKBTe0HkXYbux4nXMgSpLLLu6zqmVEqVNLhTKrp2itVO1au67ZKo72WaxSPEIy5Lx6vLfUHNpYw=</SignatureValue></Signature></Class> </Class>

View File

@ -33,4 +33,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zRdrCE7++fwidkg6cMbjEIYPsoA=</DigestValue></Reference></SignedInfo><SignatureValue>AYWHRbEjQls/eMGYmy1ZuIptui8f/43q/ELndb7y25p/IXUvWrVqqGMkubBQIn4wvu1UUPZ4m4GWoFK9N9refHbLrz2v96z6OQqKHNoTHICgPxoejwbmHTyJpQBxea3+IWp9LyVLEfvRsGB1UQ3hkp4hn5aQsLsluEnPQvlBChU=</SignatureValue></Signature></Class> </Class>

View File

@ -97,4 +97,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>aqhjF6CV9uEQE6FPLHZJ91B840M=</DigestValue></Reference></SignedInfo><SignatureValue>I+724xkA29chw4XrCI3qwZTLhO+pQsNyGLfCzcxOBwgNMfql0t+USsnJEAbML8jr98G1oZAm/gWNVQ1BigS0oRe7InXIQXqNm9Vc20FVa4bvYWANs/ANKG0fSkcFj9mbxmU14o4kw3SjUH02y4vI+03O9o+wIeCTDr/4NWk+07s=</SignatureValue></Signature></Class> </Class>

View File

@ -158,4 +158,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>GNgoFJf+qvGzcrBX99c+hyOOn6s=</DigestValue></Reference></SignedInfo><SignatureValue>RN+idg6uO8WuY17V8IBHtMb4KHoIWaWZwjyuYY+fMzqt3tgaE8umxzEj2bA0g92ZkFPYpXCbrMeyBfo00EYG2hQ4gU3PFP+qeAF9wTetxr2Bq6JUngC169bLpXVT1O6TVQGYxu8jeM+RlHDC6T8sXIcaZuHgBMNp8kA4d2QVQjk=</SignatureValue></Signature></Class> </Class>

View File

@ -33,4 +33,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>H2u7T/0n1uzmhUP9xs7s3vpwUio=</DigestValue></Reference></SignedInfo><SignatureValue>Hkshe178tcOCf0FmiHg3TFRNsTBTbYZygQHl0iYtofdp+IM3h6YvlbyYT4cGJcGUVEcqijLqYR8WG1up0lh4ohI2k+/uGP7ogyx73sV+d4DnGPKdSyxdN+dnQvqb6BBfxE/basxO1jZdZfu7hTacTqbewAN3UtjS66qQvkv8fhU=</SignatureValue></Signature></Class> </Class>

View File

@ -308,4 +308,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>8rf6dBB46A1x4ngH6mdbAz/etiI=</DigestValue></Reference></SignedInfo><SignatureValue>GNmXXXXtl4lndgfyVkciUZlCxUghTkmxCEQw5YeC3v3UImSgfFcL0YkszrtT2Mg4BgTEII1+7vYcE8cvM+7GS71T4p8qr/yM7UrE5BSPLHW6G713wuKl33rod+7z+Ihi6NACwnMjsx9O0FmDP8r5EDoTUX5ijQ8hW8oaI9b7wco=</SignatureValue></Signature></Class> </Class>

View File

@ -98,4 +98,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zOP6SXFON3yBtoJr49VlQ4R1k8E=</DigestValue></Reference></SignedInfo><SignatureValue>cJA1KvLAMJXfFUPMvpAhUMEhTI/aFuVQLByXbhL3bR5U1sXy4919SUNhH1WG2NrHUAqIs0piGiRPgkGxR6hwNNxV/YmcapK57BkM0RwZA7zCLy9qbzSKOOOKgdhiVTQVsIqyychvYQc9UZl+uDxmv410qPz9hfZRLh2oIHaYKUU=</SignatureValue></Signature></Class> </Class>

View File

@ -205,6 +205,14 @@
<Get>Double.POSITIVE_INFINITY</Get> <Get>Double.POSITIVE_INFINITY</Get>
<Set>${this:16}.setPositiveInfinity(${value})</Set> <Set>${this:16}.setPositiveInfinity(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Double</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -228,4 +236,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>FYqr3oUj9UCncAB1YL4PUYag9DI=</DigestValue></Reference></SignedInfo><SignatureValue>P7Y4CB1fIbu8Dq7E0g9h7GpgC0VIK+CsV/9qm5hOBZtAttO4gmlAJFSwAQmuRlr8uw0ONERqk6mp+h1xEHhv8dd6Dj6FUG8KZG6UrkeMeQZ4Fygbz6jGTxB410i+7jPurMymwKz6IiWHUQmKSeMqJASPdhCld7wCiKqbAjXo+fA=</SignatureValue></Signature></Class> </Class>

View File

@ -49,8 +49,10 @@
<Return>System.String</Return> <Return>System.String</Return>
</Method> </Method>
<Method> <Method>
<Imports /> <Imports>
<Java>Enum.valueOf((Class*[? extends Enum]*)${enumType:15}, ${value})</Java> <Import>CS2JNet.System.EnumSupport</Import>
</Imports>
<Java>EnumSupport.Parse((Class*[? extends Enum]*)${enumType:15}, ${value})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.Type</Type> <Type>System.Type</Type>
@ -64,6 +66,28 @@
<Name>Parse</Name> <Name>Parse</Name>
<Return>System.Object</Return> <Return>System.Object</Return>
</Method> </Method>
<Method>
<Imports>
<Import>CS2JNet.System.EnumSupport</Import>
</Imports>
<Java>EnumSupport.Parse((Class*[? extends Enum]*)${enumType:15}, ${value}, ${ignoreCase})</Java>
<Params>
<Param>
<Type>System.Type</Type>
<Name>enumType</Name>
</Param>
<Param>
<Type>System.String</Type>
<Name>value</Name>
</Param>
<Param>
<Type>System.Boolean</Type>
<Name>ignoreCase</Name>
</Param>
</Params>
<Name>Parse</Name>
<Return>System.Object</Return>
</Method>
</Methods> </Methods>
<Properties /> <Properties />
<Events /> <Events />
@ -96,4 +120,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>421taeYQfl8V0tcircAA5cgNF0k=</DigestValue></Reference></SignedInfo><SignatureValue>PyqeBNqGPZ4PQJx5QA+x2S2m8q7O1RZHsx2u2rJUhyoZbLrF+NBIfomV7dbIgIJ9Q5tjQTEyOKPRVve5SmgJ97w3bKOkyUgZbGk69vSMsBbtUk8IgtsYCfcBG9UmvjCBh9pV5bReRf8iJAvnLQpC9n9GRomXGV+K7DMzPrFwz0E=</SignatureValue></Signature></Class> </Class>

View File

@ -95,4 +95,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>4k0U7tevFUQGN33Tfaobpi/xr64=</DigestValue></Reference></SignedInfo><SignatureValue>DPkWTs8CFtDAbj2n+7s8QOnQyELUqZGzUoo/MPJ/VJozmcYviAip5P2q1FIzeZiNgLmvihJlz2MM+frdFAXuoUYvTqhbOq5jgPSsCkZymbvNyVR260JixNfSEIxunzyREvMPS0N0Lvmi7znH2IXxfUgXJpOw1El5qzfng49LTp8=</SignatureValue></Signature></Class> </Class>

View File

@ -43,4 +43,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>ptKNWkfazFtlOdOMKPsKSvD096c=</DigestValue></Reference></SignedInfo><SignatureValue>ROp3Fp6wLw1rNYGt34gt3gvDzWW0XKLPMB9/vcEJL4Psd5erNgP2m1dNBPVYZ5/Sq7hReNwFGygxVoNDbJuC9gJ0LAS/mukUnTObx0qvfsSQzD/+RZc6iiN8Jlq3XNaV7yv2NwrQ07JnTBUT3RTeOXLLdPgVCUSRpVc87PJVifg=</SignatureValue></Signature></Class> </Class>

View File

@ -26,4 +26,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>10gQjwZURfUiWRQQZHHLhjzvyao=</DigestValue></Reference></SignedInfo><SignatureValue>LqaNkGhL5G8I7kNkIqKGWaU1y3aQS1NNeLnUK0bAhiQDk2aatsldV3RvSyA+sUyHJ/La+jYz5chPUmZusenax1EoM9CvvOoP9Uzpz4V4VtpWWBJr65Hc9rLhyfkgxoGgSnuvFOxxLVd/t1LqzE+SHlfgaxYTttwwIoSqHksEsAc=</SignatureValue></Signature></Class> </Class>

View File

@ -80,4 +80,4 @@
<Return>void</Return> <Return>void</Return>
</Invoke> </Invoke>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>k8bLapNg6lzDxQNVJfzvGJ0ymo8=</DigestValue></Reference></SignedInfo><SignatureValue>P2NtExNjPkaLCXlscaJthrxoX1jy+MJehKqakStzsOkiNYQMUrnK+6BnJm4O1jMPQKm657F+3MqxR+nZ7JlcR3leDqvIx1gjn36OTMzvUBJhJ4NdEewaJ3sxUBEGUsKGSqjtyq4xCk60ugNTR1ntVKZn/bRiKQ5DT6gqmbMQH3w=</SignatureValue></Signature></Delegate> </Delegate>

View File

@ -103,4 +103,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>yu2wOTyUyadVCuq3eoz/y2QNoGs=</DigestValue></Reference></SignedInfo><SignatureValue>ZdPXY6PcJn6yuDYvUzlFwxVDdR1r5a+dX1bLKQnRZKq7e8TV/K5ObmfbOkAvmqd+eIBWUlUSHbCPMoRlhYW8BQFIYcOf2YvItZLn9QWO1PWlvkNYPVmmofT9OCupVfRAB+ZIL10fi1NvAE65S24UqVpSAuk6qXrOqFvRyvhBQ00=</SignatureValue></Signature></Class> </Class>

View File

@ -41,4 +41,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>YzA16cWwMe/tL/4GAcwMR4/czcg=</DigestValue></Reference></SignedInfo><SignatureValue>Q3ilO3ARI/H4ek1HnJ0VF5xXzVgex2V1AmSfeMX0GTuDC9rH2OnQPQv+sowzDT+CHHQ7wFqbRqCGRu76z6sYrueZi+infu8SoMUo77UYLgKzDaoOz0nC+J0mJlL35ExKHs7KlaG2eHW3CQr2ogagY5VUktWwIWW8XLkaLMqOZ90=</SignatureValue></Signature></Class> </Class>

View File

@ -38,4 +38,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>3ntMnK+CGcW2FibdzPyqM1w7yUM=</DigestValue></Reference></SignedInfo><SignatureValue>dlr9sj4rGFj+dZGBYamyrpoUa8c2Xwmz/GlyKyBZTIoX2lsWCFE78D8zsyoEb6fdzFgqRnkmbGVArlHzmXWhbg5V8BEEi+4l1RjIEzUelTd2OvhD6xjAV9WIXNrOsMm7CgWwCi7AfChddVtoBwPn9XmkpVxSSdti3DJKSxVPEik=</SignatureValue></Signature></Class> </Class>

View File

@ -46,4 +46,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>hNTYNBbpVjGNDduq5f1DR52cmBQ=</DigestValue></Reference></SignedInfo><SignatureValue>S7kMe5TlEJRRqsmDhi4DBf+PXnSN1+IXuEBsf5e7oNJYTkSW0p5mNLSh9WXsEofeQF+pFllqk5br7fzynm4AgU5+BEpdphi5DbpTardAEe/s1jWIuy7NPgGW8iEX7kn+9igBfODOo+FQVG9z0hVXRHF0E3nQIvGwqEJrOzAwhZY=</SignatureValue></Signature></Class> </Class>

View File

@ -53,4 +53,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>YcWFOxs0ChrrveGzSpzTQsOlvyk=</DigestValue></Reference></SignedInfo><SignatureValue>bKa1RcaZuRQ2MRIrwsEVE5WJ/5vkgrXH3/jzan7SJiAWW+a9/f+YbTTrJ9+qjKgNhZPA0KXtBqwSWOltD2nL+Z8uIVOzn9BL6NNac1jq+JG1z7LA6usH8eZ+riBtBsWIx8LbKsgqpzSsN0o/JFIf9PCgUMdAa+FRarL1jCElvis=</SignatureValue></Signature></Class> </Class>

View File

@ -65,4 +65,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Tp6afT/OOq5ZjPtIh+5sx/AznjE=</DigestValue></Reference></SignedInfo><SignatureValue>SBAuNXFb2mDvbwarVc1cEamAfpEcSFiCdg7vRdFqHdPZkX0l52vLAHkQue0//Lrhi0hS+H/cKH7yL/+nmb8riN0bCBNlvGv4WKd0cR3+xzMyM64uD1qK8cHaSbezuBnrg3Op57fY+8C7g7ZrKP+/NSBbTihZupD86KgHYt/UdFA=</SignatureValue></Signature></Class> </Class>

View File

@ -26,4 +26,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>u2nG8Uyuf+PYnlOdhaRxQ6HoTWE=</DigestValue></Reference></SignedInfo><SignatureValue>B65UQHeWayb2ALjl2pf8KJZBZ+azKV1CUD3y6H1CiX4V4Uy75BNemElxGZqb9vioYgjiXb67JROyng4ydVcizK0O1VY3M2O2TcERZSSHnzyezQOuPhyHmKM1ps0PclEHufl7h9zCBZ4gEY0dcSWL/eLb2YwNeMGYehu+QBMsAso=</SignatureValue></Signature></Interface> </Interface>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is
Copyright 2007,2008,2009,2010 Rustici Software, LLC
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
-->
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports />
<Java>Comparable*[${T}]*</Java>
<Name>System.IComparable</Name>
<TypeParams>
<Name>T</Name>
</TypeParams>
<Uses />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
<Java>${this:16}.compareTo(${arg})</Java>
<Params>
<Param>
<Type>*[T]*</Type>
<Name>arg</Name>
</Param>
</Params>
<Name>CompareTo</Name>
<Return>System.Int32</Return>
</Method>
</Methods>
<Properties />
<Events />
<Indexers />
</Interface>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
This file is This file is
@ -9,14 +9,14 @@
--> -->
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports /> <Imports />
<Java>IComparable</Java> <Java>Comparable</Java>
<Name>System.IComparable</Name> <Name>System.IComparable</Name>
<Uses /> <Uses />
<Inherits> <Type>System.Object</Type> </Inherits> <Inherits> <Type>System.Object</Type> </Inherits>
<Methods> <Methods>
<Method> <Method>
<Imports /> <Imports />
<Java>${this:16}.Compare(${arg})</Java> <Java>${this:16}.compareTo(${arg})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.Object</Type> <Type>System.Object</Type>
@ -30,4 +30,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>QW7zplxnu6rYgpu0uqJgggP3fSo=</DigestValue></Reference></SignedInfo><SignatureValue>GeWHzaqovCST5IYkoACbZgKIpSm6bx4FprDZMyTVZKddmTlLTp3cbhXJso2GxzEhz8cfbRac8axPMLLPtnZa3qEv+7zAsSJKcHglIpQMbfoP5jNUiEFo6LIodpU7BTxzFS+PEC8hLFSxUwKpWqGnnL+sx1Ie34EYgOcRNCDwQU8=</SignatureValue></Signature></Interface> </Interface>

View File

@ -27,4 +27,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>+vVUUFftRdH5Pr1U9UgceoocL/c=</DigestValue></Reference></SignedInfo><SignatureValue>iSpArQXUl74iZlhpxXJA0uxKNQP58ZhDGoiQafnENk6Sr2WkJrv1+FbrcL/VoqEvgT6EZ0lzvv1jbKJY0h6grUsn4CcN2J4MCttnAOCnemuxaVb00aASlLUwmN7InqdhebdjH4uFR7UUKm7qYq5EvAR095fu0A/zGWSJ7L/tXO4=</SignatureValue></Signature></Interface> </Interface>

View File

@ -163,4 +163,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>VhV6lARiqMUmCrlSRS70iH9eVC8=</DigestValue></Reference></SignedInfo><SignatureValue>cNsBhGGskh7xMpVV2aLEVMnceR42o1BOIBda++MO9mRYOwIESDqsoL98YzSIkF/KM2l97EB7OaaTryRHmOF9b6uhxQvIwmNsgpMSdIh9IF/ya8A3uMggoimoppl0+JsmxYCRlOSWrEsqG9mstpV6aP7LRY4a+z8ej8yg2KMLEac=</SignatureValue></Signature></Class> </Class>

View File

@ -65,4 +65,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>NJanqVIRU5Jqt79bLB9tjLbelKA=</DigestValue></Reference></SignedInfo><SignatureValue>FML+/nkG9wri0yTifdQTpb7dBBBLbtkxzTujiWJQFMc3ieQnQbT4juBevjnXZLmuZNEGl/fW4GI5coSaSchtcHUhkhG9a37jezuUAztdNi20+cYaNRiJGaQH0OqROgV/RX6sLtZ5zcQCaawUgp3rSTD3R3s7Jf1mYvLl7R4+ZaE=</SignatureValue></Signature></Class> </Class>

View File

@ -185,4 +185,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>jT7WFE9sg8/ZndJq3IXBFKidZyA=</DigestValue></Reference></SignedInfo><SignatureValue>RAFER21GH9MVHHprT6GCRFvMvR255fY3JTzyyFB7qXEb4NRAgEQ3J03oJtMenNlEfSgpEKR7MI7x2fbcXR1rDTCETz5TLXsv0iN8y7WHv41bBgn4bGjhF7EaP1N9Ql5r+CLQHhLZkcFpif6NMkiOo4jjpQEUBBDOBN1bIE3nLs4=</SignatureValue></Signature></Class> </Class>

View File

@ -30,4 +30,4 @@
<Name>ReadWrite</Name> <Name>ReadWrite</Name>
</Member> </Member>
</Members> </Members>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>efTWa4oLEWHXEL6YOzaqcIomFVo=</DigestValue></Reference></SignedInfo><SignatureValue>gg/i649hSZt7bAPM9ZB0QueDX8++7p7/Yzteb7h4p2YkRI22vMM2Lc+jI4lgxIB/Hf5Jd3XI0rGDRcDip2t4bV0ErQbPGTajuJncLj7RJ/BDpCA3nUBWZDYRmypxK/u3r1kf5aCAWQDZm0Bj6XlVK6+++Y+OG2PAkIpbngWlQQc=</SignatureValue></Signature></Enum> </Enum>

View File

@ -31,4 +31,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>1y1//jRrmn1IDiw5DPAEY3JLwos=</DigestValue></Reference></SignedInfo><SignatureValue>D1Soj4dqI/8ewFGU+ajHQKV1zGZ4tq/Epk0HGxNRLj7UY8MvOf+x9Sc5HIhhtnxfCLsSJ4vnLOHCgSvHu6lyAqtEcF6PnQn6qwe0nLmWY3PehDU9DcXJ6WqbYMLIBAeVYcJbCKIvByAlnnr8KeukrgtwqYnr5fg2pQOrENKZrr8=</SignatureValue></Signature></Class> </Class>

View File

@ -48,4 +48,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zT7MZf/MtNsbtsieJgt1tkb8G18=</DigestValue></Reference></SignedInfo><SignatureValue>Dz4GmEgPd46EzWfr1FGFh+NdonIxqUFMo2PNIVqvWpOQZHV2QA/juzjeo6F0rURli/KIW9Mx1TGnVIVGrD32hzgerC62ladoAwS90ipITEf//X+mEfu1yEElV7ro7WEDF7Nixih1AhWMuS6bezc2Tm9B9dQpmtH4lOxHJFgis5g=</SignatureValue></Signature></Class> </Class>

View File

@ -42,4 +42,4 @@
<Name>Append</Name> <Name>Append</Name>
</Member> </Member>
</Members> </Members>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>mo6ChmPjcAlAo0NBWLLZbsocykw=</DigestValue></Reference></SignedInfo><SignatureValue>RlUioSuamZxr9dmH+n+zDAoS31RAR3VRqGwbq0J8Ew28sRdZoXTjz2yJwWvSZIzMRNeMc0v8VZbLRMEM39bSKH51gWKuQ8TFyzTBwMzQDeDsNO5kzdxcE1DYGnZKKplPDKPM8n9mlpuDYginKU8dk3dA/CtPgAmc7X90AuPIhew=</SignatureValue></Signature></Enum> </Enum>

View File

@ -55,4 +55,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Ffp0ZAAL6/cvcEd3wzAGKfvph6E=</DigestValue></Reference></SignedInfo><SignatureValue>h00T7/kqU7OxN/phB3We3PtyjMkPPm7Kex8evt2CMV2PY61buT3cgoVGmz1VVKeqBr5iAblKeqtEnAsxId21UNEQQG8dZ9XLXd5R1IJcID5gZw4aXBX4ymZcCXqTdgfkAY3f6+Y+0Dcoo1lw9dl3AJ2AorQ3OEDAWx3JnJwo+qA=</SignatureValue></Signature></Class> </Class>

View File

@ -48,4 +48,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Nqv13S/xI9uBrmcuLe+drNaB6b8=</DigestValue></Reference></SignedInfo><SignatureValue>iQUcu2k9+e5NyIoodH+eDiOcEbrHWBSsi9WKdfqbnOuGnJ9Z+L0gfuCOAi/48FKQPvQ6JYNA+CaxfshTfL/rwIfDS5mrFBUaQjZug33WYuKUxuR7ggb9jQpG0ODKRQ36O6lern2HVpSG3QBK6+DWvPMSmUsuNDQPJBTjhubTmqY=</SignatureValue></Signature></Class> </Class>

View File

@ -46,4 +46,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>8CBcOoazDwSkjtE5RVdjt2IlXeI=</DigestValue></Reference></SignedInfo><SignatureValue>AkgW2mQtiG8DxId2b8TVsc1mSA2aLvYznEEDWLKI37Ds1HZ0ZI7x4IEu9usRxiwDujVchjZbAxe32W1Fr4tuuHLcQpnY5Xty66Ktn1v6a4tKIdfwUmoShP6r/V83NTvTtDpPXvsJGVeqacyV62TKzvrLJOhibmLQRJ6I8dqYIb4=</SignatureValue></Signature></Class> </Class>

View File

@ -8,8 +8,10 @@
--> -->
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports /> <Imports>
<Java>Throwable</Java> <Import>java.io.IOException</Import>
</Imports>
<Java>IOException</Java>
<Name>System.IO.IOException</Name> <Name>System.IO.IOException</Name>
<Uses /> <Uses />
<Inherits> <Inherits>
@ -21,13 +23,17 @@
<Indexers /> <Indexers />
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports /> <Imports>
<Java>new Throwable()</Java> <Import>java.io.IOException</Import>
</Imports>
<Java>new IOException()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports /> <Imports>
<Java>new Throwable(${message})</Java> <Import>java.io.IOException</Import>
</Imports>
<Java>new IOException(${message})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.String</Type> <Type>System.String</Type>
@ -36,7 +42,9 @@
</Params> </Params>
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports /> <Imports>
<Import>java.io.IOException</Import>
</Imports>
<Java>new IOException(${info},${ctxt})</Java> <Java>new IOException(${info},${ctxt})</Java>
<Params> <Params>
<Param> <Param>
@ -50,8 +58,10 @@
</Params> </Params>
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports /> <Imports>
<Java>new Throwable(${message}, ${inner})</Java> <Import>java.io.IOException</Import>
</Imports>
<Java>new IOException(${message}, ${inner})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.String</Type> <Type>System.String</Type>
@ -68,4 +78,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Rh5b9fqcmJ3Mc6y4rcny3+nHpPo=</DigestValue></Reference></SignedInfo><SignatureValue>dKXPtM0THwShuICT119ryLha/pA86yoODUzSi+a0s/02gAyNr4538k8TSBsUQkwSKfHymKuskaYV8ecnYBUlWh7QNTp1QXqiaKlOGbpuAgP8utT3eHWgCzZwwURcGM7gHppwrtUuuFeCtS2QSN4YksGBii1mgjZ4/JnrzMJR2vY=</SignatureValue></Signature></Class> </Class>

View File

@ -115,4 +115,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>3hXB/CetRaRsxGX4tnYLHV3H7y4=</DigestValue></Reference></SignedInfo><SignatureValue>gXU6SIQJodDJtjbem3/rYDKiGU+cyvqX2JTrFyKuzUuT6T7+7ZYgiQudeJhd8NDZnTQZTmsCG82G9UI2ubW/2XOdBpm5nTALzFyXwC4ZJnFouylTslTmXuWrhofL4F15lSLiQfVgnuwxt5VOoedSNWHxhDTjNZxkpagxcGpbUGo=</SignatureValue></Signature></Class> </Class>

View File

@ -98,4 +98,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>4cELY16KAUL//3IJkilcJj4RauA=</DigestValue></Reference></SignedInfo><SignatureValue>YTK2P4LPePeVb9tsK6LktpGh8LjpHRVBHfJnZLcIfTG5K2B8fLpg1fKfYus0en63Yj5jlmsCmwWpaGZCbZfZ7ZPE0hnzJ1sBORVAKvWKmdYF+r/0Z8daoxK2G2FON5RwUwvwLhLkpSk58pO/W50aR0buQYmI5+efhRIkuGcPLYg=</SignatureValue></Signature></Class> </Class>

View File

@ -94,4 +94,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>dRH/vaByIBY+aiG1yjT0gmAaqSI=</DigestValue></Reference></SignedInfo><SignatureValue>JLqwf19a6+rPQWKTI0DoGuI/bm5Nh8G2wSVstYcZo6atAIzQK34ek3owvj09/1XXnIce2DUduqDXeqUDzzYRTS0rGVnLM4ykyaV4SUAlUuynPPPkgFrmKE75Pz9VCENMxK+n+FNDvMrUeIVk584d2jIsbQWSHQYYwpn31ihIS78=</SignatureValue></Signature></Class> </Class>

View File

@ -69,4 +69,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>gQCyQp7yYf3x8Zc+6aVzN/zy0FA=</DigestValue></Reference></SignedInfo><SignatureValue>W22SjJme6SsQzmDIRQAh0khPlvXnXNxPRT+OKvKF9GrzALvgiriSKv8pJz9LRSGy4jlBXvn2N33llA7XaEZJy6zowX/JP+4s/9XIZPnCY5zYCqmLk9/Zsy8AkVKjGj8I3d6W1Fs00eP9sR/LH9vrR5sqy3Bzegu3LOSFQvLRLA0=</SignatureValue></Signature></Class> </Class>

View File

@ -39,4 +39,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Hdd4PmMJ7tDg/ZezSRw2teEPm/A=</DigestValue></Reference></SignedInfo><SignatureValue>F2gNwFY5/0VXhnHL2StnuMeah9i4GURjxpCbGReRbO2gS1L690wJCIBzeSAP4JQTljpMuOpeCfk2Gj2PVVaD/lkb5GwsP9vWqCtYcwOnfHlt7AW1G0kIz3mR+ZKdODpyMP8Taba3ZfErFxc6yLxUL1d4hCnryAie/vDSDAMTtno=</SignatureValue></Signature></Class> </Class>

View File

@ -39,4 +39,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>eZ5XfRFQS57NI3ywcx0Yl6wLnf4=</DigestValue></Reference></SignedInfo><SignatureValue>eN4ab8eG2r8sJNn/5lUWcMomeRA+SJirGSGBjvlNmpI9/xMNhXhSVyV1R+qMZ/ONp5y4qr8qMlqCN+TSfFpWFD9OHRXebDp6taqwYe4K3q0XCI4fJPmuU5vWuXGnN4Y/ilEpTNUem1OWH/EhNy8dzeD/4qHQP4lPbxfbm2xrVWc=</SignatureValue></Signature></Class> </Class>

View File

@ -50,4 +50,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>yeJxK1ztg1+4n1PWYmukuTH3MOI=</DigestValue></Reference></SignedInfo><SignatureValue>RU+NSDIyRxonWeQSW4qK3NUXkmc0TB/v+KS8WLdvNouWKllfWAZwNJkEeEDJ/EA/GU/nwBCnCSUXAQf8pPLW77XVPFWH+TQFqeLBjzXZJeWImQ2C8LW4492nQGzt5oPhFl5hK80Eeurux29CW9fOJnVtVa54Xv/LRR6YegL9Eag=</SignatureValue></Signature></Class> </Class>

View File

@ -113,4 +113,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>/X2v7Ct3MWEZ2CKm3pQ7j6OGNvs=</DigestValue></Reference></SignedInfo><SignatureValue>DGj6kVWCE7T76XGlKAeOsmZiSnNoldAlD7+etrcmRnHvfejgigKRquiCN5Drs1xbHlVEVnqzkEAU5MIkRybc1wjyrsqSy4M/orcOXERPy6Ayban878BYkWCEVHSfRT+huyNDhIONU7+xJXYR+QLa2+q9q9BFXYY6ZOMTZFaKOv0=</SignatureValue></Signature></Class> </Class>

View File

@ -57,6 +57,14 @@
<Get>Short.MAX_VALUE</Get> <Get>Short.MAX_VALUE</Get>
<Set>${this:16}.setMaxValue(${value})</Set> <Set>${this:16}.setMaxValue(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Int16</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -72,4 +80,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>aUoCoaALwc+C1czcxTDegCyZL9I=</DigestValue></Reference></SignedInfo><SignatureValue>Kdf9zw7LYpTRLcgOlBOcWvO4R9r+mmyHoYZI61H9skSG+3Ht8BK7vaOuq1iR+N7K2f6g0whh2KWFFcBcRHkiMnGAQ2d2d/JxtE/bWnLf17toYXYonZjxpUol/9AXXgo3+atYsa0MLmtDUp6kwbJ05KsJCmE5PlBsqQZTDSWhKr4=</SignatureValue></Signature></Class> </Class>

View File

@ -93,6 +93,14 @@
<Get>Integer.MAX_VALUE</Get> <Get>Integer.MAX_VALUE</Get>
<Set>${this:16}.setMaxValue(${value})</Set> <Set>${this:16}.setMaxValue(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Int32</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -110,4 +118,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>UlP2PdL7RxMNtiYEjC/iIyyfYYo=</DigestValue></Reference></SignedInfo><SignatureValue>EkU0KzAkAE8uUZsLnMjgHVN2carrukvNoOdGtK0s512tVBYVNa503YZA+exBM5jfpOKcfRzsmjW9Tfb0lowd9s6Mz+CWMWKFaG5u8H4iLPmi1OvLZncfmoaliKUpsu4n/0JjCqmu3VwbWnWlfDKBOxKY8DZsRfur/D+Fk/7HsdY=</SignatureValue></Signature></Class> </Class>

View File

@ -64,6 +64,14 @@
<Get>Long.MAX_VALUE</Get> <Get>Long.MAX_VALUE</Get>
<Set>${this:16}.setMaxValue(${value})</Set> <Set>${this:16}.setMaxValue(${value})</Set>
</Property> </Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Int64</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties> </Properties>
<Events /> <Events />
<Indexers /> <Indexers />
@ -81,4 +89,4 @@
</Casts> </Casts>
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>495vC5HiNi5WXnE+bf52gzkO7/M=</DigestValue></Reference></SignedInfo><SignatureValue>J9mR+wBfQuMAvS/Sm7tmBM96EgYoMvQUC9kLbvCJuTxMmn3miotaGxk8r5IxzT18+uSiJKnXAxAZpzn+5XOQkunK+1nz3fBqpu7mjK0OKOwBpdnDAfy4XH5Zj0mlFtyxZcnolKoc8H8Md/PwyfWebvrq20H+jv2eudpdJM2Ukcw=</SignatureValue></Signature></Class> </Class>

View File

@ -46,4 +46,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Leq87l4mvDIXCO9GBoVObjKAjHE=</DigestValue></Reference></SignedInfo><SignatureValue>P4VblXRWnzh7rnJBACZ+qnTDIrnENVqpKCeGdyOHrEnzKBKQwlPU4h6brxyoEAZrlE9PCex9TtGdxcdBQrKWtnyCq7HXo1iJ9jbWKSEweWM/U8rKdQ2b9501Tz6hvXwSKzTu2kt+jwBjfKvyBmA2SBUMdqVFxijWQnL8AquzPb8=</SignatureValue></Signature></Class> </Class>

View File

@ -77,4 +77,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>1eHYF4d6Kna8vr1gxf+yy5FFQns=</DigestValue></Reference></SignedInfo><SignatureValue>MfkaqWomg11FZaQJLaWTxUGjUQzTPcDnBPuF2q4PCyjlnigDr4B2+VT7qyRz+8jt4GDVihUil6WFh8XJkqbGITNgIEtmclayJvQIp+r0Tlmz2UQhfXRVAPpsvBf5S75NQmyT/+ZuPs1UyRuT9ts5GOhlhNNAHy/S0DVRWzqalOc=</SignatureValue></Signature></Class> </Class>

View File

@ -80,4 +80,4 @@
<Return>System.Void</Return> <Return>System.Void</Return>
</Invoke> </Invoke>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>O63/BAbaArSuQ8lwVt412o9g0ag=</DigestValue></Reference></SignedInfo><SignatureValue>ANw2PcKVLxsbqW/3uAbIJ8xq3E2w3e4whMcfaoV5FukhpYDBCLGkB2ne895WU9o8Kul89rY3bHE03oZzKt/evFbT/r4IzOvu6laBDTE0AtPQnAqzUZetC8GBRJj7ZhhZRoboEpFRsHzDcZCQn6nBVRI0AA58+0PWSqNi9CuLjdo=</SignatureValue></Signature></Delegate> </Delegate>

View File

@ -27,4 +27,4 @@
<Properties /> <Properties />
<Events /> <Events />
<Indexers /> <Indexers />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>LYuGsVKWZHsnTw+gkph0FYZ2iYs=</DigestValue></Reference></SignedInfo><SignatureValue>DgWvsumXrVwXuaLSfMGKGFr9PkcXaCGpnMTIL/mmFsuMwtkyrGnZHlcV6HMmq2vc9izXrceKx5QsnnuQ1cMig4IXkNrPA5psthnZ5bwHnDElQOOiJrrhaLj9u1+z5rMldexiCV+MH2p/kxVaXtF4jwa4Lpgrv5/q+ZIDmJ3QMRA=</SignatureValue></Signature></Interface> </Interface>

View File

@ -75,4 +75,4 @@
<TypeParams /> <TypeParams />
<Return>System.Boolean</Return> <Return>System.Boolean</Return>
</Invoke> </Invoke>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>T0UpNw/Yq/ryg661GrynJ5FKE7s=</DigestValue></Reference></SignedInfo><SignatureValue>e7BuFShw3gl4wP5mqDWrr8TpB2eXUH6V4qdKx/SdMooAL1wBG/0N00o23C9vI4PnirpaORO+yPKCZB1BXUK8XAELKfdKtL8DLMq1mw9zDnyWTIFSUcG46N5JbTHK2lVtY8m2c5d91J0sM8mYKGxUEjjo+dA1Kbk2p/BvIBs0n5A=</SignatureValue></Signature></Delegate> </Delegate>

View File

@ -142,6 +142,22 @@
<Name>Max</Name> <Name>Max</Name>
<Return>System.Number</Return> <Return>System.Number</Return>
</Method> </Method>
<Method>
<Imports />
<Java>Math.pow(${a},${b})</Java>
<Params>
<Param>
<Type>System.Double</Type>
<Name>a</Name>
</Param>
<Param>
<Type>System.Double</Type>
<Name>b</Name>
</Param>
</Params>
<Name>Pow</Name>
<Return>System.Double</Return>
</Method>
<Method> <Method>
<Imports /> <Imports />
<Java>Math.round(${d})</Java> <Java>Math.round(${d})</Java>
@ -179,8 +195,10 @@
<Return>System.Single</Return> <Return>System.Single</Return>
</Method> </Method>
<Method> <Method>
<Imports /> <Imports>
<Java>(Math.round(${d}*Math.pow(10,${decimals})) / Math.pow(10,${decimals}))</Java> <Import>CS2JNet.System.MathSupport</Import>
</Imports>
<Java>MathSupport.round(${d},${decimals})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.Decimal</Type> <Type>System.Decimal</Type>
@ -195,8 +213,10 @@
<Return>System.Decimal</Return> <Return>System.Decimal</Return>
</Method> </Method>
<Method> <Method>
<Imports /> <Imports>
<Java>(Math.round(${d}*Math.pow(10,${decimals})) / Math.pow(10,${decimals}))</Java> <Import>CS2JNet.System.MathSupport</Import>
</Imports>
<Java>MathSupport.round(${d},${decimals})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.Double</Type> <Type>System.Double</Type>
@ -219,4 +239,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>gTetkrvTe1YbqV/4LDgOCCGHB2Q=</DigestValue></Reference></SignedInfo><SignatureValue>LlG+sl3PcrJut3uf2Qmnyi4d77gxtJWUTqWASMA8XzlNulo+7ht3/KFL6QmO6PnQAVobEky9xqMQ1V3TxNXFMDYcOlQYKUAEDzV+4ABNJoR8jGdo+NdRH4ybGMxWDC+RRYuQ2ML6DpQBUsKuqiMYUi876xBtYwsa3LV9nBhEKSQ=</SignatureValue></Signature></Class> </Class>

View File

@ -26,4 +26,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>67vM8137wIzkZ9qyRoUYNCmuhz8=</DigestValue></Reference></SignedInfo><SignatureValue>OALZWAgYLZKoeokie6Q/O6sjBymu6Q3jPAmannBYF7sT+H04fcuqcvVMzEGq3gRJqIjqjCP9AmjWdIQRc+XPFqREQTCyunNfNUdDKusrMV1fXQFX29ctzarBB2Tqv2rtKud+e1SUATt9AIVGcVU7bM5PxQx+NC3LBxq+wP8v/pY=</SignatureValue></Signature></Class> </Class>

View File

@ -42,4 +42,4 @@
<Casts /> <Casts />
<UnaryOps /> <UnaryOps />
<BinaryOps /> <BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>z6bqUEOS2xf+S6ZBKHLFsCOY4rY=</DigestValue></Reference></SignedInfo><SignatureValue>gy0g152rvsxcX0uvWpMbmkmI2mjSivJmVDa4WCnCnUSUpElwVfA34OaC5ryhv6PvdVgSgnbO4s5+QMPXSAAwcePpVTTxXo1F6CMCF6B2NzdA3mt8R9peMp4vsbYQnzEqmCqwAljdmyoN/JANmY5bl7JMKsNC7BZNr0Vasu8OhtA=</SignatureValue></Signature></Class> </Class>

Some files were not shown because too many files have changed in this diff Show More