|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.spec.RSAPublicKeySpec
public class RSAPublicKeySpec
RSA Public Key class Specification. Used to maintain the RSA Public Keys.
| Constructor Summary | |
|---|---|
RSAPublicKeySpec(BigInteger modulus,
BigInteger publicExponent)
Constructs a new RSAPublicKeySpec with the specified modulus and publicExponent. |
|
| Method Summary | |
|---|---|
BigInteger |
getModulus()
Gets the RSA modulus. |
BigInteger |
getPublicExponent()
Gets the RSA public exponent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSAPublicKeySpec(BigInteger modulus,
BigInteger publicExponent)
modulus - the RSA moduluspublicExponent - the public key exponent| Method Detail |
|---|
public BigInteger getModulus()
public BigInteger getPublicExponent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||