JavaScript is disabled on your browser.
Skip navigation links
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
All Known Implementing Classes:
BCRSAPrivateCrtKey
,
BCRSAPrivateKey
,
BCRSAPublicKey
,
JCERSAPrivateCrtKey
,
JCERSAPrivateKey
,
JCERSAPublicKey
,
OpenSSLRSAPrivateCrtKey
,
OpenSSLRSAPrivateKey
,
OpenSSLRSAPublicKey
public interface
RSAKey
The base interface for PKCS#1 RSA public and private keys.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
BigInteger
getModulus
()
Returns the modulus.
Method Detail
getModulus
BigInteger
getModulus()
Returns the modulus.
Returns:
the modulus.
Skip navigation links
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