| Package | Description |
|---|---|
| com.sshtools.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
| Class and Description |
|---|
| AbstractDigest
An abstract class that implements the
Digest interface to provide support for
JCE based digests. |
| AbstractHmac
An abstract class that implements the
SshHmac interface to provide support for
JCE based message authentication. |
| AbstractJCECipher
An abstract base class for defining SSH ciphers which use a JCE provider
instead of the internal Maverick Crypto provider.
|
| AbstractKeyExchange |
| DiffieHellmanGroupExchangeSha1
An implementation of the diffie-hellman-group-exchange key exchange mechanism
that uses JCE provider for DH agreement and Digest.
|
| JCEAlgorithms
Interface containing the JCE algorithms required by the API.
|
| Ssh2DsaPublicKey
A DSA public key implementation which uses a JCE provider.
|
| Ssh2RsaPublicKey
A RSA public key implementation which uses a JCE provider.
|
Copyright © 2014. All rights reserved.