Uses of Interface
org.apache.sshd.common.mac.MacInformation
-
Packages that use MacInformation Package Description org.apache.sshd.common.mac Macimplementations.org.apache.sshd.common.session -
-
Uses of MacInformation in org.apache.sshd.common.mac
Subinterfaces of MacInformation in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacMessage Authentication Code for use in SSH.interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement MacInformation Modifier and Type Class Description classBaseMacBase class forMacimplementations based on the JCE provider.classBuiltinMacsProvides easy access to the currently implemented macsclassPoly1305MacPoly1305 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 MacInformationSessionContext. getMacInformation(boolean incoming)Retrieves current MAC information - Note: may change if key re-exchange executed
-