|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.crypto.params.AsymmetricKeyParameter org.bouncycastle.crypto.params.RSAKeyParameters
public class RSAKeyParameters
Constructor Summary | |
---|---|
RSAKeyParameters(boolean isPrivate,
java.math.BigInteger modulus,
java.math.BigInteger exponent)
|
Method Summary | |
---|---|
java.math.BigInteger |
getExponent()
|
java.math.BigInteger |
getModulus()
|
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
---|
isPrivate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSAKeyParameters(boolean isPrivate, java.math.BigInteger modulus, java.math.BigInteger exponent)
Method Detail |
---|
public java.math.BigInteger getModulus()
public java.math.BigInteger getExponent()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |