Uses of Enum
org.apache.sshd.common.kex.KexProposalOption
Packages that use KexProposalOption
-
Uses of KexProposalOption in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type KexProposalOptionModifier and TypeFieldDescriptionstatic final Comparator<KexProposalOption> KexProposalOption.BY_PROPOSAL_INDEXCompares values according togetProposalIndex()static final Set<KexProposalOption> KexProposalOption.CIPHER_PROPOSALSstatic final Set<KexProposalOption> KexProposalOption.COMPRESSION_PROPOSALSstatic final Set<KexProposalOption> KexProposalOption.FIRST_KEX_PACKET_GUESS_MATCHESstatic final Set<KexProposalOption> KexProposalOption.LANGUAGE_PROPOSALSstatic final Set<KexProposalOption> KexProposalOption.MAC_PROPOSALSstatic final List<KexProposalOption> KexProposalOption.VALUESAListof all the options sorted according togetProposalIndex()Methods in org.apache.sshd.common.kex that return KexProposalOptionModifier and TypeMethodDescriptionstatic KexProposalOptionstatic KexProposalOptionKexProposalOption.fromProposalIndex(int index) static KexProposalOptionReturns 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 KexProposalOptionModifier and TypeMethodDescriptionSessionContext.getClientKexProposals()SessionContext.getKexNegotiationResult()SessionContext.getServerKexProposals()Methods in org.apache.sshd.common.session with parameters of type KexProposalOptionModifier and TypeMethodDescriptionSessionContext.getNegotiatedKexParameter(KexProposalOption paramType) Retrieve one of the negotiated values during the KEX stage