| 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 |
|---|---|
SshPublicKeyFile |
SshIdentityManager.create(SshPublicKey key,
java.lang.String options,
java.lang.String comment,
int format)
Create a Public Key File that may be used to write authorized_keys files
or other public key storage systems.
|
SshPublicKeyFile |
SshIdentityManager.createPublicKeyFromStream(java.io.InputStream in)
Parse a stream that provides a public key in some supported format.
|
| Modifier and Type | Method and Description |
|---|---|
SshPublicKeyFile |
MaverickIdentityManager.create(SshPublicKey key,
java.lang.String options,
java.lang.String comment,
int format) |
SshPublicKeyFile |
MaverickIdentityManager.createPublicKeyFromStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
SshPublicKeyFile |
MaverickIdentityManager.create(SshPublicKey key,
java.lang.String options,
java.lang.String comment,
int format) |
SshPublicKeyFile |
MaverickIdentityManager.createPublicKeyFromStream(java.io.InputStream in) |
Copyright © 2018. All rights reserved.