Re: SourceID1.2 and WSAD5.1 -Federation Error-
NUMATA Masahito <[email protected]> Thu, 27 Jan 2005 16:42:07 +0900
| Newsgroups | gmane.comp.sourceid.sso.user |
|---|---|
| Message-ID | <[email protected]> |
Prasad and Bryan,
Thanks for your advices.
Regrettably, I couldn't find the encryption libraries from IBM,
but I have succeed by using BouncyCastle library!
The detailed procedure is as follows.
1. download the BouncyCastle encryption library (jar file)
2. copy it in <JAVA_HOME> /jre /lib /ext
3. add the jar file to CLASSPATH
4. edit <JAVA_HOME> /jre /lib /security /java.security
security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
Thank you very much.
Masahito Numata