JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.schmizz.sshj.common
Interface Factory<T>
Type Parameters:
T
- the type of object created by this factory
All Known Subinterfaces:
Factory.Named
<T>
All Known Implementing Classes:
AES128CBC.Factory
,
AES128CTR.Factory
,
AES192CBC.Factory
,
AES192CTR.Factory
,
AES256CBC.Factory
,
AES256CTR.Factory
,
BlockCiphers.Factory
,
BlowfishCBC.Factory
,
BouncyCastleRandom.Factory
,
Curve25519SHA256.Factory
,
DelayedZlibCompression.Factory
,
DHG1.Factory
,
DHG14.Factory
,
DHGexSHA1.Factory
,
DHGexSHA256.Factory
,
DHGroups.Factory
,
ECDHNistP.Factory256
,
ECDHNistP.Factory384
,
ECDHNistP.Factory521
,
HMACMD5.Factory
,
HMACMD596.Factory
,
HMACSHA1.Factory
,
HMACSHA196.Factory
,
HMACSHA2256.Factory
,
HMACSHA2512.Factory
,
JCERandom.Factory
,
MD5.Factory
,
NoneCipher.Factory
,
NoneCompression.Factory
,
OpenSSHKeyFile.Factory
,
OpenSSHKeyV1KeyFile.Factory
,
PKCS5KeyFile.Factory
,
PKCS8KeyFile.Factory
,
PuTTYKeyFile.Factory
,
SHA1.Factory
,
SHA256.Factory
,
SHA384.Factory
,
SHA512.Factory
,
SignatureDSA.Factory
,
SignatureECDSA.Factory
,
SignatureEdDSA.Factory
,
SignatureRSA.Factory
,
SingletonRandomFactory
,
StreamCiphers.Factory
,
TripleDESCBC.Factory
,
ZlibCompression.Factory
public interface
Factory<T>
A basic factory interface.
Nested Class Summary
Nested Classes
Modifier and Type
Interface and Description
static interface
Factory.Named
<
T
>
Inteface for a named factory.
Method Summary
Methods
Modifier and Type
Method and Description
T
create
()
Method Detail
create
T
create()
Returns:
a new object created using this factory.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method