Cryptography Support

The YAAFI container supports decryption of configuration files using Sun's JCA (Java Crypto Architecture) and JCE (Java Crypto Extension).

JDK 1.3.x

For JDK 1.3.x the Java Cryptography Extension (JCE) 1.2.2 needs to be installed. Furthermore you need to add the jce1_2_2.jar to your Maven repository and project.xml

JDK 1.4.2

The current JDK's have the JCA built-in therefore no extra configuration is required. In the case of an older JDK you need to upgrade.

Availabe Algorithms

Provider Version Algorithms
SunJCE 1.22 PBEWithMD5AndDES
SunJCE 1.42 PBEWithMD5AndDES

PBEWithMD5AndTripleDES