I am using Hashicorp transit secret engine to generate a data key.
The API for the same is https://developer.hashicorp.com/vault/api-docs/secret/transit#generate-data-key
I am using the spring-vault dependency to call this api but could not find this method in the VaultTransitOperations.java class.
Can you help here ?