Uses of Class
org.apache.sshd.agent.SshAgentKeyConstraint
-
Packages that use SshAgentKeyConstraint Package Description org.apache.sshd.agent org.apache.sshd.agent.common org.apache.sshd.agent.local -
-
Uses of SshAgentKeyConstraint in org.apache.sshd.agent
Subclasses of SshAgentKeyConstraint in org.apache.sshd.agent Modifier and Type Class Description static class
SshAgentKeyConstraint.Extension
An OpenSSHSshAgentKeyConstraint
extension.static class
SshAgentKeyConstraint.FidoProviderExtension
The OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.static class
SshAgentKeyConstraint.LifeTime
An OpenSSH lifetime constraint expires a key added to an SSH agent after the given number of seconds.Fields in org.apache.sshd.agent declared as SshAgentKeyConstraint Modifier and Type Field Description static SshAgentKeyConstraint
SshAgentKeyConstraint. CONFIRM
The singleton OpenSSH confirmationSshAgentKeyConstraint
.Methods in org.apache.sshd.agent with parameters of type SshAgentKeyConstraint Modifier and Type Method Description void
SshAgent. addIdentity(java.security.KeyPair key, java.lang.String comment, SshAgentKeyConstraint... constraints)
Adds a key to the agent. -
Uses of SshAgentKeyConstraint in org.apache.sshd.agent.common
Methods in org.apache.sshd.agent.common with parameters of type SshAgentKeyConstraint Modifier and Type Method Description void
AbstractAgentProxy. addIdentity(java.security.KeyPair kp, java.lang.String comment, SshAgentKeyConstraint... constraints)
void
AgentDelegate. addIdentity(java.security.KeyPair key, java.lang.String comment, SshAgentKeyConstraint... constraints)
-
Uses of SshAgentKeyConstraint in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local with parameters of type SshAgentKeyConstraint Modifier and Type Method Description void
AgentImpl. addIdentity(java.security.KeyPair key, java.lang.String comment, SshAgentKeyConstraint... constraints)
-