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