Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.transport.mac |
Modifier and Type | Method and Description |
---|---|
List<Factory.Named<MAC>> |
ConfigImpl.getMACFactories() |
List<Factory.Named<MAC>> |
Config.getMACFactories()
Retrieve the list of named factories for
MAC . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigImpl.setMACFactories(List<Factory.Named<MAC>> macFactories) |
void |
Config.setMACFactories(List<Factory.Named<MAC>> macFactories)
Set the named factories for
MAC . |
Modifier and Type | Class and Description |
---|---|
class |
BaseMAC
Base class for
MAC implementations based on the JCE provider. |
class |
HMACMD5
HMAC-MD5
MAC . |
class |
HMACMD596
HMAC-MD5-96
MAC |
class |
HMACSHA1
HMAC-SHA1
MAC |
class |
HMACSHA196
HMAC-SHA1-96
MAC |
Modifier and Type | Method and Description |
---|---|
MAC |
HMACSHA196.Factory.create() |
MAC |
HMACSHA1.Factory.create() |
MAC |
HMACMD5.Factory.create() |
MAC |
HMACMD596.Factory.create() |
Copyright © 2009–2017. All rights reserved.