Uncaught exception java/lang/NoClassDefFoundError: org/bouncycastle/crypto/BlockCiphe
Hello , Friends
I m Dhiraj Karalkar ,Doing the application for the encryption and Decryption of the SMS by including the bouncycastle packages in my application and builded a path for these files of bouncycastle correctly , but I m getting the
Uncaught exception java/lang/NoClassDefFoundError: bouncycastle/crypto/BlockCipher
Please anyone help me out on this ....
Thank you
BlockCipher is an interface.
See:
BlockCipher (Bouncy Castle Library 1.38 API Specification)
Block cipher engines are expected to conform to this interface.