Uses of Class
org.apache.sshd.common.mac.BuiltinMacs
-
Packages that use BuiltinMacs Package Description org.apache.sshd.common org.apache.sshd.common.mac Mac
implementations. -
-
Uses of BuiltinMacs in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinMacs Modifier and Type Field Description static 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 BuiltinMacs Modifier and Type Field Description static Set<BuiltinMacs>
BuiltinMacs. VALUES
Methods in org.apache.sshd.common.mac that return BuiltinMacs Modifier and Type Method Description static BuiltinMacs
BuiltinMacs. fromFactory(NamedFactory<Mac> factory)
static BuiltinMacs
BuiltinMacs. fromFactoryName(String name)
static BuiltinMacs
BuiltinMacs. fromString(String s)
static BuiltinMacs
BuiltinMacs. valueOf(String name)
Returns 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.
-