Bouncy Castle Cryptography 1.19

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


Field Summary
static long serialVersionUID
           
 
Method Summary
 java.math.BigInteger getModulus()
           
 java.math.BigInteger getPublicExponent()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getModulus

public java.math.BigInteger getModulus()

getPublicExponent

public java.math.BigInteger getPublicExponent()

Bouncy Castle Cryptography 1.19