Uses of Enum Class
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_PREFERENCE
The defaultBuiltinMacs
setup 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 BuiltinMacs
BuiltinMacs.fromFactory
(NamedFactory<Mac> factory) static BuiltinMacs
BuiltinMacs.fromFactoryName
(String name) static BuiltinMacs
BuiltinMacs.fromString
(String s) static BuiltinMacs
Returns the enum constant of this class with the specified name.static BuiltinMacs[]
BuiltinMacs.values()
Returns an array containing the constants of this enum class, in the order they are declared.