File
Doc
Category
Size
Date
Package
RSAPublicKey.java
API Doc
Android 1.5 API
1397
Wed May 06 22:41:06 BST 2009
java.security.interfaces
RSAPublicKey
public interface RSAPublicKey implements RSAKey, PublicKey
The interface for a PKCS#1 RSA public key.
since
Android 1.0
Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public
java.math.BigInteger
getPublicExponent
()
Returns the public exponent {@code e}.
return
the public exponent {@code e}.
since
Android 1.0
Java Code Source