Uses of Interface
com.sshtools.common.ssh.components.SshCipher
Packages that use SshCipher
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 SshCipher in com.sshtools.common.ssh.components
Classes in com.sshtools.common.ssh.components with type parameters of type SshCipherClasses in com.sshtools.common.ssh.components that implement SshCipherModifier and TypeClassDescriptionclassBase class for all SSH protocol ciphers.classThis special cipher implementation provides an unencrypted connection.Methods in com.sshtools.common.ssh.components that return types with arguments of type SshCipherModifier and TypeMethodDescriptionComponentManager.supportedSsh2CiphersCS()The supported SSH2 ciphers.ComponentManager.supportedSsh2CiphersSC()The supported SSH2 ciphers.Method parameters in com.sshtools.common.ssh.components with type arguments of type SshCipherModifier and TypeMethodDescriptionprotected abstract voidComponentManager.initializeSsh2CipherFactory(ComponentFactory<SshCipher> ciphers) Initialize the SSH2 cipher factory. -
Uses of SshCipher in com.sshtools.common.ssh.components.jce
Classes in com.sshtools.common.ssh.components.jce that implement SshCipherModifier 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.Method parameters in com.sshtools.common.ssh.components.jce with type arguments of type SshCipherModifier and TypeMethodDescriptionprotected voidJCEComponentManager.initializeSsh2CipherFactory(ComponentFactory<SshCipher> ciphers)