Package com.sshtools.jce

This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider.

See:
          Description

Class Summary
AbstractJCECipher An abstract base class for defining SSH2 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.
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.
JCEDigest A utility digest which uses a JCE provider for MD5 and SHA1 digests
JCEDigestProvider A JCE digest provider for the DigestFactory.
JCEProviderMapping This class provides the ability to configure the Maverick API to use a JCE rather than the internal Maverick Crypto API.
MD5HMac An MD5 HMAC implementation which uses a JCE provider.
MD5HMac96 An MD5 HMAC implementation which uses a JCE provider.
SHA1HMac An SHA-1 HMAC implementation which uses a JCE provider.
SHA1HMac96 An SHA-1 HMAC implementation which uses a JCE provider.
Ssh2DsaPublicKey A DSA public key implementation which uses a JCE provider.
Ssh2RsaPublicKey A RSA public key implementation which uses a JCE provider.
SshDsaPrivateKey  
SshRsaPrivateKey  
SshX509DsaPublicKey Basic implementation of X509 certificate support.
SshX509RsaPublicKey Basic implementation of X509 certificate support.
TripleDesCbc An implementation of the 3DES cipher using a JCE provider.
 

Package com.sshtools.jce Description

This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider.



Copyright © 2003 3SP LTD. All Rights Reserved.