Uses of Interface
org.apache.sshd.common.cipher.Cipher
Packages that use Cipher
-
Uses of Cipher in org.apache.sshd.cli
Methods in org.apache.sshd.cli that return types with arguments of type CipherModifier and TypeMethodDescriptionstatic List<NamedFactory<Cipher>>CliSupport.setupCiphers(String argName, String argVal, List<NamedFactory<Cipher>> current, PrintStream stderr) static List<NamedFactory<Cipher>>CliSupport.setupCiphers(PropertyResolver options, PrintStream stderr) Method parameters in org.apache.sshd.cli with type arguments of type CipherModifier and TypeMethodDescriptionstatic List<NamedFactory<Cipher>>CliSupport.setupCiphers(String argName, String argVal, List<NamedFactory<Cipher>> current, PrintStream stderr) -
Uses of Cipher in org.apache.sshd.cli.client
Method parameters in org.apache.sshd.cli.client with type arguments of type CipherModifier and TypeMethodDescriptionstatic SshClientSshClientCliSupport.setupClient(PropertyResolver resolver, List<NamedFactory<Cipher>> ciphers, List<NamedFactory<Mac>> macs, List<NamedFactory<Compression>> compressions, Collection<? extends Path> identities, BufferedReader stdin, PrintStream stdout, PrintStream stderr, Level level, String[] args) -
Uses of Cipher in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type CipherModifier and TypeFieldDescriptionprotected List<NamedFactory<Cipher>>BaseBuilder.cipherFactoriesMethods in org.apache.sshd.common that return types with arguments of type CipherModifier and TypeMethodDescriptionstatic List<NamedFactory<Cipher>>BaseBuilder.setUpDefaultCiphers(boolean ignoreUnsupported) Method parameters in org.apache.sshd.common with type arguments of type CipherModifier and TypeMethodDescriptionBaseBuilder.cipherFactories(List<NamedFactory<Cipher>> cipherFactories) -
Uses of Cipher in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement CipherModifier and TypeClassDescriptionclassclassBase class for all Cipher implementations delegating to the JCE provider.classclassclassclassAEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.classRepresents a no-op cipher.Methods in org.apache.sshd.common.cipher that return CipherMethods in org.apache.sshd.common.cipher that return types with arguments of type CipherModifier and TypeMethodDescriptionstatic NamedFactory<Cipher>BuiltinCiphers.unregisterExtension(String name) Unregisters specified extensionMethod parameters in org.apache.sshd.common.cipher with type arguments of type CipherModifier and TypeMethodDescriptionstatic BuiltinCiphersBuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) -
Uses of Cipher in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type CipherModifier and TypeFieldDescriptionprivate List<NamedFactory<Cipher>>AbstractKexFactoryManager.cipherFactoriesMethods in org.apache.sshd.common.kex that return types with arguments of type CipherModifier and TypeMethodDescriptionAbstractKexFactoryManager.getCipherFactories()KexFactoryManager.getCipherFactories()Retrieve the list of named factories forCipher.Method parameters in org.apache.sshd.common.kex with type arguments of type CipherModifier and TypeMethodDescriptionvoidAbstractKexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) voidKexFactoryManager.setCipherFactories(List<NamedFactory<Cipher>> cipherFactories) -
Uses of Cipher in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as CipherModifier and TypeFieldDescriptionprivate final CipherAbstractSession.MessageCodingSettings.cipherprotected CipherAbstractSession.inCipherprotected CipherAbstractSession.outCipherMethods in org.apache.sshd.common.session.helpers that return CipherModifier and TypeMethodDescriptionAbstractSession.MessageCodingSettings.getCipher(long packetSequenceNumber) Get theCipher.Constructors in org.apache.sshd.common.session.helpers with parameters of type CipherModifierConstructorDescriptionMessageCodingSettings(Cipher cipher, Mac mac, Compression compression, Cipher.Mode mode, byte[] key, byte[] iv)