public class ServerSignatureAlgorithms extends AbstractKexExtensionParser<List<String>>
| Modifier and Type | Field and Description |
|---|---|
static ServerSignatureAlgorithms |
INSTANCE |
static String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
ServerSignatureAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(List<String> names,
Buffer buffer) |
List<String> |
parseExtension(Buffer buffer) |
List<String> |
parseExtension(byte[] data,
int off,
int len) |
getName, putExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseExtensionfindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic static final String NAME
public static final ServerSignatureAlgorithms INSTANCE
public List<String> parseExtension(byte[] data, int off, int len) throws IOException
IOExceptionpublic List<String> parseExtension(Buffer buffer) throws IOException
IOExceptionprotected void encode(List<String> names, Buffer buffer) throws IOException
encode in class AbstractKexExtensionParser<List<String>>IOExceptionCopyright © 2018–2021 The Apache Software Foundation. All rights reserved.