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
public class HostBoundPubkeyAuthentication extends AbstractKexExtensionParser<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_NAMEstatic HostBoundPubkeyAuthenticationINSTANCEstatic StringNAME-
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 voidencode(Integer version, Buffer buffer)IntegerparseExtension(byte[] data, int off, int len)IntegerparseExtension(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 String NAME
- See Also:
- Constant Field Values
-
AUTH_NAME
public static final String AUTH_NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final HostBoundPubkeyAuthentication INSTANCE
-
-
Method Detail
-
parseExtension
public Integer parseExtension(Buffer buffer) throws IOException
- Throws:
IOException
-
parseExtension
public Integer parseExtension(byte[] data, int off, int len) throws IOException
- Throws:
IOException
-
encode
protected void encode(Integer version, Buffer buffer) throws IOException
- Specified by:
encodein classAbstractKexExtensionParser<Integer>- Throws:
IOException
-
-