| Package | Description |
|---|---|
| <Unnamed> | |
| net.sf.sshapi.agent | |
| net.sf.sshapi.identity | |
| net.sf.sshapi.impl.maverick |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SshKeyPair |
E18IdentityManagement.generate(SshIdentityManager mgr,
java.lang.String cmd) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
E18IdentityManagement.write(SshIdentityManager mgr,
java.lang.String cmd,
SshKeyPair keyPair) |
| Modifier and Type | Method and Description |
|---|---|
void |
SshAgent.addKey(SshKeyPair keyPair,
java.lang.String description)
Add a key to the agent.
|
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
SshIdentityManager.generateKeyPair(java.lang.String keyType,
int keyBits)
Generate a new key pair.
|
SshKeyPair |
SshPrivateKeyFile.toKeyPair()
Get the actual key pair.
|
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKeyFile |
SshIdentityManager.create(SshKeyPair pair,
int format,
char[] passphrase,
java.lang.String comment)
Create a
SshPrivateKeyFile that will allow you obtain a formatted
version of a SshPrivateKey for storage. |
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
MaverickIdentityManager.generateKeyPair(java.lang.String keyType,
int keyBits) |
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKeyFile |
MaverickIdentityManager.create(SshKeyPair pair,
int format,
char[] passphrase,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
MaverickIdentityManager.generateKeyPair(java.lang.String keyType,
int keyBits) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaverickAgent.addKey(SshKeyPair keyPair,
java.lang.String description) |
SshPrivateKeyFile |
MaverickIdentityManager.create(SshKeyPair pair,
int format,
char[] passphrase,
java.lang.String comment) |
Copyright © 2018. All rights reserved.