Package org.apache.sshd.common.mac
Interface MacInformation
-
- All Superinterfaces:
AlgorithmNameProvider
- All Known Subinterfaces:
Mac
,MacFactory
- All Known Implementing Classes:
BaseMac
,BuiltinMacs
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 int
getBlockSize()
int
getDefaultBlockSize()
default boolean
isEncryptThenMac()
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
-