| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.digest |
Digest
implementations. |
| Modifier and Type | Field and Description |
|---|---|
static DigestFactory |
KeyUtils.DEFAULT_FINGERPRINT_DIGEST_FACTORY
The default
Factory of Digests initialized as the value of
KeyUtils.getDefaultFingerPrintFactory() if not overridden by KeyUtils.KEY_FINGERPRINT_FACTORY_PROP or
KeyUtils.setDefaultFingerPrintFactory(DigestFactory) |
| Modifier and Type | Method and Description |
|---|---|
static DigestFactory |
KeyUtils.getDefaultFingerPrintFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyUtils.setDefaultFingerPrintFactory(DigestFactory f) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDigests
Provides easy access to the currently implemented digests
|
| Modifier and Type | Method and Description |
|---|---|
static <F extends DigestFactory> |
DigestUtils.findFactoryByAlgorithm(String algo,
Comparator<? super String> comp,
Collection<? extends F> factories) |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.