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 List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for
Mac . |
List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setMacFactories(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 |
Modifier and Type | Method and Description |
---|---|
Mac |
HMACMD5.Factory.create() |
Mac |
HMACSHA196.Factory.create() |
Mac |
HMACSHA1.Factory.create() |
Mac |
HMACMD596.Factory.create() |
Modifier and Type | Field and Description |
---|---|
protected Mac |
AbstractSession.inMac |
protected Mac |
AbstractSession.outMac |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.