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 TypeInterfaceDescriptioninterfaceMessage Authentication Code for use in SSH.interfaceClasses in org.apache.sshd.common.mac that implement MacInformationModifier and TypeClassDescriptionclassBase class forMacimplementations based on the JCE provider.enumProvides easy access to the currently implemented macsclassPoly1305 one-time message authentication code. -
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