java.security.spec
public class: RSAPublicKeySpec [javadoc |
source]
java.lang.Object
java.security.spec.RSAPublicKeySpec
All Implemented Interfaces:
KeySpec
This class specifies an RSA public key.
| Constructor: |
public RSAPublicKeySpec(BigInteger modulus,
BigInteger publicExponent) {
this.modulus = modulus;
this.publicExponent = publicExponent;
}
Creates a new RSAPublicKeySpec. Parameters:
modulus - the modulus
publicExponent - the public exponent
|
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |