Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface RSAKey

java.lang.Object
|
+--java.security.interfaces.RSAKey


public interface RSAKey

A generic RSA Key interface for public and private keys

Since:Author:

Method Summary

java.math.BigIntegergetModulus()

Generates a modulus.

Method Details

getModulus

public BigInteger getModulus()

Generates a modulus.