java.security.interfaces
Interface RSAPrivateKey
- All Superinterfaces:
- java.security.Key, java.security.PrivateKey, java.io.Serializable
- All Known Subinterfaces:
- RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
- All Known Implementing Classes:
- JCERSAPrivateCrtKey, JCERSAPrivateKey
- public interface RSAPrivateKey
- extends java.security.PrivateKey
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()
getPrivateExponent
public java.math.BigInteger getPrivateExponent()