FileDocCategorySizeDatePackage
RSAKey.javaAPI DocAndroid 1.5 API1145Wed May 06 22:41:06 BST 2009java.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.BigIntegergetModulus()
Returns the modulus.

return
the modulus.
since
Android 1.0