|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--moses.security.KeyGenerator
This class provides methods for generating DSA (Digital Signature Algorithm) public/private key pairs. It contains methods for retrieving the keys thus created.
| Constructor Summary | |
KeyGenerator()
The constructor of this class creates a public/private key pair and stores the values in two private variable for later retrieval. |
|
| Method Summary | |
java.security.PrivateKey |
getPrivate()
Getter method. |
java.security.PublicKey |
getPublic()
Getter method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyGenerator()
| Method Detail |
public java.security.PublicKey getPublic()
public java.security.PrivateKey getPrivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||