public class VaultTransitEncryptBody extends Object implements VaultModel
| Modifier and Type | Field and Description |
|---|---|
List<VaultTransitEncryptBatchInput> |
batchInput |
Base64String |
context |
String |
convergentEncryption |
Integer |
keyVersion |
String |
name |
Base64String |
nonce |
Base64String |
plaintext |
String |
type |
| Constructor and Description |
|---|
VaultTransitEncryptBody() |
public String name
public Base64String plaintext
public Base64String context
public Base64String nonce
public Integer keyVersion
public String type
public String convergentEncryption
public List<VaultTransitEncryptBatchInput> batchInput
Copyright © 2020 JBoss by Red Hat. All rights reserved.