Package com.maverick.ssh.components.standalone

This package contains a set of algoritm implementations that use an internal cryptographic provider.

See:
          Description

Class Summary
AbstractHmac Data integrity is provided by the SSH Transport Protocol by including with each packet a message authentication code (MAC) that is computed from a shared secret, packet sequence number, and the contents of the packet.
AES128Cbc This cipher can optionally be added to the J2SSH Maverick API.
AES128Ctr 128 bit Counter Mode AES cipher
AES192Cbc This cipher can optionally be added to the J2SSH Maverick API.
AES192Ctr 192 bit Counter Mode AES cipher
AES256Cbc This cipher can optionally be added to the J2SSH Maverick API.
AES256Ctr 256 bit Counter Mode AES cipher
BlowfishCbc Blowfish cipher for SSH2.
CAST128Cbc This cipher can optionally be added to the J2SSH Maverick API.
CAST5Engine A class that provides CAST key encryption operations, such as encoding data and generating keys.
DiffieHellmanGroup14Sha1 Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group1-sha1".
DiffieHellmanGroup1Sha1 Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group1-sha1".
DiffieHellmanGroupExchangeSha1 Implementation of the SSH Transport Protocol key exchange method "diffie-hellman-group-exchange-sha1".
MD5Digest MD5 digest implementation.
MD5HMac MD5 HMac implementation for SSH2
MD5HMac96 MD5 HMac implementation for SSH2
SecureRND Secure random implementation.
SHA1Digest SHA1 digest implementation.
SHA1HMac SHA1 HMac implementation for SSH2
SHA1HMac96 SHA1 HMac 96 bit implementation for SSH2
Ssh1Des DES cipher for SSH1.
Ssh1Des3 3DES cipher implementation for SSH1.
Ssh1RsaPublicKey This class represents an SSH1 RSA public key.
Ssh2DsaPrivateKey Represents a DSA key and implements the SshPrivateKey interface.
Ssh2DsaPublicKey Represents an SSH2 DSA public key.
Ssh2RsaPrivateCrtKey Represents a RSA key and implements the SshPrivateKey interface.
Ssh2RsaPrivateKey Represents a RSA key and implements the SshPrivateKey interface.
Ssh2RsaPublicKey Represents an SSH2 RSA Public key.
StandaloneComponentManager Standalone component manager provides a ComponentManager implementation that uses the internal cryptographic provider.
TripleDesCbc 3DES cipher for SSH2.
Twofish128Cbc This cipher can optionally be added to the J2SSH Maverick API.
Twofish192Cbc This cipher can optionally be added to the J2SSH Maverick API.
Twofish256Cbc This cipher can optionally be added to the J2SSH Maverick API.
 

Package com.maverick.ssh.components.standalone Description

This package contains a set of algoritm implementations that use an internal cryptographic provider.



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.