| net.schmizz.sshj.common.Factory.Named<T> |
Known Indirect Subclasses
AES128CBC.Factory,
AES128CTR.Factory,
AES192CBC.Factory,
AES192CTR.Factory,
AES256CBC.Factory,
AES256CTR.Factory,
BlowfishCBC.Factory,
DHG1.Factory,
DHG14.Factory,
DelayedZlibCompression.Factory,
HMACMD5.Factory,
HMACMD596.Factory,
HMACSHA1.Factory,
HMACSHA196.Factory,
JCERandom.Factory,
and
10 others.
|
Class Overview
Inteface for a named factory. Named factories are simply factories that are identified by a name. Such names are
used mainly in SSH algorithm negotiation.
Summary
| Nested Classes |
|
class |
Factory.Named.Util |
Utility functions |
| Public Methods |
|
abstract
String
|
getName()
|
Public Methods
public
abstract
String
getName
()
Returns
- the name of this factory.