the system have a system-specific jar file named secu.jar having the same package structure in jce.jar from sun.
I have to use javax.crypto.cipher in jce.jar not secu.jar.
other part of my source code has to use javax.crypto.cipher in secu.jar.
so I have not to change the classpath of jar files.
is there a way which the jar file I use from my source?
I have to use javax.crypto.cipher in jce.jar not secu.jar.
other part of my source code has to use javax.crypto.cipher in secu.jar.
so I have not to change the classpath of jar files.
is there a way which the jar file I use from my source?