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, putExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseExtensionfindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic static final String NAME
public static final String AUTH_NAME
public static final HostBoundPubkeyAuthentication INSTANCE
public Integer parseExtension(Buffer buffer) throws IOException
IOExceptionpublic Integer parseExtension(byte[] data, int off, int len) throws IOException
IOExceptionprotected void encode(Integer version, Buffer buffer) throws IOException
encode in class AbstractKexExtensionParser<Integer>IOExceptionCopyright © 2018–2024 The Apache Software Foundation. All rights reserved.