Uses of Enum
org.apache.sshd.common.mac.BuiltinMacs
Packages that use BuiltinMacs
-
Uses of BuiltinMacs in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinMacsModifier and TypeFieldDescriptionstatic final List<BuiltinMacs> BaseBuilder.DEFAULT_MAC_PREFERENCEThe defaultBuiltinMacssetup in order of preference as specified by ssh_config(5) -
Uses of BuiltinMacs in org.apache.sshd.common.mac
Fields in org.apache.sshd.common.mac with type parameters of type BuiltinMacsMethods in org.apache.sshd.common.mac that return BuiltinMacsModifier and TypeMethodDescriptionstatic BuiltinMacsBuiltinMacs.fromFactory(NamedFactory<Mac> factory) static BuiltinMacsBuiltinMacs.fromFactoryName(String name) static BuiltinMacsBuiltinMacs.fromString(String s) static BuiltinMacsReturns the enum constant of this type with the specified name.static BuiltinMacs[]BuiltinMacs.values()Returns an array containing the constants of this enum type, in the order they are declared.