Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
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>> |
SshBuilder.BaseBuilder.macFactories |
Modifier and Type | Method and Description |
---|---|
S |
SshBuilder.BaseBuilder.macFactories(List<NamedFactory<Mac>> macFactories) |
Modifier and Type | Field and Description |
---|---|
protected List<NamedFactory<Mac>> |
AbstractFactoryManager.macFactories |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<Mac>> |
AbstractFactoryManager.getMacFactories() |
List<NamedFactory<Mac>> |
FactoryManager.getMacFactories()
Retrieve the list of named factories for
Mac . |
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 |
class |
HMACSHA256
HMAC-SHA256
Mac |
class |
HMACSHA512
HMAC-SHA512
Mac |
Modifier and Type | Method and Description |
---|---|
Mac |
HMACMD596.Factory.create() |
Mac |
HMACSHA196.Factory.create() |
Mac |
HMACMD5.Factory.create() |
Mac |
HMACSHA1.Factory.create() |
Mac |
HMACSHA256.Factory.create() |
Mac |
HMACSHA512.Factory.create() |
Modifier and Type | Field and Description |
---|---|
protected Mac |
AbstractSession.inMac |
protected Mac |
AbstractSession.outMac |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.