File
Doc
Category
Size
Date
Package
RSAKey.java
API Doc
Android 1.5 API
1145
Wed May 06 22:41:06 BST 2009
java.security.interfaces
RSAKey
public interface RSAKey
The base interface for PKCS#1 RSA public and private keys.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
public
java.math.BigInteger
getModulus
()
Returns the modulus.
return
the modulus.
since
Android 1.0
Java Code Source