Class VaultTransitKeyConfiguration
java.lang.Object
org.springframework.vault.support.VaultTransitKeyConfiguration
Value object to bind Vault HTTP Transit Key Config API requests.
- Author:
- Mark Paluch
-
Nested Class Summary
-
Method Summary
-
Method Details
-
builder
- Returns:
- a new
VaultTransitKeyConfiguration.VaultTransitKeyConfigurationBuilder
.
-
getDeletionAllowed
- Returns:
- whether key deletion is configured
-
getMinDecryptionVersion
- Returns:
- the minimum version of ciphertext allowed to be decrypted.
- Since:
- 1.1
-
getMinEncryptionVersion
- Returns:
- the minimum version of the key that can be used to encrypt plaintext, sign payloads, or generate HMACs.
- Since:
- 1.1
-