|
Bouncy Castle Cryptography 1.11 API Specification: Class RSAUtil
org.bouncycastle.jce.provider
Class RSAUtil
java.lang.Object
|
+--org.bouncycastle.jce.provider.RSAUtil
- public class RSAUtil
- extends java.lang.Object
utility class for converting java.security RSA objects into their
org.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(java.security.interfaces.RSAPublicKey key)
generatePrivateKeyParameter
public static RSAKeyParameters generatePrivateKeyParameter(java.security.interfaces.RSAPrivateKey key)
|