Package | Description |
---|---|
org.springframework.vault.core |
Vault core support.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
String |
VaultTransformTemplate.decode(String roleName,
String ciphertext,
VaultTransformContext transformContext) |
String |
VaultTransformOperations.decode(String roleName,
String ciphertext,
VaultTransformContext transformContext)
Decode the provided ciphertext using the named role.
|
default TransformCiphertext |
VaultTransformOperations.encode(String roleName,
byte[] plaintext,
VaultTransformContext transformRequest)
Encode the provided plaintext using the named role.
|
Modifier and Type | Method and Description |
---|---|
VaultTransformContext |
VaultTransformContext.VaultTransformRequestBuilder.build()
Build a new
VaultTransformContext instance. |
static VaultTransformContext |
VaultTransformContext.empty() |
static VaultTransformContext |
VaultTransformContext.fromTransformation(String transformation)
Create a
VaultTransformContext given transformation bytes. |
static VaultTransformContext |
VaultTransformContext.fromTweak(byte[] tweak)
Create a
VaultTransformContext given tweak String. |
VaultTransformContext |
TransformCiphertext.getContext() |
VaultTransformContext |
TransformPlaintext.getContext() |
Modifier and Type | Method and Description |
---|---|
TransformCiphertext |
TransformCiphertext.with(VaultTransformContext context)
Create a new
TransformCiphertext object from this ciphertext associated
with the given VaultTransformContext . |
TransformPlaintext |
TransformPlaintext.with(VaultTransformContext context)
Create a new
TransformPlaintext object from this plaintext associated with
the given VaultTransformContext . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.