Uses of Interface
org.apache.sshd.common.cipher.Cipher
Packages that use Cipher
-
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.cipherFactories
Methods 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 TypeClassDescriptionclass
Base class for all Cipher implementations delegating to the JCE provider.class
class
class
Represents 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 BuiltinCiphers
BuiltinCiphers.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.cipherFactories
Methods 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 TypeMethodDescriptionvoid
AbstractKexFactoryManager.setCipherFactories
(List<NamedFactory<Cipher>> cipherFactories) void
KexFactoryManager.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 Cipher