Uses of Interface
org.apache.sshd.common.mac.MacInformation
Packages that use MacInformation
-
Uses of MacInformation in org.apache.sshd.common.mac
Subinterfaces of MacInformation in org.apache.sshd.common.macModifier and TypeInterfaceDescriptioninterface
Message Authentication Code for use in SSH.interface
Classes in org.apache.sshd.common.mac that implement MacInformationModifier and TypeClassDescriptionclass
Base class forMac
implementations based on the JCE provider.enum
Provides easy access to the currently implemented macs -
Uses of MacInformation in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return MacInformationModifier and TypeMethodDescriptionSessionContext.getMacInformation
(boolean incoming) Retrieves current MAC information - Note: may change if key re-exchange executed -
Uses of MacInformation in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return MacInformation