| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
org.gudy.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.gudy.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()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||