Modifier and Type | Method and Description |
---|---|
Factory<Random> |
Config.getRandomFactory()
Retrieve the
Random factory. |
Factory<Random> |
ConfigImpl.getRandomFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Config.setRandomFactory(Factory<Random> randomFactory)
Set the factory for
Random . |
void |
ConfigImpl.setRandomFactory(Factory<Random> randomFactory) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Factory.Named<T>
Inteface for a named factory.
|
Modifier and Type | Class and Description |
---|---|
static class |
SignatureDSA.Factory
A named factory for DSA signature
|
static class |
SignatureRSA.Factory
A named factory for RSA
Signature |
Modifier and Type | Class and Description |
---|---|
static class |
AES128CBC.Factory
Named factory for AES128CBC Cipher
|
static class |
AES128CTR.Factory
Named factory for AES128CBC Cipher
|
static class |
AES192CBC.Factory
Named factory for AES192CBC Cipher
|
static class |
AES192CTR.Factory
Named factory for AES192CTR Cipher
|
static class |
AES256CBC.Factory
Named factory for AES256CBC Cipher
|
static class |
AES256CTR.Factory
Named factory for AES256CBC Cipher
|
static class |
BlowfishCBC.Factory
Named factory for BlowfishCBC Cipher
|
static class |
NoneCipher.Factory
Named factory for the no-op Cipher
|
static class |
TripleDESCBC.Factory
Named factory for TripleDESCBC Cipher
|
Modifier and Type | Class and Description |
---|---|
static class |
DelayedZlibCompression.Factory
Named factory for the ZLib Delayed Compression.
|
static class |
NoneCompression.Factory
Named factory for the no-op
Compression |
static class |
ZlibCompression.Factory
Named factory for the ZLib Compression.
|
Modifier and Type | Class and Description |
---|---|
static class |
MD5.Factory
Named factory for MD5 digest
|
static class |
SHA1.Factory
Named factory for SHA1 digest
|
Modifier and Type | Class and Description |
---|---|
static class |
DHG1.Factory
Named factory for DHG1 key exchange
|
static class |
DHG14.Factory
Named factory for DHG14 key exchange
|
Modifier and Type | Class and Description |
---|---|
static class |
HMACMD5.Factory
Named factory for the HMACMD5
MAC |
static class |
HMACMD596.Factory
Named factory for the HMAC-MD5-96
MAC |
static class |
HMACSHA1.Factory
Named factory for the HMAC-SHA1
MAC |
static class |
HMACSHA196.Factory
Named factory for the HMAC-SHA1-96
MAC |
Modifier and Type | Class and Description |
---|---|
static class |
BouncyCastleRandom.Factory
Named factory for the BouncyCastle
Random |
static class |
JCERandom.Factory
Named factory for the JCE
Random |
class |
SingletonRandomFactory
A random factory wrapper that uses a single random instance.
|
Constructor and Description |
---|
SingletonRandomFactory(Factory<Random> factory) |
Modifier and Type | Class and Description |
---|---|
static class |
OpenSSHKeyFile.Factory |
static class |
PKCS8KeyFile.Factory |
Copyright © 2009–2016. All rights reserved.