Registry / security / org-wso2-securevault

org-wso2-securevault

JSON →
library1.2.0javamavenunverified

Secure vault implementation for WSO2 Carbon, providing encrypted storage for sensitive configuration data.

<dependency> <groupId>org.wso2.securevault</groupId> <artifactId>org.wso2.securevault</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-WSO2-SECUREVAU
O
org-wso2-securevault
securityjavav1.2.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.

SecretManager
org.wso2.securevault.SecretManager

Retrieve a secret from the secure vault

import org.wso2.securevault.SecretManager; import org.wso2.securevault.commons.MiscellaneousUtil; public class SecureVaultExample { public static void main(String[] args) throws Exception { SecretManager secretManager = SecretManager.getInstance(); String password = secretManager.getSecret("my.password"); System.out.println("Retrieved secret: " + password); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
org-wso2-securevault — mvn dependency:get org-wso2-securevault · libregistry