public abstract static class SshAgentKeyConstraint.Extension extends SshAgentKeyConstraint
SshAgentKeyConstraint extension. Extensions are identified by name.SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTimeCONFIRM| Modifier | Constructor and Description |
|---|---|
protected |
Extension(String name)
Creates a new
SshAgentKeyConstraint.Extension. |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Buffer buffer)
Writes this constraint into the given
Buffer. |
getIdprotected Extension(String name)
SshAgentKeyConstraint.Extension.name - of the extension, must not be null or emptypublic 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.