Uses of Interface
net.schmizz.sshj.transport.cipher.Cipher
Packages that use Cipher
Package
Description
-
Uses of Cipher in com.hierynomus.sshj.transport.cipher
Classes in com.hierynomus.sshj.transport.cipher that implement CipherClasses in com.hierynomus.sshj.transport.cipher that implement interfaces with type arguments of type CipherModifier and TypeClassDescriptionstatic classNamed factory for BlockCipherstatic classstatic classNamed factory for BlockCipherstatic classNamed factory for BlockCipherMethods in com.hierynomus.sshj.transport.cipher that return Cipher -
Uses of Cipher in net.schmizz.sshj
Methods in net.schmizz.sshj that return types with arguments of type CipherModifier and TypeMethodDescriptionConfig.getCipherFactories()Retrieve the list of named factories forCipher.ConfigImpl.getCipherFactories()Method parameters in net.schmizz.sshj with type arguments of type CipherModifier and TypeMethodDescriptionvoidConfig.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) Set the named factories forCipher.voidConfigImpl.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) -
Uses of Cipher in net.schmizz.sshj.transport.cipher
Classes in net.schmizz.sshj.transport.cipher that implement CipherModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classBase class for all Cipher implementations delegating to the JCE provider.classclassDeprecated.classRepresents a no-op cipher.classDeprecated.Classes in net.schmizz.sshj.transport.cipher that implement interfaces with type arguments of type CipherModifier and TypeClassDescriptionstatic classDeprecated.Named factory for AES128CBC Cipherstatic classDeprecated.Named factory for AES128CTR Cipherstatic classDeprecated.Named factory for AES192CBC Cipherstatic classDeprecated.Named factory for AES192CTR Cipherstatic classDeprecated.Named factory for AES256CBC Cipherstatic classDeprecated.Named factory for AES256CTR Cipherstatic classDeprecated.Named factory for BlowfishCBC Cipherstatic classNamed factory for the no-op Cipherstatic classDeprecated.Named factory for TripleDESCBC CipherMethods in net.schmizz.sshj.transport.cipher that return Cipher
BlockCiphers.AES128CBC()