Uses of Class
com.sshtools.j2ssh.agent.KeyConstraints
-
Packages that use KeyConstraints Package Description com.sshtools.j2ssh.agent -
-
Uses of KeyConstraints in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that return KeyConstraints Modifier and Type Method Description KeyConstraintsKeyStore. getKeyConstraints(SshPublicKey key)Methods in com.sshtools.j2ssh.agent with parameters of type KeyConstraints Modifier and Type Method Description booleanKeyStore. addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints cs)voidSshAgentClient. addKey(SshPrivateKey prvkey, SshPublicKey pubkey, java.lang.String description, KeyConstraints constraints)Add a key to the agent
-