org.gudy.bouncycastle.jce.provider
Class RSAUtil
java.lang.Object
org.gudy.bouncycastle.jce.provider.RSAUtil
public class RSAUtil
- extends Object
utility class for converting java.security RSA objects into their
org.gudy.bouncycastle.crypto counterparts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAUtil
public RSAUtil()
generatePublicKeyParameter
public static RSAKeyParameters generatePublicKeyParameter(RSAPublicKey key)
generatePrivateKeyParameter
public static RSAKeyParameters generatePrivateKeyParameter(RSAPrivateKey key)