| Package | Description |
|---|---|
| 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 |
|---|---|
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. |
SshPrivateKeyFile |
SshIdentityManager.createPrivateKeyFromStream(java.io.InputStream in)
Parse a stream that provides a private key in some supported format.
|
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKeyFile |
MaverickIdentityManager.create(SshKeyPair pair,
int format,
char[] passphrase,
java.lang.String comment) |
SshPrivateKeyFile |
MaverickIdentityManager.createPrivateKeyFromStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKeyFile |
MaverickIdentityManager.create(SshKeyPair pair,
int format,
char[] passphrase,
java.lang.String comment) |
SshPrivateKeyFile |
MaverickIdentityManager.createPrivateKeyFromStream(java.io.InputStream in) |
Copyright © 2018. All rights reserved.