Package | Description |
---|---|
com.maverick.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
com.maverick.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
Modifier and Type | Method and Description |
---|---|
ComponentFactory<Digest> |
ComponentManager.supportedDigests()
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
ComponentFactory<Digest> |
ComponentManager.supportedDigests(boolean clone)
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Utils.digest(Digest digest,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ComponentManager.initializeDigestFactory(ComponentFactory<Digest> digests)
Initialize the digest factory.
|
Constructor and Description |
---|
DigestInputStream(InputStream in,
Digest digest) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDigest
An abstract class that implements the
Digest
interface to provide support for JCE based digests. |
class |
MD5Digest
MD5 digest implementation.
|
class |
SHA1Digest
SHA-1 digest implementation.
|
class |
SHA256Digest
SHA-1 digest implementation.
|
class |
SHA384Digest
SHA-1 digest implementation.
|
class |
SHA512Digest
SHA-1 digest implementation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JCEComponentManager.initializeDigestFactory(ComponentFactory<Digest> digests) |
Copyright © 2024. All rights reserved.