public abstract static class SshAgentKeyConstraint.Extension extends SshAgentKeyConstraint
SshAgentKeyConstraint
extension. Extensions are identified by name.SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTime
CONFIRM
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 . |
getId
protected Extension(String name)
SshAgentKeyConstraint.Extension
.name
- of the extension, must not be null
or emptypublic void put(Buffer buffer)
SshAgentKeyConstraint
Buffer
.put
in class SshAgentKeyConstraint
buffer
- Buffer
to write into at the current buffer write positionCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.