GVCryptoHelper
Description
Use this element for the data encryption/decryption.
GreenVulcano® ESB Configuration
The GVCryptoHelper Element is used by GVCore. It can be configured from the VulCon Core view or from the GV Console Parameter Area.
The following table shows the GVCryptoHelper element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module. |
name | fixed | This attribute must assume the value CRYPTO_HELPER. |
GVCryptoHelper might contain the following sub-elements:
- Description
- KeyStoreID
- KeyID
KeyStoreID
The KeyStoreID Element is used by: GVCryptoHelper.
The following table shows the KeyStoreID element's attributes:
Attribute | Type | Description |
---|---|---|
id | required | The attribute value cannot be null. |
key-store-type | optional | The keystore type.
Default to JCEKS. The attribute admitted values are:
The attribute value cannot be null. |
key-store-prv | optional | The keystore provider.
Default to SunJCE. The attribute admitted values are:
The attribute value cannot be null. |
key-store-name | required | The attribute value cannot be null. |
key-store-pwd | required | #Encrypted |
Might contain the sub-element Description.
KeyID
The KeyID Element is used by: GVCryptoHelper.
The following table shows the KeyID element's attributes:
Attribute | Type | Description |
---|---|---|
id | required | The attribute value cannot be null. |
key-type | required | The attribute admitted values are:
The attribute's value can't be null. |
key-store-id | required | The attribute value cannot be null. |
key-alias | required | The attribute value cannot be null. |
key-pwd | optional | #Encrypted
The attribute value cannot be null. |
Might contain the sub-element Description.