I am writing a master thesis on Java Security incl. JSA, JCA and JCE.
Part of the thesis is a case study wherein I intend to use JCE
functionality.
Now, the JCE is export-restricted (I live in Denmark), but what does
this mean exactly?
* Can I use the JCE binaries *at all*? If not, what can I do? Can I
obtain a license somehow? My thesis is for educational purposes only,
and NOT for commercial use.
* Can I use the JCE documentation? Can I include some JCE-code examples
in my thesis?
If I can use the JCE documentation, but not the JCE binaries, will it be
okay if I implement my case study (using JCE-functionality) but does NOT
compile the code and thereby use the JCE binaries? Can I use the JCE
binaries, if I don't include the *.class files of the case study in my
thesis? If not, what if I don't include the *.java source code of the
case study either?
Kind regards,
Morten Helles
- Dep. of Computer Science, Uni. of Copenhagen.