Package org.apache.sshd.common.mac
Interface MacFactory
-
- All Superinterfaces:
AlgorithmNameProvider,BuiltinFactory<Mac>,Factory<Mac>,MacInformation,NamedFactory<Mac>,NamedResource,OptionalFeature,Supplier<Mac>
- All Known Implementing Classes:
BuiltinMacs
public interface MacFactory extends MacInformation, BuiltinFactory<Mac>
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Methods inherited from interface org.apache.sshd.common.mac.MacInformation
getBlockSize, getDefaultBlockSize, isEncryptThenMac
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-