public static class SshAgentKeyConstraint.LifeTime extends SshAgentKeyConstraint
SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTimeCONFIRM| Constructor and Description |
|---|
LifeTime(int secondsToLive)
Creates a new
SshAgentKeyConstraint.LifeTime constraint. |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Buffer buffer)
Writes this constraint into the given
Buffer. |
getIdpublic LifeTime(int secondsToLive)
SshAgentKeyConstraint.LifeTime constraint.secondsToLive - number of seconds after which the agent shall automatically remove the key again; must
be strictly positivepublic void put(Buffer buffer)
SshAgentKeyConstraintBuffer.put in class SshAgentKeyConstraintbuffer - Buffer to write into at the current buffer write positionCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.