Uses of Class
org.apache.sshd.common.kex.KexProposalOption
-
Packages that use KexProposalOption Package Description org.apache.sshd.common.kex org.apache.sshd.common.session -
-
Uses of KexProposalOption in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type KexProposalOption Modifier and Type Field Description static Comparator<KexProposalOption>KexProposalOption. BY_PROPOSAL_INDEXCompares values according togetProposalIndex()static Set<KexProposalOption>KexProposalOption. CIPHER_PROPOSALSstatic Set<KexProposalOption>KexProposalOption. COMPRESSION_PROPOSALSstatic Set<KexProposalOption>KexProposalOption. FIRST_KEX_PACKET_GUESS_MATCHESstatic Set<KexProposalOption>KexProposalOption. LANGUAGE_PROPOSALSstatic Set<KexProposalOption>KexProposalOption. MAC_PROPOSALSstatic List<KexProposalOption>KexProposalOption. VALUESAListof all the options sorted according togetProposalIndex()Methods in org.apache.sshd.common.kex that return KexProposalOption Modifier and Type Method Description static KexProposalOptionKexProposalOption. fromName(String n)static KexProposalOptionKexProposalOption. fromProposalIndex(int index)static KexProposalOptionKexProposalOption. 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. -
Uses of KexProposalOption in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return types with arguments of type KexProposalOption Modifier and Type Method Description Map<KexProposalOption,String>SessionContext. getClientKexProposals()Map<KexProposalOption,String>SessionContext. getKexNegotiationResult()Map<KexProposalOption,String>SessionContext. getServerKexProposals()Methods in org.apache.sshd.common.session with parameters of type KexProposalOption Modifier and Type Method Description StringSessionContext. getNegotiatedKexParameter(KexProposalOption paramType)Retrieve one of the negotiated values during the KEX stage
-