Uses of Interface
org.apache.sshd.common.cipher.Cipher
Packages that use Cipher
-
Uses of Cipher in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement CipherModifier and TypeClassDescriptionclassAbstract super class for ChaCha20-Poly1305 implementations.classclassBase 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.Subclasses with type arguments of type Cipher in org.apache.sshd.common.cipherModifier and TypeClassDescriptionstatic classHolds the result ofBuiltinCiphers.parseCiphersList(String)Subinterfaces with type arguments of type Cipher in org.apache.sshd.common.cipherClasses in org.apache.sshd.common.cipher that implement interfaces with type arguments of type CipherMethods 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)