|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asunder.AsunderApp
public class AsunderApp
Constructor Summary | |
---|---|
AsunderApp()
Creates a new instance of AsunderApp |
Method Summary | |
---|---|
AsunderNode |
addNode(java.lang.String loadPath,
char[] priKeyPasswd)
Create an asunder node for DHT functionality |
static void |
installAsunder(char[] priKeyPasswd,
java.lang.String installPath)
Creates an RSA keypair, a keystore, and sets some basic config params |
void |
saveState()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsunderApp() throws java.security.GeneralSecurityException
java.security.GeneralSecurityException
Method Detail |
---|
public static void installAsunder(char[] priKeyPasswd, java.lang.String installPath)
public void saveState()
public AsunderNode addNode(java.lang.String loadPath, char[] priKeyPasswd) throws java.lang.Exception
priKeyPasswd
- the password protecting the keystore, config and bootstrap filesloadPath
- the root directory for this node
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |