|
Bouncy Castle Cryptography 1.18 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jce.provider.RSAUtil
utility class for converting java.security RSA objects into their org.bouncycastle.crypto counterparts.
Constructor Summary | |
RSAUtil()
|
Method Summary | |
static RSAKeyParameters |
generatePrivateKeyParameter(java.security.interfaces.RSAPrivateKey key)
|
static RSAKeyParameters |
generatePublicKeyParameter(java.security.interfaces.RSAPublicKey key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAUtil()
Method Detail |
public static RSAKeyParameters generatePublicKeyParameter(java.security.interfaces.RSAPublicKey key)
public static RSAKeyParameters generatePrivateKeyParameter(java.security.interfaces.RSAPrivateKey key)
|
Bouncy Castle Cryptography 1.18 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |