public interface VaultReader
Modifier and Type | Method and Description |
---|---|
boolean |
isVaultFormat(String encrypted) |
String |
retrieveFromVault(String encrypted)
Unmasks vaulted data.
|
boolean isVaultFormat(String encrypted)
String retrieveFromVault(String encrypted)
VAULT::vault_block::attribute_name::sharedKey
Vault Block acts as the unique id of a block such as "messaging", "security" etc Attribute Name is the name of the attribute whose value we are preserving Shared Key is the key generated by the off line vault during storage of the attribute value
encrypted
- the masked data, may be null
Copyright © 2023 JBoss by Red Hat. All rights reserved.