Uses of Class
com.sshtools.agent.KeyConstraints
Packages that use KeyConstraints
Package
Description
-
Uses of KeyConstraints in com.sshtools.agent
Methods in com.sshtools.agent that return KeyConstraintsModifier and TypeMethodDescriptionInMemoryKeyStore.getKeyConstraints
(com.sshtools.common.ssh.components.SshPublicKey key) KeyStore.getKeyConstraints
(com.sshtools.common.ssh.components.SshPublicKey key) Get the constraints for a key stored in this keystore.Methods in com.sshtools.agent with parameters of type KeyConstraintsModifier and TypeMethodDescriptionboolean
InMemoryKeyStore.addKey
(com.sshtools.common.ssh.components.SshKeyPair pair, String description, KeyConstraints cs) boolean
InMemoryKeyStore.addKey
(com.sshtools.common.ssh.components.SshPrivateKey prvkey, com.sshtools.common.ssh.components.SshPublicKey pubkey, String description, KeyConstraints cs) boolean
KeyStore.addKey
(com.sshtools.common.ssh.components.SshKeyPair pair, String description, KeyConstraints cs) boolean
KeyStore.addKey
(com.sshtools.common.ssh.components.SshPrivateKey prvkey, com.sshtools.common.ssh.components.SshPublicKey pubkey, String description, KeyConstraints cs) Add a key to this keystore -
Uses of KeyConstraints in com.sshtools.agent.client
Methods in com.sshtools.agent.client with parameters of type KeyConstraintsModifier and TypeMethodDescriptionvoid
SshAgentClient.addKey
(com.sshtools.common.ssh.components.SshPrivateKey prvkey, com.sshtools.common.ssh.components.SshPublicKey pubkey, String description, KeyConstraints constraints) Add a key to the agent -
Uses of KeyConstraints in com.sshtools.agent.openssh
Methods in com.sshtools.agent.openssh that return KeyConstraintsConstructors in com.sshtools.agent.openssh with parameters of type KeyConstraintsModifierConstructorDescriptionSshAgentAddKey
(com.sshtools.common.ssh.components.SshPrivateKey prvkey, com.sshtools.common.ssh.components.SshPublicKey pubkey, String description, KeyConstraints constraints) Creates a new SshAgentAddKey object. -
Uses of KeyConstraints in com.sshtools.agent.rfc
Methods in com.sshtools.agent.rfc that return KeyConstraintsConstructors in com.sshtools.agent.rfc with parameters of type KeyConstraintsModifierConstructorDescriptionSshAgentAddKey
(com.sshtools.common.ssh.components.SshPrivateKey prvkey, com.sshtools.common.ssh.components.SshPublicKey pubkey, String description, KeyConstraints constraints) Creates a new SshAgentAddKey object.