|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mac | |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.mac | Mac implementations. |
| org.apache.sshd.common.session | |
| Uses of Mac in org.apache.sshd.common |
|---|
| Fields in org.apache.sshd.common with type parameters of type Mac | |
|---|---|
protected java.util.List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories
|
| Methods in org.apache.sshd.common that return types with arguments of type Mac | |
|---|---|
java.util.List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for Mac. |
java.util.List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories()
|
| Method parameters in org.apache.sshd.common with type arguments of type Mac | |
|---|---|
void |
AbstractFactoryManager.setMacFactories(java.util.List<NamedFactory<Mac>> macFactories)
|
| Uses of Mac in org.apache.sshd.common.mac |
|---|
| Classes in org.apache.sshd.common.mac that implement Mac | |
|---|---|
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 |
| Methods in org.apache.sshd.common.mac that return Mac | |
|---|---|
Mac |
HMACSHA196.Factory.create()
|
Mac |
HMACSHA1.Factory.create()
|
Mac |
HMACMD596.Factory.create()
|
Mac |
HMACMD5.Factory.create()
|
| Uses of Mac in org.apache.sshd.common.session |
|---|
| Fields in org.apache.sshd.common.session declared as Mac | |
|---|---|
protected Mac |
AbstractSession.inMac
|
protected Mac |
AbstractSession.outMac
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||