Uses of Class
org.apache.sshd.common.mac.BuiltinMacs
-
Packages that use BuiltinMacs Package Description org.apache.sshd.common org.apache.sshd.common.mac Macimplementations. -
-
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 java.util.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 BuiltinMacs Modifier and Type Field Description static java.util.Set<BuiltinMacs>BuiltinMacs. VALUESMethods in org.apache.sshd.common.mac that return BuiltinMacs Modifier and Type Method Description static BuiltinMacsBuiltinMacs. fromFactory(NamedFactory<Mac> factory)static BuiltinMacsBuiltinMacs. fromFactoryName(java.lang.String name)static BuiltinMacsBuiltinMacs. fromString(java.lang.String s)static BuiltinMacsBuiltinMacs. valueOf(java.lang.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.
-