NoSuchAlgorithm exception
Hello, hello.
I use this transformation string which is from JCE1.2.1 API user guide "DES/OFB32/PKCS5Padding" to create a Cipher object. No compiler error but a run-time I get NoSuchAlgorithm exception.
Note: Using "DES/ECB/PKCS5Padding" is OK. I assume that there is nothing wrong with my classpath or run-time env.
Anyone knows why? Do we have another user guide?
Thanks for any help.
BN

