| Package | Description |
|---|---|
| org.apache.sshd.common.mac |
Mac implementations. |
| Modifier and Type | Field and Description |
|---|---|
static Set<BuiltinMacs> |
BuiltinMacs.VALUES |
| Modifier and Type | Method and 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.
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.