I get some warnings due to use of RSAPublicKeyImpl:
warning: RSAPublicKeyImpl is internal proprietary API and may be removed in a future release import sun.security.rsa.RSAPublicKeyImpl;
I have tried to find a replacement, but with no luck. What is the open source alternative for this class?