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 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)