Uses of Class
com.sshtools.j2ssh.agent.KeyConstraints

Packages that use KeyConstraints
com.sshtools.j2ssh.agent   
 

Uses of KeyConstraints in com.sshtools.j2ssh.agent
 

Fields in com.sshtools.j2ssh.agent declared as KeyConstraints
(package private)  KeyConstraints SshAgentAddKey.constraints
           
 

Methods in com.sshtools.j2ssh.agent that return KeyConstraints
 KeyConstraints SshAgentAddKey.getKeyConstraints()
           
 KeyConstraints KeyStore.getKeyConstraints(SshPublicKey key)
           
 

Methods in com.sshtools.j2ssh.agent with parameters of type KeyConstraints
 void SshAgentClient.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints constraints)
          Add a key to the agent
 boolean KeyStore.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints cs)
           
 

Constructors in com.sshtools.j2ssh.agent with parameters of type KeyConstraints
SshAgentAddKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints constraints)
          Creates a new SshAgentAddKey object.