Registry / config / encrypted-config-value

encrypted-config-value

JSON →
library6.4.0javamavenunverified

Encrypted Config Value provides utilities for encrypting and decrypting configuration values in Palantir projects.

<dependency> <groupId>com.palantir.config.crypto</groupId> <artifactId>encrypted-config-value</artifactId> <version>6.4.0</version> </dependency>
INSTALL
IMPORT
SIG · ENCRYPTED-CONFIG-V
E
encrypted-config-value
configjavav6.4.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

Creates an encrypted configuration value.

import com.palantir.config.crypto.EncryptedConfigValue; public class Example { public static void main(String[] args) { EncryptedConfigValue value = EncryptedConfigValue.of("encrypted:abc123"); System.out.println("Encrypted config value created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
encrypted-config-value — mvn dependency:get encrypted-config-value · libregistry