Registry / config / encrypted-config-value-module

encrypted-config-value-module

JSON →
library6.5.0javamavenunverified

Palantir library for decrypting encrypted configuration values in Java applications.

<dependency> <groupId>com.palantir.config.crypto</groupId> <artifactId>encrypted-config-value-module</artifactId> <version>6.5.0</version> </dependency>
INSTALL
IMPORT
SIG · ENCRYPTED-CONFIG-V
E
encrypted-config-value-module
configjavav6.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EncryptedConfigValue
com.palantir.config.crypto.EncryptedConfigValue

Create an EncryptedConfigValue from an encrypted string.

import com.palantir.config.crypto.EncryptedConfigValue; public class Example { public static void main(String[] args) { EncryptedConfigValue value = EncryptedConfigValue.of("enc:abc123"); System.out.println(value.encryptedValue()); } }
Debug
Known issues
gotchaRequires proper key management infrastructure.
fix
Set up encryption keys as per Palantir documentation.
affects: *
Upgrade
Version history
6.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
encrypted-config-value-module — mvn dependency:get encrypted-config-value-module · libregistry