Uses of Class
org.apache.sshd.agent.SshAgentKeyConstraint
Packages that use SshAgentKeyConstraint
-
Uses of SshAgentKeyConstraint in org.apache.sshd.agent
Subclasses of SshAgentKeyConstraint in org.apache.sshd.agentModifier and TypeClassDescriptionstatic classAn OpenSSHSshAgentKeyConstraintextension.static classThe OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.static classAn 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 SshAgentKeyConstraintModifier and TypeFieldDescriptionstatic final SshAgentKeyConstraintSshAgentKeyConstraint.CONFIRMThe singleton OpenSSH confirmationSshAgentKeyConstraint.Methods in org.apache.sshd.agent with parameters of type SshAgentKeyConstraintModifier and TypeMethodDescriptionvoidSshAgent.addIdentity(KeyPair key, 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 SshAgentKeyConstraintModifier and TypeMethodDescriptionvoidAbstractAgentProxy.addIdentity(KeyPair kp, String comment, SshAgentKeyConstraint... constraints) voidAgentDelegate.addIdentity(KeyPair key, String comment, SshAgentKeyConstraint... constraints) -
Uses of SshAgentKeyConstraint in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local with parameters of type SshAgentKeyConstraintModifier and TypeMethodDescriptionvoidAgentImpl.addIdentity(KeyPair key, String comment, SshAgentKeyConstraint... constraints)