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 TypeInterfaceDescriptioninterfaceWrapper for a cryptographic cipher, used either for encryption or decryption.interfaceClasses in org.apache.sshd.common.cipher that implement CipherInformationModifier and TypeClassDescriptionclassBase class for all Cipher implementations delegating to the JCE provider.classclassenumProvides easy access to the currently implemented ciphersclassAEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.classRepresents 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 CipherInformationAESPrivateKeyObfuscator.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