| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.digest |
Digest
implementations. |
| Modifier and Type | Field and Description |
|---|---|
private DigestFactory |
ECCurves.digestFactory |
| Constructor and Description |
|---|
ECCurves(java.lang.String name,
int[] oid,
java.security.spec.ECParameterSpec params,
int numOctets,
DigestFactory digestFactory) |
| 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 | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReference<DigestFactory> |
KeyUtils.DEFAULT_DIGEST_HOLDER |
| 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(java.lang.String algo,
java.util.Comparator<? super java.lang.String> comp,
java.util.Collection<? extends F> factories) |