Uses of Interface
org.apache.sshd.common.mac.MacInformation
-
Packages that use MacInformation Package Description org.apache.sshd.common.mac Mac
implementations.org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of MacInformation in org.apache.sshd.common.mac
Subinterfaces of MacInformation in org.apache.sshd.common.mac Modifier and Type Interface Description interface
Mac
Message Authentication Code for use in SSH.interface
MacFactory
Classes in org.apache.sshd.common.mac that implement MacInformation Modifier and Type Class Description class
BaseMac
Base class forMac
implementations based on the JCE provider.class
BuiltinMacs
Provides easy access to the currently implemented macsclass
Poly1305Mac
Poly1305 one-time message authentication code. -
Uses of MacInformation in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return MacInformation Modifier and Type Method Description MacInformation
SessionContext. 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 Modifier and Type Method Description MacInformation
AbstractSession. getMacInformation(boolean incoming)
-