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 configSecurityKeyProvider.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTime
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
CONFIRM
-
-
Constructor Summary
Constructors Constructor Description FidoProviderExtension(String provider)Creates a newSshAgentKeyConstraint.FidoProviderExtension.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(Buffer buffer)Writes this constraint into the givenBuffer.-
Methods inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
getId
-
-
-
-
Constructor Detail
-
FidoProviderExtension
public FidoProviderExtension(String provider)
Creates a newSshAgentKeyConstraint.FidoProviderExtension.- Parameters:
provider- path to a middleware library; must not benullor empty
-
-
Method Detail
-
put
public void put(Buffer buffer)
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
-
-