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