Difference between revisions of "GVCryptoHelper"
(Created page with "==Description== Use this element to defines all the encryption/decryption data. =={{GVESB}} Configuration== The GVCryptoHelper Element is used by GVCore. It can be configu...") |
(→KeyStoreID) |
||
Line 29: | Line 29: | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description | ||
|- | |- | ||
− | | id || required || The attribute | + | | id || required || The attribute value cannot be null. |
|- | |- | ||
| key-store-type || optional || The keystore type. | | key-store-type || optional || The keystore type. | ||
Default to JCEKS. | Default to JCEKS. | ||
− | The attribute | + | The attribute admitted values are: |
* JKS | * JKS | ||
* JCEKS | * JCEKS | ||
* PKCS12 | * PKCS12 | ||
− | The attribute | + | The attribute value cannot be null. |
|- | |- | ||
| key-store-prv || optional || The keystore provider. | | key-store-prv || optional || The keystore provider. | ||
Default to SunJCE. | Default to SunJCE. | ||
− | The attribute | + | The attribute admitted values are: |
* SUN | * SUN | ||
* SunJCE | * SunJCE | ||
* BC | * BC | ||
− | The attribute | + | The attribute value cannot be null. |
|- | |- | ||
− | | key-store-name || required || The attribute | + | | key-store-name || required || The attribute value cannot be null. |
|- | |- | ||
| key-store-pwd || required || #Encrypted | | key-store-pwd || required || #Encrypted |
Revision as of 09:42, 1 March 2012
Description
Use this element to defines all the encryption/decryption data.
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.