| Package | Description |
|---|---|
| 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 |
|---|---|
void |
SshAgent.deleteKey(SshPublicKey key,
java.lang.String description)
Delete a key held by the agent
|
byte[] |
SshAgent.hashAndSign(SshPublicKey key,
byte[] data)
Request a hash and sign operation be performed for a given public key.
|
| Modifier and Type | Method and Description |
|---|---|
SshPublicKey |
SshKeyPair.getPublicKey()
Get the public key portion of this key pair.
|
SshPublicKey |
SshPublicKeyFile.getPublicKey()
Get the actual public key.
|
SshPublicKey[] |
SshPublicKeySubsystem.list()
List all of the available authorized keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshPublicKeySubsystem.add(SshPublicKey key,
java.lang.String comment)
Add a new authorized key.
|
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.
|
void |
SshPublicKeySubsystem.remove(SshPublicKey key)
Remove a key from the list of available authorized keys.
|
void |
SshKeyPair.setPublicKey(SshPublicKey publicKey)
Set the public key portion of this key pair.
|
| Constructor and Description |
|---|
SshKeyPair(SshPublicKey publicKey,
SshPrivateKey privateKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SshPublicKeyFile |
MaverickIdentityManager.create(SshPublicKey key,
java.lang.String options,
java.lang.String comment,
int format) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaverickPublicKey |
| Modifier and Type | Method and Description |
|---|---|
SshPublicKeyFile |
MaverickIdentityManager.create(SshPublicKey key,
java.lang.String options,
java.lang.String comment,
int format) |
void |
MaverickAgent.deleteKey(SshPublicKey key,
java.lang.String description) |
byte[] |
MaverickAgent.hashAndSign(SshPublicKey key,
byte[] data) |
| Constructor and Description |
|---|
MaverickPublicKey(SshPublicKey publicKey) |
MaverickSshPublicKey(SshPublicKey key) |
Copyright © 2018. All rights reserved.