Package | Description |
---|---|
com.maverick.agent | |
com.maverick.agent.client | |
com.maverick.agent.openssh | |
com.maverick.agent.rfc |
Modifier and Type | Method and Description |
---|---|
KeyConstraints |
KeyStore.getKeyConstraints(SshPublicKey key)
Get the constraints for a key stored in this keystore.
|
KeyConstraints |
InMemoryKeyStore.getKeyConstraints(SshPublicKey key) |
Modifier and Type | Method and Description |
---|---|
boolean |
KeyStore.addKey(SshKeyPair pair,
String description,
KeyConstraints cs) |
boolean |
InMemoryKeyStore.addKey(SshKeyPair pair,
String description,
KeyConstraints cs) |
boolean |
KeyStore.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints cs)
Add a key to this keystore
|
boolean |
InMemoryKeyStore.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints cs) |
Modifier and Type | Method and Description |
---|---|
void |
SshAgentClient.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Add a key to the agent
|
Modifier and Type | Method and Description |
---|---|
KeyConstraints |
SshAgentAddKey.getKeyConstraints() |
Constructor and Description |
---|
SshAgentAddKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Creates a new SshAgentAddKey object.
|
Modifier and Type | Method and Description |
---|---|
KeyConstraints |
SshAgentAddKey.getKeyConstraints() |
Constructor and Description |
---|
SshAgentAddKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Creates a new SshAgentAddKey object.
|
Copyright © 2024. All rights reserved.