Package org.apache.sshd.agent
Class SshAgentKeyConstraint.FidoProviderExtension
java.lang.Object
org.apache.sshd.agent.SshAgentKeyConstraint
org.apache.sshd.agent.SshAgentKeyConstraint.Extension
org.apache.sshd.agent.SshAgentKeyConstraint.FidoProviderExtension
- Enclosing class:
SshAgentKeyConstraint
public static class SshAgentKeyConstraint.FidoProviderExtension
extends SshAgentKeyConstraint.Extension
The OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys. Could be set via ssh config
SecurityKeyProvider.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTime -
Field Summary
FieldsFields inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
CONFIRM -
Constructor Summary
ConstructorsConstructorDescriptionFidoProviderExtension(String provider) Creates a newSshAgentKeyConstraint.FidoProviderExtension. -
Method Summary
Methods inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
getId
-
Field Details
-
provider
-
-
Constructor Details
-
FidoProviderExtension
Creates a newSshAgentKeyConstraint.FidoProviderExtension.- Parameters:
provider- path to a middleware library; must not benullor empty
-
-
Method Details
-
put
Description copied from class:SshAgentKeyConstraintWrites this constraint into the givenBuffer.- Overrides:
putin classSshAgentKeyConstraint.Extension- Parameters:
buffer-Bufferto write into at the current buffer write position
-