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.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 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.classBaseRC4CipherclassBuiltinCiphersProvides easy access to the currently implemented ciphersclassCipherNoneRepresents 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 CipherInformationSessionContext. 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 CipherInformationAbstractSession. getCipherInformation(boolean incoming)
-