Uses of Interface
org.apache.sshd.common.cipher.Cipher
-
Packages that use Cipher Package Description org.apache.sshd.cli org.apache.sshd.cli.client org.apache.sshd.common org.apache.sshd.common.cipher Cipherimplementations.org.apache.sshd.common.kex org.apache.sshd.common.session.helpers -
-
Uses of Cipher in org.apache.sshd.cli
Methods in org.apache.sshd.cli that return types with arguments of type Cipher Modifier and Type Method Description static java.util.List<NamedFactory<Cipher>>CliSupport. setupCiphers(java.lang.String argName, java.lang.String argVal, java.util.List<NamedFactory<Cipher>> current, java.io.PrintStream stderr)static java.util.List<NamedFactory<Cipher>>CliSupport. setupCiphers(PropertyResolver options, java.io.PrintStream stderr)Method parameters in org.apache.sshd.cli with type arguments of type Cipher Modifier and Type Method Description static java.util.List<NamedFactory<Cipher>>CliSupport. setupCiphers(java.lang.String argName, java.lang.String argVal, java.util.List<NamedFactory<Cipher>> current, java.io.PrintStream stderr) -
Uses of Cipher in org.apache.sshd.cli.client
Method parameters in org.apache.sshd.cli.client with type arguments of type Cipher Modifier and Type Method Description static SshClientSshClientCliSupport. setupClient(PropertyResolver resolver, java.util.List<NamedFactory<Cipher>> ciphers, java.util.List<NamedFactory<Mac>> macs, java.util.List<NamedFactory<Compression>> compressions, java.util.Collection<? extends java.nio.file.Path> identities, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr, java.util.logging.Level level, java.lang.String[] args) -
Uses of Cipher in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type Cipher Modifier and Type Field Description protected java.util.List<NamedFactory<Cipher>>BaseBuilder. cipherFactoriesMethods in org.apache.sshd.common that return types with arguments of type Cipher Modifier and Type Method Description static java.util.List<NamedFactory<Cipher>>BaseBuilder. setUpDefaultCiphers(boolean ignoreUnsupported)Method parameters in org.apache.sshd.common with type arguments of type Cipher Modifier and Type Method Description SBaseBuilder. cipherFactories(java.util.List<NamedFactory<Cipher>> cipherFactories) -
Uses of Cipher in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement Cipher Modifier and Type Class Description classBaseCBCCipherclassBaseCipherBase class for all Cipher implementations delegating to the JCE provider.classBaseCTRCipherclassBaseGCMCipherclassBaseRC4CipherclassChaCha20CipherAEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.classCipherNoneRepresents a no-op cipher.Methods in org.apache.sshd.common.cipher that return Cipher Modifier and Type Method Description CipherBuiltinCiphers. create()Methods in org.apache.sshd.common.cipher that return types with arguments of type Cipher Modifier and Type Method Description static NamedFactory<Cipher>BuiltinCiphers. unregisterExtension(java.lang.String name)Unregisters specified extensionMethod parameters in org.apache.sshd.common.cipher with type arguments of type Cipher Modifier and Type Method Description static 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 Cipher Modifier and Type Field Description private java.util.List<NamedFactory<Cipher>>AbstractKexFactoryManager. cipherFactoriesMethods in org.apache.sshd.common.kex that return types with arguments of type Cipher Modifier and Type Method Description java.util.List<NamedFactory<Cipher>>AbstractKexFactoryManager. getCipherFactories()java.util.List<NamedFactory<Cipher>>KexFactoryManager. getCipherFactories()Retrieve the list of named factories forCipher.Method parameters in org.apache.sshd.common.kex with type arguments of type Cipher Modifier and Type Method Description voidAbstractKexFactoryManager. setCipherFactories(java.util.List<NamedFactory<Cipher>> cipherFactories)voidKexFactoryManager. setCipherFactories(java.util.List<NamedFactory<Cipher>> cipherFactories) -
Uses of Cipher in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as Cipher Modifier and Type Field Description private CipherAbstractSession.MessageCodingSettings. cipherprotected CipherAbstractSession. inCipherprotected CipherAbstractSession. outCipherMethods in org.apache.sshd.common.session.helpers that return Cipher Modifier and Type Method Description CipherAbstractSession.MessageCodingSettings. getCipher(long packetSequenceNumber)Get theCipher.Constructors in org.apache.sshd.common.session.helpers with parameters of type Cipher Constructor Description MessageCodingSettings(Cipher cipher, Mac mac, Compression compression, Cipher.Mode mode, byte[] key, byte[] iv)
-