KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > RSAPublicKeySpec

java.security.spec
Class RSAPublicKeySpec

java.lang.Object
  extended by java.security.spec.RSAPublicKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Top Examples, Source Code, Key, KeyFactory, X509EncodedKeySpec, RSAPrivateKeySpec, RSAPrivateCrtKeySpec

public BigInteger getModulus()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getPublicExponent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RSAPublicKeySpec(BigInteger modulus,
                        BigInteger publicExponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags