public class VaultTransitKeyCreationRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VaultTransitKeyCreationRequest.VaultTransitKeyCreationRequestBuilder
Builder for
VaultTransitKeyCreationRequest . |
Modifier and Type | Method and Description |
---|---|
static VaultTransitKeyCreationRequest.VaultTransitKeyCreationRequestBuilder |
builder() |
boolean |
getConvergentEncryption() |
boolean |
getDerived() |
boolean |
getExportable() |
String |
getType() |
static VaultTransitKeyCreationRequest |
ofKeyType(String type)
Create a new
VaultTransitKeyCreationRequest specifically for a type
. |
public static VaultTransitKeyCreationRequest ofKeyType(String type)
VaultTransitKeyCreationRequest
specifically for a type
.type
- the key type to use, must not be null or empty.VaultTransitKeyCreationRequest
for the given key type
.public static VaultTransitKeyCreationRequest.VaultTransitKeyCreationRequestBuilder builder()
public boolean getDerived()
public boolean getConvergentEncryption()
public String getType()
public boolean getExportable()
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.