See: Description
| Interface | Description |
|---|---|
| AbstractKeyExchange | |
| AbstractPublicKey | |
| JCEAlgorithms |
Interface containing the JCE algorithms required by the API.
|
| Class | 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.
|
| AES128Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES128Ctr | |
| AES192Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES192Ctr | |
| AES256Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES256Ctr | |
| ArcFour | |
| ArcFour128 | |
| ArcFour256 | |
| BlowfishCbc |
An implementation of the Blowfish cipher using a JCE provider.
|
| DiffieHellmanGroup14Sha1 |
An implementation of the diffie-hellman-group1-sha1 key exchange mechanism
that uses JCE provider for DH agreement and Digest.
|
| DiffieHellmanGroup1Sha1 |
An implementation of the diffie-hellman-group1-sha1 key exchange mechanism
that uses JCE provider for DH agreement and Digest.
|
| DiffieHellmanGroupExchangeSha1 |
An implementation of the diffie-hellman-group-exchange key exchange mechanism
that uses JCE provider for DH agreement and Digest.
|
| DiffieHellmanGroupExchangeSha256 | |
| HmacMD5 |
MD5 message authentication implementation.
|
| HmacMD596 |
MD5 message authentication implementation.
|
| HmacSha1 |
SHA-1 message authentication implementation.
|
| HmacSha196 |
SHA-1 message authentication implementation.
|
| HmacSha256 |
SHA-1 message authentication implementation.
|
| HmacSha512 |
SHA-1 message authentication implementation.
|
| JCEComponentManager |
A component manager for the Java runtime JCE provider.
|
| JCEProvider | |
| MD5Digest |
MD5 digest implementation.
|
| SecureRND |
Secure random number generator implementation for JCE provider.
|
| SHA1Digest |
SHA-1 digest implementation.
|
| SHA256Digest |
SHA-1 digest implementation.
|
| Ssh2DsaPrivateKey |
DSA private key implementation for the SSH2 protocol.
|
| Ssh2DsaPublicKey |
A DSA public key implementation which uses a JCE provider.
|
| Ssh2RsaPrivateCrtKey |
RSA co-efficient private key implementation for SSH2 protocol.
|
| Ssh2RsaPrivateKey |
RSA private key implementation for the SSH2 protocol.
|
| Ssh2RsaPublicKey |
A RSA public key implementation which uses a JCE provider.
|
| SshX509DsaPublicKey |
Basic implementation of X509 certificate support.
|
| SshX509RsaPublicKey |
Basic implementation of X509 certificate support.
|
| SshX509RsaSha1PublicKey |
Basic implementation of X509 certificate support.
|
| TripleDesCbc |
An implementation of the 3DES cipher using a JCE provider.
|
| TripleDesCtr |
An implementation of the 3DES cipher using a JCE provider.
|
This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider.
Copyright © 2014. All rights reserved.