Uses of Interface
org.apache.sshd.common.cipher.CipherInformation
Packages that use CipherInformation
-
Uses of CipherInformation in org.apache.sshd.common.cipher
Subinterfaces of CipherInformation in org.apache.sshd.common.cipherModifier and TypeInterfaceDescriptioninterface
Wrapper for a cryptographic cipher, used either for encryption or decryption.interface
Classes in org.apache.sshd.common.cipher that implement CipherInformationModifier and TypeClassDescriptionclass
Base class for all Cipher implementations delegating to the JCE provider.class
class
enum
Provides easy access to the currently implemented ciphersclass
Represents a no-op cipher. -
Uses of CipherInformation in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader that return CipherInformationModifier and TypeMethodDescriptionprotected CipherInformation
AESPrivateKeyObfuscator.resolveCipherInformation
(int keyLength, String cipherMode) Methods in org.apache.sshd.common.config.keys.loader that return types with arguments of type CipherInformationModifier and TypeMethodDescriptionstatic Predicate<CipherInformation>
AESPrivateKeyObfuscator.createCipherSelector
(int keyLength, String cipherMode) -
Uses of CipherInformation in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return CipherInformationModifier and TypeMethodDescriptionSessionContext.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