|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SSHAgentBuildWrapper.RemoteAgent
Need an interface in order to export the object from the channel.
| Method Summary | |
|---|---|
void |
addIdentity(java.lang.String privateKey,
java.lang.String passphrase,
java.lang.String comment)
Adds the provided identity to the agent. |
java.lang.String |
getSocket()
Returns the value that the environment variable should be set to. |
void |
stop()
Stops the agent. |
| Method Detail |
|---|
java.lang.String getSocket()
void addIdentity(java.lang.String privateKey,
java.lang.String passphrase,
java.lang.String comment)
throws java.io.IOException
privateKey - the private key.passphrase - the passphrase or null.comment - the comment to give to the key.
java.io.IOException - if something went wrong.void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||