| Package | Description |
|---|---|
| io.dekorate.option.annotation | |
| io.dekorate.option.config |
| Modifier and Type | Method and Description |
|---|---|
static SecureRandomSource |
SecureRandomSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureRandomSource[] |
SecureRandomSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecureRandomSource |
JvmConfigFluentImpl.getSecureRandom() |
SecureRandomSource |
JvmConfigFluent.getSecureRandom() |
SecureRandomSource |
JvmConfig.getSecureRandom()
The Secure random source to use.
|
| Modifier and Type | Method and Description |
|---|---|
A |
JvmConfigFluentImpl.withSecureRandom(SecureRandomSource secureRandom) |
A |
JvmConfigFluent.withSecureRandom(SecureRandomSource secureRandom) |
| Constructor and Description |
|---|
EditableJvmConfig(Project project,
Map<ConfigKey,Object> attributes,
Integer xms,
Integer xmx,
Boolean server,
Boolean useStringDeduplication,
Boolean preferIPv4Stack,
Boolean heapDumpOnOutOfMemoryError,
Boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
JvmConfig(Project project,
Map<ConfigKey,Object> attributes,
Integer xms,
Integer xmx,
Boolean server,
Boolean useStringDeduplication,
Boolean preferIPv4Stack,
Boolean heapDumpOnOutOfMemoryError,
Boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
Copyright © 2018–2022 Red Hat. All rights reserved.