File
Doc
Category
Size
Date
Package
RSAPublicKey.java
API Doc
Java SE 5 API
620
Fri Aug 26 14:57:18 BST 2005
java.security.interfaces
RSAPublicKey
public interface RSAPublicKey implements RSAKey, PublicKey
The interface to an RSA public key.
author
Jan Luehe
version
1.10 03/12/19
Fields Summary
static final long
serialVersionUID
Constructors Summary
Methods Summary
public
java.math.BigInteger
getPublicExponent
()
Returns the public exponent.
return
the public exponent
Java Code Source