Class ServerSignatureAlgorithms
- java.lang.Object
-
- org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser<java.util.List<java.lang.String>>
-
- org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
-
- All Implemented Interfaces:
KexExtensionParser<java.util.List<java.lang.String>>,NamedResource
public class ServerSignatureAlgorithms extends AbstractKexExtensionParser<java.util.List<java.lang.String>>
- See Also:
- RFC-8308 - section 3.1
-
-
Field Summary
Fields Modifier and Type Field Description static ServerSignatureAlgorithmsINSTANCEstatic java.lang.StringNAME-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description ServerSignatureAlgorithms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidencode(java.util.List<java.lang.String> names, Buffer buffer)java.util.List<java.lang.String>parseExtension(byte[] data, int off, int len)java.util.List<java.lang.String>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
-
INSTANCE
public static final ServerSignatureAlgorithms INSTANCE
-
-
Method Detail
-
parseExtension
public java.util.List<java.lang.String> parseExtension(byte[] data, int off, int len) throws java.io.IOException- Throws:
java.io.IOException
-
parseExtension
public java.util.List<java.lang.String> parseExtension(Buffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
encode
protected void encode(java.util.List<java.lang.String> names, Buffer buffer) throws java.io.IOException- Specified by:
encodein classAbstractKexExtensionParser<java.util.List<java.lang.String>>- Throws:
java.io.IOException
-
-