When using the Bouncy Castle Crypto api any example I see on the net uses javax.crypto.* and yet this library is not available when you build the application even though it is a library for the project I have created.
error: package javax.crypto does not exist
import javax.crypto.Cipher;
It be very useful if there is a working example using the bouncy castle cn1lib as anything I have found to date seems to only work if you are creating "normal" java application.