public static class BytesGenerationContext.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BytesGenerationContext |
build() |
BytesGenerationContext.Builder |
copy(BytesGenerationContext model) |
BytesGenerationContext.Builder |
generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)
Name of random bytes generation template for generating random byte type secret.
|
BytesGenerationContext.Builder |
secretTemplate(String secretTemplate) |
public BytesGenerationContext.Builder secretTemplate(String secretTemplate)
public BytesGenerationContext.Builder generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)
Name of random bytes generation template for generating random byte type secret.
generationTemplate
- the value to setpublic BytesGenerationContext build()
public BytesGenerationContext.Builder copy(BytesGenerationContext model)
Copyright © 2016–2024. All rights reserved.