Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static BytesGenerationContext.GenerationTemplate |
BytesGenerationContext.GenerationTemplate.create(String key) |
BytesGenerationContext.GenerationTemplate |
BytesGenerationContext.getGenerationTemplate()
Name of random bytes generation template for generating random byte type secret.
|
static BytesGenerationContext.GenerationTemplate |
BytesGenerationContext.GenerationTemplate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytesGenerationContext.GenerationTemplate[] |
BytesGenerationContext.GenerationTemplate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BytesGenerationContext.Builder |
BytesGenerationContext.Builder.generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)
Name of random bytes generation template for generating random byte type secret.
|
Constructor and Description |
---|
BytesGenerationContext(String secretTemplate,
BytesGenerationContext.GenerationTemplate generationTemplate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.