| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.digest |
Digest implementations. |
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.kex.dh | |
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.signature |
Signature implementations. |
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
abstract Digest |
ECCurves.getDigestForParams() |
| Modifier and Type | Field and Description |
|---|---|
static Factory<Digest> |
KeyUtils.DEFAULT_FINGERPRINT_DIGEST_FACTORY
|
| Modifier and Type | Method and Description |
|---|---|
static Factory<? extends Digest> |
KeyUtils.getDefaultFingerPrintFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
KeyUtils.getFingerPrint(Digest d,
PublicKey key) |
static String |
KeyUtils.getFingerPrint(Digest d,
String s) |
static String |
KeyUtils.getFingerPrint(Digest d,
String s,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
PublicKey key) |
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
String s) |
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
String s,
Charset charset) |
static void |
KeyUtils.setDefaultFingerPrintFactory(Factory<? extends Digest> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDigest
Base class for Digest algorithms based on the JCE provider.
|
| Modifier and Type | Method and Description |
|---|---|
Digest |
BuiltinDigests.create() |
| Modifier and Type | Method and Description |
|---|---|
int |
BaseDigest.compareTo(Digest that) |
static String |
DigestUtils.getFingerPrint(Digest d,
byte... buf) |
static String |
DigestUtils.getFingerPrint(Digest d,
byte[] buf,
int offset,
int len) |
static String |
DigestUtils.getFingerPrint(Digest d,
String s) |
static String |
DigestUtils.getFingerPrint(Digest d,
String s,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinDigests |
BuiltinDigests.fromFactory(NamedFactory<Digest> factory) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
byte... buf) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
byte[] buf,
int offset,
int len) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
String s) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
String s,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
KeyExchange.getHash()
The message digest used by this key exchange algorithm.
|
Digest |
ECDH.getHash() |
Digest |
DHG.getHash() |
abstract Digest |
AbstractDH.getHash() |
| Constructor and Description |
|---|
DHG(Factory<Digest> digestFactory) |
DHG(Factory<Digest> digestFactory,
BigInteger pValue,
BigInteger gValue) |
| Modifier and Type | Field and Description |
|---|---|
protected Digest |
AbstractDHKeyExchange.hash |
| Modifier and Type | Method and Description |
|---|---|
Digest |
AbstractDHKeyExchange.getHash() |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinMacs |
BuiltinMacs.fromFactory(NamedFactory<Digest> factory) |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinSignatures |
BuiltinSignatures.fromFactory(NamedFactory<Digest> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SftpSubsystem.doCheckFileHash(int id,
Path file,
NamedFactory<? extends Digest> factory,
long startOffset,
long length,
int blockSize,
Buffer buffer) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.