JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
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
Methods
Modifier and Type
Method and Description
BigInteger
getModulus
()
Generates a modulus.
Method Detail
getModulus
BigInteger
getModulus
()
Generates a modulus.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD