java.security.interfaces
Interface RSAKey

All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey

A generic RSA Key interface for public and private keys

Since:
JDK 1.3

Method Summary
 BigInteger getModulus()
          Generates a modulus.
 

Method Detail

getModulus

BigInteger getModulus()
Generates a modulus.