Uses of Interface
org.apache.sshd.common.cipher.CipherInformation
-
Packages that use CipherInformation Package Description org.apache.sshd.common.cipher Cipherimplementations.org.apache.sshd.common.config.keys.loader org.apache.sshd.common.session -
-
Uses of CipherInformation in org.apache.sshd.common.cipher
Subinterfaces of CipherInformation in org.apache.sshd.common.cipher Modifier and Type Interface Description interfaceCipherWrapper for a cryptographic cipher, used either for encryption or decryption.interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement CipherInformation Modifier and Type Class Description classBaseCipherBase class for all Cipher implementations delegating to the JCE provider.classBaseGCMCipherclassBaseRC4CipherclassBuiltinCiphersProvides easy access to the currently implemented ciphersclassChaCha20CipherAEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.classCipherNoneRepresents 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 CipherInformation Modifier and Type Method Description protected CipherInformationAESPrivateKeyObfuscator. resolveCipherInformation(int keyLength, String cipherMode)Methods in org.apache.sshd.common.config.keys.loader that return types with arguments of type CipherInformation Modifier and Type Method Description static 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 CipherInformation Modifier and Type Method Description CipherInformationSessionContext. getCipherInformation(boolean incoming)Retrieves current cipher information - Note: may change if key re-exchange executed
-