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 String
static final HostBoundPubkeyAuthentication
private static final org.slf4j.Logger
static final String
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
parseExtension
(byte[] data, int off, int len) parseExtension
(Buffer buffer) Methods inherited from class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
getName, putExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.sshd.common.kex.extension.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:
encode
in classAbstractKexExtensionParser<Integer>
- Throws:
IOException
-