java.security.interfaces
Interface RSAPublicKey
- All Superinterfaces:
- java.security.Key, java.security.PublicKey, java.io.Serializable
- All Known Implementing Classes:
- JCERSAPublicKey
- public interface RSAPublicKey
- extends java.security.PublicKey
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
getModulus
public java.math.BigInteger getModulus()
getPublicExponent
public java.math.BigInteger getPublicExponent()