Uses of Interface
org.apache.sshd.common.cipher.Cipher
-
Packages that use Cipher Package Description org.apache.sshd.common.cipher Cipherimplementations. -
-
Uses of Cipher in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement Cipher Modifier and Type Class Description classBaseCipherBase class for all Cipher implementations delegating to the JCE provider.classBaseGCMCipherclassBaseRC4CipherclassChaCha20CipherAEAD 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(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)
-