| 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 | Method and Description |
|---|---|
Digest |
ECCurves.getDigestForParams() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMap.SimpleImmutableEntry<Boolean,String> |
KeyUtils.checkFingerPrint(String expected,
Digest d,
PublicKey key) |
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) |
static byte[] |
KeyUtils.getRawFingerprint(Digest d,
PublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMap.SimpleImmutableEntry<Boolean,String> |
KeyUtils.checkFingerPrint(String expected,
Factory<? extends Digest> f,
PublicKey key) |
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 byte[] |
KeyUtils.getRawFingerprint(Factory<? extends Digest> f,
PublicKey key) |
| Constructor and Description |
|---|
KeyRandomArt(PublicKey key,
Digest d) |
| Constructor and Description |
|---|
KeyRandomArt(PublicKey key,
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 |
|---|---|
static <D extends Digest> |
DigestUtils.findDigestByAlgorithm(String algo,
Comparator<? super String> comp,
Collection<? extends D> digests) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
BuiltinDigests.create() |
| Modifier and Type | Method and Description |
|---|---|
int |
BaseDigest.compareTo(Digest that) |
static BuiltinDigests |
BuiltinDigests.fromDigest(Digest d) |
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) |
static byte[] |
DigestUtils.getRawFingerprint(Digest d,
byte... buf) |
static byte[] |
DigestUtils.getRawFingerprint(Digest d,
byte[] buf,
int offset,
int len) |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinDigests |
BuiltinDigests.fromFactory(NamedFactory<? extends 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) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.