| Package | Description |
|---|---|
| org.apache.sshd.agent | |
| org.apache.sshd.agent.common | |
| org.apache.sshd.agent.local |
| Modifier and Type | Class and Description |
|---|---|
static class |
SshAgentKeyConstraint.Extension
An OpenSSH
SshAgentKeyConstraint 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.
|
| Modifier and Type | Field and Description |
|---|---|
static SshAgentKeyConstraint |
SshAgentKeyConstraint.CONFIRM
The singleton OpenSSH confirmation
SshAgentKeyConstraint. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshAgent.addIdentity(KeyPair key,
String comment,
SshAgentKeyConstraint... constraints)
Adds a key to the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAgentProxy.addIdentity(KeyPair kp,
String comment,
SshAgentKeyConstraint... constraints) |
void |
AgentDelegate.addIdentity(KeyPair key,
String comment,
SshAgentKeyConstraint... constraints) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentImpl.addIdentity(KeyPair key,
String comment,
SshAgentKeyConstraint... constraints) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.