Posted: Tue May 15, 2018 4:45 am Post subject: AES Decryption in IIB using java Compute Node
Newbie
Joined: 22 Jun 2017 Posts: 4
I am receiving 256 bit AES encrypted text from a Payment system, which i need to decrypt in IIB.
I am using Java to decrypt. I have placed the Unrestricted policy files in the /opt/mqm/java/jre64/jre/lib/security location and restarted the EG and broker.Also placed dependent JARS in /var/mqsi/shared-classed. But still getting java.security.InvalidKeyException: Illegal key size Exception.
Posted: Tue May 15, 2018 1:50 pm Post subject: Re: AES Decryption in IIB using java Compute Node
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
chaithuboby wrote:
I am receiving 256 bit AES encrypted text from a Payment system, which i need to decrypt in IIB.
I am using Java to decrypt. I have placed the Unrestricted policy files in the /opt/mqm/java/jre64/jre/lib/security location and restarted the EG and broker.Also placed dependent JARS in /var/mqsi/shared-classed. But still getting java.security.InvalidKeyException: Illegal key size Exception.
When i tried executing the code in Eclipse and placing the unrestricted policy JARs in Java's lib/security folder, the decryption worked.
In Toolkit it is throwing java.security.InvalidKeyException: Illegal key size Exception when i placed unrestricted jars in /opt/mqm/java/jre64/jre/lib/security location and restarted the EG. i have placed all dependent jars in /var/mqsi/shared-classes
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum