Class HostBoundPubkeyAuthentication
- java.lang.Object
-
- org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser<java.lang.Integer>
-
- org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
-
- All Implemented Interfaces:
KexExtensionParser<java.lang.Integer>
,NamedResource
public class HostBoundPubkeyAuthentication extends AbstractKexExtensionParser<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTH_NAME
static HostBoundPubkeyAuthentication
INSTANCE
private static org.slf4j.Logger
LOG
static java.lang.String
NAME
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description HostBoundPubkeyAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encode(java.lang.Integer version, Buffer buffer)
java.lang.Integer
parseExtension(byte[] data, int off, int len)
java.lang.Integer
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 Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
AUTH_NAME
public static final java.lang.String AUTH_NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final HostBoundPubkeyAuthentication INSTANCE
-
LOG
private static final org.slf4j.Logger LOG
-
-
Method Detail
-
parseExtension
public java.lang.Integer parseExtension(Buffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
parseExtension
public java.lang.Integer parseExtension(byte[] data, int off, int len) throws java.io.IOException
- Throws:
java.io.IOException
-
encode
protected void encode(java.lang.Integer version, Buffer buffer) throws java.io.IOException
- Specified by:
encode
in classAbstractKexExtensionParser<java.lang.Integer>
- Throws:
java.io.IOException
-
-