Uses of Enum
com.sshtools.common.ssh.IncompatibleAlgorithm.ComponentType
Packages that use IncompatibleAlgorithm.ComponentType
-
Uses of IncompatibleAlgorithm.ComponentType in com.sshtools.common.ssh
Methods in com.sshtools.common.ssh that return IncompatibleAlgorithm.ComponentTypeModifier and TypeMethodDescriptionIncompatibleAlgorithm.getType()Returns the enum constant of this type with the specified name.static IncompatibleAlgorithm.ComponentType[]IncompatibleAlgorithm.ComponentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sshtools.common.ssh with parameters of type IncompatibleAlgorithm.ComponentTypeModifierConstructorDescriptionIncompatibleAlgorithm(IncompatibleAlgorithm.ComponentType type, String[] localAlgorithms, String[] remoteAlgorithms)