| Package | Description |
|---|---|
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.session |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<KexProposalOption> |
KexProposalOption.BY_PROPOSAL_INDEX
Compares values according to
getProposalIndex() |
static Set<KexProposalOption> |
KexProposalOption.CIPHER_PROPOSALS |
static Set<KexProposalOption> |
KexProposalOption.COMPRESSION_PROPOSALS |
static Set<KexProposalOption> |
KexProposalOption.FIRST_KEX_PACKET_GUESS_MATCHES |
static Set<KexProposalOption> |
KexProposalOption.LANGUAGE_PROPOSALS |
static Set<KexProposalOption> |
KexProposalOption.MAC_PROPOSALS |
static List<KexProposalOption> |
KexProposalOption.VALUES
A
List of all the options sorted according to getProposalIndex() |
| Modifier and Type | Method and Description |
|---|---|
static KexProposalOption |
KexProposalOption.fromName(String n) |
static KexProposalOption |
KexProposalOption.fromProposalIndex(int index) |
static KexProposalOption |
KexProposalOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KexProposalOption[] |
KexProposalOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<KexProposalOption,String> |
SessionContext.getClientKexProposals() |
Map<KexProposalOption,String> |
SessionContext.getKexNegotiationResult() |
Map<KexProposalOption,String> |
SessionContext.getServerKexProposals() |
| Modifier and Type | Method and Description |
|---|---|
String |
SessionContext.getNegotiatedKexParameter(KexProposalOption paramType)
Retrieve one of the negotiated values during the KEX stage
|
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.