Uses of Interface
org.apache.sshd.common.cipher.CipherInformation
-
Packages that use CipherInformation Package Description org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of CipherInformation in org.apache.sshd.common.cipher
Subinterfaces of CipherInformation in org.apache.sshd.common.cipher Modifier and Type Interface Description interface
Cipher
Wrapper for a cryptographic cipher, used either for encryption or decryption.interface
CipherFactory
Classes in org.apache.sshd.common.cipher that implement CipherInformation Modifier and Type Class Description class
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.class
BaseRC4Cipher
class
BuiltinCiphers
Provides easy access to the currently implemented ciphersclass
CipherNone
Represents a no-op cipher. -
Uses of CipherInformation in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return CipherInformation Modifier and Type Method Description CipherInformation
SessionContext. getCipherInformation(boolean incoming)
Retrieves current cipher information - Note: may change if key re-exchange executed -
Uses of CipherInformation in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return CipherInformation Modifier and Type Method Description CipherInformation
AbstractSession. getCipherInformation(boolean incoming)
-