| Modifier and Type | Method and Description |
|---|---|
static Rsa |
Rsa.of(int keyLength,
HashConfig hashConfig) |
static Rsa |
Rsa.of(int keyLength,
HashConfig hashConfig,
RandomFactory randomFactory) |
static Rsa |
Rsa.of(int keyLength,
HashConfig hashConfig,
String hashAlgorithm,
RandomFactory randomFactory,
SecurityProvider provider) |
static Rsa |
Rsa.of4096(HashConfig hashConfig) |
| Modifier and Type | Field and Description |
|---|---|
private HashConfig |
SignatureConfig.hashConfig |
| Modifier and Type | Method and Description |
|---|---|
HashConfig |
SignatureConfig.getHashConfig() |
| Constructor and Description |
|---|
SignatureConfig(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String signingAlgorithm,
SecurityProvider provider)
The constructor.
|
SignatureConfig(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String signingAlgorithm,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
SignatureConfig(SignatureFactory<S> signatureFactory,
SignatureAlgorithm signatureAlgorithm,
HashConfig hashConfig,
SecurityProvider provider) |
| Constructor and Description |
|---|
SignatureConfigEcDsa(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
SecurityProvider provider)
The constructor.
|
SignatureConfigEcDsa(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
| Constructor and Description |
|---|
SignatureConfigRsa(HashConfig hashConfig,
SecurityProvider provider)
The constructor.
|
SignatureConfigRsa(HashConfig hashConfig,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashConfig |
HashConfig.decrementIterationCount() |
| Modifier and Type | Field and Description |
|---|---|
private HashConfig |
HashAccess.config |
| Modifier and Type | Method and Description |
|---|---|
static HashAccess |
HashAccess.of(HashConfig config) |
| Constructor and Description |
|---|
HashAccess(HashConfig config)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Md5
HashConfig for MD5. |
| Modifier and Type | Class and Description |
|---|---|
class |
Sha1
HashConfig for SHA1. |
| Modifier and Type | Class and Description |
|---|---|
class |
Sha2
HashConfig for SHA-2. |
class |
Sha224
HashConfig for SHA-224. |
class |
Sha256
HashConfig for SHA-256. |
class |
Sha384
HashConfig for SHA-384. |
class |
Sha512
HashConfig for SHA-512. |
Copyright © 2001–2019 mmm-Team. All rights reserved.