Uses of Enum Class
org.springframework.vault.support.TransitKeyType
Packages that use TransitKeyType
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of TransitKeyType in org.springframework.vault.core
Methods in org.springframework.vault.core with parameters of type TransitKeyTypeModifier and TypeMethodDescriptionReactiveVaultTransitOperations.exportKey(String keyName, TransitKeyType type) Returns the value of the named encryption key.ReactiveVaultTransitTemplate.exportKey(String keyName, TransitKeyType type) VaultTransitOperations.exportKey(String keyName, TransitKeyType type) Returns the value of the named encryption key.VaultTransitTemplate.exportKey(String keyName, TransitKeyType type) -
Uses of TransitKeyType in org.springframework.vault.support
Methods in org.springframework.vault.support that return TransitKeyTypeModifier and TypeMethodDescriptionstatic TransitKeyTypeReturns the enum constant of this class with the specified name.static TransitKeyType[]TransitKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared.