| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.mac |
Mac implementations. |
| Modifier and Type | Field and Description |
|---|---|
static List<BuiltinMacs> |
BaseBuilder.DEFAULT_MAC_PREFERENCE
The default
BuiltinMacs setup in order of preference
as specified by
ssh_config(5) |
| Modifier and Type | Field and Description |
|---|---|
static Set<BuiltinMacs> |
BuiltinMacs.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinMacs |
BuiltinMacs.fromFactory(NamedFactory<Digest> 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 © 2008–2015 The Apache Software Foundation. All rights reserved.