| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.mac |
Mac implementations. |
| org.apache.sshd.common.session |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for
Mac. |
java.util.List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setMacFactories(java.util.List<NamedFactory<Mac>> macFactories) |
| 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 |
class |
HMACSHA256
HMAC-SHA256
Mac |
class |
HMACSHA512
HMAC-SHA512
Mac |
| Modifier and Type | Method and Description |
|---|---|
Mac |
HMACSHA512.Factory.create() |
Mac |
HMACSHA256.Factory.create() |
Mac |
HMACSHA196.Factory.create() |
Mac |
HMACSHA1.Factory.create() |
Mac |
HMACMD596.Factory.create() |
Mac |
HMACMD5.Factory.create() |
| Modifier and Type | Field and Description |
|---|---|
protected Mac |
AbstractSession.inMac |
protected Mac |
AbstractSession.outMac |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.