|
||||||||||
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 List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories
|
Methods in org.apache.sshd.common that return types with arguments of type Mac | |
---|---|
List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories()
|
List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for Mac . |
Method parameters in org.apache.sshd.common with type arguments of type Mac | |
---|---|
void |
AbstractFactoryManager.setMacFactories(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 |
HMACMD596.Factory.create()
|
Mac |
HMACMD5.Factory.create()
|
Mac |
HMACSHA1.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 |