Uses of Class
com.sshtools.common.ssh.components.AbstractSshCipher
Packages that use AbstractSshCipher
Package
Description
This package contains an abstract cryptographic provider for the SSH protocol.
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
-
Uses of AbstractSshCipher in com.sshtools.common.ssh.components
Subclasses of AbstractSshCipher in com.sshtools.common.ssh.componentsModifier and TypeClassDescriptionclassThis special cipher implementation provides an unencrypted connection. -
Uses of AbstractSshCipher in com.sshtools.common.ssh.components.jce
Subclasses of AbstractSshCipher in com.sshtools.common.ssh.components.jceModifier and TypeClassDescriptionclassAn abstract base class for defining SSH ciphers which use a JCE provider instead of the internal Maverick Crypto provider.classAn implementation of the AES 128 bit cipher using a JCE provider.classclassclassAn implementation of the AES 128 bit cipher using a JCE provider.classclassAn implementation of the AES 128 bit cipher using a JCE provider.classclassclassclassclassclassAn implementation of the Blowfish cipher using a JCE provider.classclassAn implementation of the 3DES cipher using a JCE provider.classAn implementation of the 3DES cipher using a JCE provider.