File
Doc
Category
Size
Date
Package
RSAKey.java
API Doc
Java SE 5 API
553
Fri Aug 26 14:57:18 BST 2005
java.security.interfaces
RSAKey
public interface RSAKey
The interface to an RSA public or private key.
author
Jan Luehe
version
1.6 12/19/03
see
RSAPublicKey
see
RSAPrivateKey
since
1.3
Fields Summary
Constructors Summary
Methods Summary
public
java.math.BigInteger
getModulus
()
Returns the modulus.
return
the modulus
Java Code Source