public class HostBoundPubkeyAuthentication extends AbstractKexExtensionParser<Integer>
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_NAME |
static HostBoundPubkeyAuthentication |
INSTANCE |
static String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
HostBoundPubkeyAuthentication() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(Integer version,
Buffer buffer) |
Integer |
parseExtension(Buffer buffer) |
Integer |
parseExtension(byte[] data,
int off,
int len) |
getName, putExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseExtension
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final String NAME
public static final String AUTH_NAME
public static final HostBoundPubkeyAuthentication INSTANCE
public Integer parseExtension(Buffer buffer) throws IOException
IOException
public Integer parseExtension(byte[] data, int off, int len) throws IOException
IOException
protected void encode(Integer version, Buffer buffer) throws IOException
encode
in class AbstractKexExtensionParser<Integer>
IOException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.