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 com.hierynomus.sshj.userauth.keyprovider
Fields in com.hierynomus.sshj.userauth.keyprovider with type parameters of type CipherModifier and TypeFieldDescriptionprivate static final Map<String, Factory.Named<Cipher>> OpenSSHKeyV1KeyFile.SUPPORTED_CIPHERSMethods in com.hierynomus.sshj.userauth.keyprovider that return CipherModifier and TypeMethodDescriptionprivate CipherOpenSSHKeyV1KeyFile.createCipher(String cipherName) Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type CipherModifier and TypeMethodDescriptionprivate voidOpenSSHKeyV1KeyFile.initializeCipher(String kdfName, byte[] kdfOptions, Cipher cipher) -
Uses of Cipher in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type CipherMethods 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
Fields in net.schmizz.sshj.transport declared as CipherMethods in net.schmizz.sshj.transport with parameters of type CipherModifier and TypeMethodDescription(package private) voidConverter.setAlgorithms(Cipher cipher, MAC mac, Compression compression) (package private) voidDecoder.setAlgorithms(Cipher cipher, MAC mac, Compression compression) (package private) voidEncoder.setAlgorithms(Cipher cipher, MAC mac, Compression compression) -
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()