|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasymmetric.RSA
public class RSA
The Class represents a RSA keygenerator.
Constructor Summary | |
---|---|
RSA()
creates a secret key pair for the RSA algorithm. |
Method Summary | |
---|---|
java.security.PrivateKey |
getPrivate()
|
java.security.PublicKey |
getPublic()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSA()
Method Detail |
---|
public java.security.PrivateKey getPrivate()
public java.security.PublicKey getPublic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |