|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.RSAKeyParameters
public class RSAKeyParameters
| Field Summary | |
|---|---|
private java.math.BigInteger |
exponent
|
private java.math.BigInteger |
modulus
|
| Fields inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
|---|
privateKey |
| 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 |
| Field Detail |
|---|
private java.math.BigInteger modulus
private java.math.BigInteger exponent
| 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()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc