io.quarkus.vault.runtime.config.TransitKeyConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault Show documentation
Show all versions of quarkus-vault Show documentation
Store your credentials securely in HashiCorp Vault
#
#Fri Jun 26 02:13:17 CEST 2020
io.quarkus.vault.runtime.config.TransitKeyConfig.hashAlgorithm=Specifies the hash algorithm to use for supporting key types.\nApplies to sign operations.\n\n@see api documentation for\n hash_algorithm
io.quarkus.vault.runtime.config.TransitKeyConfig.prehashed=Set to true when the input is already hashed.\nApplies to sign operations.\n\n@see api documentation for prehashed
io.quarkus.vault.runtime.config.TransitKeyConfig.name=Specifies the name of the key to use. By default this will be the property key alias. Used when\nthe same transit key is used with different configurations. Such as in\:\n```\nquarkus.vault.transit.key.my-foo-key.name\=foo\n\nquarkus.vault.transit.key.my-foo-key-with-prehashed.name\=foo\nquarkus.vault.transit.key.my-foo-key-with-prehashed.prehashed\=true\n...\ntransitSecretEngine.sign("my-foo-key", "my raw content");\nor\ntransitSecretEngine.sign("my-foo-key-with-prehashed", "my already hashed content");\n```\n\n@asciidoclet
io.quarkus.vault.runtime.config.TransitKeyConfig.type=Specifies the type of key to create for the encrypt operation.\nApplies to encrypt operations.\n\n@see api documentation for type
io.quarkus.vault.runtime.config.TransitKeyConfig.convergentEncryption=If enabled, the key will support convergent encryption, where the same plaintext creates the same ciphertext.\nApplies to encrypt operations.\n\n@see api documentation for\n convergent_encryption
io.quarkus.vault.runtime.config.TransitKeyConfig.signatureAlgorithm=When using a RSA key, specifies the RSA signature algorithm.\nApplies to sign operations.\n\n@see api documentation for\n signature_algorithm
© 2015 - 2025 Weber Informatics LLC | Privacy Policy