diff --git a/CS2JLibrary/NetFramework/System/Security/Cryptography/RNGCryptoServiceProvider.xml b/CS2JLibrary/NetFramework/System/Security/Cryptography/RNGCryptoServiceProvider.xml new file mode 100644 index 0000000..203db90 --- /dev/null +++ b/CS2JLibrary/NetFramework/System/Security/Cryptography/RNGCryptoServiceProvider.xml @@ -0,0 +1,45 @@ + + + + + SecureRandom + System.Security.Cryptography.RNGCryptoServiceProvider + + + System.Object + + + + + ${this:16}.nextBytes(${arg}) + + + System.Byte[] + arg + + + GetBytes + + + + + + + java.security.SecureRandom + + new java.security.SecureRandom() + + + + + + + + diff --git a/CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini b/CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini index 0105c38..7169fd6 100644 --- a/CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini +++ b/CSharpTranslator/antlr3/sampleconfigs/winsecs2j.ini @@ -32,13 +32,13 @@ cheat-dir = net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\ ex-net-templates-dir = -app-dir = Z:\keving\svnrepos\ScormEngineNet\src\app\ScormEngine.Core\ +app-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\ ex-app-dir = -cs-dir = Z:\keving\svnrepos\ScormEngineNet\src\app\ScormEngine.Core\ +cs-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\Logic ex-cs-dir = -out-java-dir = Z:\keving\tmp\java\se\src +out-java-dir = Z:\keving\gitrepos\rustici\ScormEngine\java\RusticiSoftware.ScormContentPlayer.Logic\src ; Enable Alternate Translation Templates alt-translations = @@ -49,7 +49,7 @@ timestamp-files = false blanket-throw = true exception-is-throwable = false make-javadoc-comments = true -make-java-naming-conventions = true +make-java-naming-conventions = false ; These are experimental settings. ; They may change (or disappear, or move to General section, or ....) in future releases