Class HostBoundPubkeyAuthentication
java.lang.Object
org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser<Integer>
org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- All Implemented Interfaces:
KexExtensionParser<Integer>, NamedResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final HostBoundPubkeyAuthenticationprivate static final org.slf4j.Loggerstatic final StringFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidparseExtension(byte[] data, int off, int len) parseExtension(Buffer buffer) Methods inherited from class AbstractKexExtensionParser
getName, putExtensionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KexExtensionParser
parseExtension
-
Field Details
-
NAME
- See Also:
-
AUTH_NAME
- See Also:
-
INSTANCE
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
HostBoundPubkeyAuthentication
public HostBoundPubkeyAuthentication()
-
-
Method Details
-
parseExtension
- Throws:
IOException
-
parseExtension
- Throws:
IOException
-
encode
- Specified by:
encodein classAbstractKexExtensionParser<Integer>- Throws:
IOException
-