Package org.apache.sshd.common.mac
Interface MacInformation
-
- All Superinterfaces:
AlgorithmNameProvider
- All Known Subinterfaces:
Mac,MacFactory
- All Known Implementing Classes:
BaseMac,BuiltinMacs,Poly1305Mac
public interface MacInformation extends AlgorithmNameProvider
The reported algorithm name refers to the MAC being used- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetBlockSize()intgetDefaultBlockSize()default booleanisEncryptThenMac()-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
-