Uses of Interface
net.schmizz.sshj.transport.mac.MAC
Packages that use MAC
Package
Description
-
Uses of MAC in com.hierynomus.sshj.transport.verification
Fields in com.hierynomus.sshj.transport.verification declared as MAC -
Uses of MAC in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type MACMethods in net.schmizz.sshj that return types with arguments of type MACModifier and TypeMethodDescriptionConfig.getMACFactories()
Retrieve the list of named factories forMAC
.ConfigImpl.getMACFactories()
Method parameters in net.schmizz.sshj with type arguments of type MACModifier and TypeMethodDescriptionvoid
Config.setMACFactories
(List<Factory.Named<MAC>> macFactories) Set the named factories forMAC
.void
ConfigImpl.setMACFactories
(List<Factory.Named<MAC>> macFactories) -
Uses of MAC in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as MACMethods in net.schmizz.sshj.transport with parameters of type MACModifier and TypeMethodDescription(package private) void
Converter.setAlgorithms
(Cipher cipher, MAC mac, Compression compression) (package private) void
Decoder.setAlgorithms
(Cipher cipher, MAC mac, Compression compression) (package private) void
Encoder.setAlgorithms
(Cipher cipher, MAC mac, Compression compression) -
Uses of MAC in net.schmizz.sshj.transport.mac
Classes in net.schmizz.sshj.transport.mac that implement MACModifier and TypeClassDescriptionclass
Base class forMAC
implementations based on the JCE provider.class
Deprecated.class
Deprecated.UseMacs.HMACMD596()
class
Deprecated.class
Deprecated.UseMacs.HMACSHA1()
class
Deprecated.class
Deprecated.class
Deprecated.Methods in net.schmizz.sshj.transport.mac that return MAC
Macs.HMACMD5()