public class HostBoundPubkeyAuthentication extends AbstractKexExtensionParser<java.lang.Integer>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTH_NAME |
static HostBoundPubkeyAuthentication |
INSTANCE |
private static org.slf4j.Logger |
LOG |
static java.lang.String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
HostBoundPubkeyAuthentication() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(java.lang.Integer version,
Buffer buffer) |
java.lang.Integer |
parseExtension(Buffer buffer) |
java.lang.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 java.lang.String NAME
public static final java.lang.String AUTH_NAME
public static final HostBoundPubkeyAuthentication INSTANCE
private static final org.slf4j.Logger LOG
public java.lang.Integer parseExtension(Buffer buffer) throws java.io.IOException
java.io.IOException
public java.lang.Integer parseExtension(byte[] data, int off, int len) throws java.io.IOException
java.io.IOException
protected void encode(java.lang.Integer version, Buffer buffer) throws java.io.IOException
encode
in class AbstractKexExtensionParser<java.lang.Integer>
java.io.IOException