| Package | Description |
|---|---|
| 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.
|
| 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.
|
| JCEAlgorithms
Interface containing the JCE algorithms required by the API.
|
| Ssh2DsaPublicKey
A DSA public key implementation which uses a JCE provider.
|
| Ssh2EcdsaSha2NistPublicKey |
| Ssh2RsaPublicKey
A RSA public key implementation which uses a JCE provider.
|
Copyright © 2013. All Rights Reserved.