Package | Description |
---|---|
org.apache.sshd.client.kex | |
org.apache.sshd.common | |
org.apache.sshd.common.cipher |
Cipher implementations. |
org.apache.sshd.common.digest |
Digest implementations. |
org.apache.sshd.common.kex | |
org.apache.sshd.server.kex |
Modifier and Type | Method and Description |
---|---|
Digest |
AbstractDHGClient.getHash() |
Digest |
DHGEX.getHash() |
Modifier and Type | Method and Description |
---|---|
Digest |
KeyExchange.getHash()
The message digest used by this key exchange algorithm.
|
Modifier and Type | Method and Description |
---|---|
static Digest |
ECCurves.getDigestForParams(ECParameterSpec params) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDigest
Base class for Digest algorithms based on the JCE provider.
|
class |
MD5
MD5 Digest.
|
class |
SHA1
SHA1 Digest.
|
class |
SHA256
SHA-256 Digest.
|
class |
SHA384
SHA-384 Digest.
|
class |
SHA512
SHA-512 Digest.
|
Modifier and Type | Method and Description |
---|---|
Digest |
SHA512.Factory.create() |
Digest |
SHA384.Factory.create() |
Digest |
SHA256.Factory.create() |
Digest |
MD5.Factory.create() |
Digest |
SHA1.Factory.create() |
Modifier and Type | Method and Description |
---|---|
abstract Digest |
AbstractDH.getHash() |
Digest |
ECDH.getHash() |
Digest |
DH.getHash() |
Constructor and Description |
---|
DH(Factory<Digest> factory) |
Modifier and Type | Method and Description |
---|---|
Digest |
AbstractDHGServer.getHash() |
Digest |
DHGEX.getHash() |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.