Uses of Interface
net.schmizz.sshj.transport.mac.MAC
-
Packages that use MAC Package Description com.hierynomus.sshj.transport.verification net.schmizz.sshj net.schmizz.sshj.transport net.schmizz.sshj.transport.mac -
-
Uses of MAC in com.hierynomus.sshj.transport.verification
Fields in com.hierynomus.sshj.transport.verification declared as MAC Modifier and Type Field Description private MAC
KnownHostMatchers.HashedHostMatcher. sha1
-
Uses of MAC in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type MAC Modifier and Type Field Description private java.util.List<Factory.Named<MAC>>
ConfigImpl. macFactories
Methods in net.schmizz.sshj that return types with arguments of type MAC Modifier and Type Method Description java.util.List<Factory.Named<MAC>>
Config. getMACFactories()
Retrieve the list of named factories forMAC
.java.util.List<Factory.Named<MAC>>
ConfigImpl. getMACFactories()
Method parameters in net.schmizz.sshj with type arguments of type MAC Modifier and Type Method Description void
Config. setMACFactories(java.util.List<Factory.Named<MAC>> macFactories)
Set the named factories forMAC
.void
ConfigImpl. setMACFactories(java.util.List<Factory.Named<MAC>> macFactories)
-
Uses of MAC in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as MAC Modifier and Type Field Description protected MAC
Converter. mac
Methods in net.schmizz.sshj.transport with parameters of type MAC Modifier and Type Method Description (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 MAC Modifier and Type Class Description class
BaseMAC
Base class forMAC
implementations based on the JCE provider.class
HMACMD5
Deprecated.UseMacs.HMACMD5()
class
HMACMD596
Deprecated.UseMacs.HMACMD596()
class
HMACRIPEMD160
Deprecated.class
HMACSHA1
Deprecated.UseMacs.HMACSHA1()
class
HMACSHA196
Deprecated.class
HMACSHA2256
Deprecated.class
HMACSHA2512
Deprecated.Methods in net.schmizz.sshj.transport.mac that return MAC Modifier and Type Method Description MAC
HMACMD5.Factory. create()
MAC
HMACMD596.Factory. create()
MAC
HMACRIPEMD160.Factory. create()
MAC
HMACSHA1.Factory. create()
MAC
HMACSHA196.Factory. create()
MAC
HMACSHA2256.Factory. create()
MAC
HMACSHA2512.Factory. create()
-