Encrypts the SOAP request and adds a new encrypted symmetric key to the SOAP request <wsse:Security> header. CA Process Automation uses a symmetric key to encrypt the content of the SOAP request. The certificate (public key), provided in the keystore, encrypts the symmetric key itself and includes it in the <wsse:Security> header. If this field is selected, then all the fields in the Encryption Parameters are enabled.
The following parameters define the encryption:
Defines the certificate (public key) alias with which to encrypt the symmetric key in the keystore.
Defines the canonicalization method with which to serialize the data before applying the encryption. Leave this field blank to use a standard serialization.
Specifies the type of symmetric algorithm with which to encrypt the data.
Default: AES128
Note: If you set this parameter to aes192-cbc or aes256-cbc, the following error can occur:
Illegal key size or default parameters.
If this error occurs, download the following Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files from the Oracle web site:
Overwrite the existing jars of the same name at C:path_to_JRE_used_by_PAM\lib\security with the new ones.
Encrypts the symmetric key with which the data was encrypted. The product then includes the key in the <wsse:security><xenc:EncryptedKey> header.
Defines the algorithm with which to encrypt the symmetric key. This parameter is only applicable if the key is to be encrypted.
Default: RSA15
Specifies the key identifier that sets up the certificate (public key) identification elements in the <xenc:EncryptedKey> element. The receiver uses the private key that corresponds to this certificate (public key) to decrypt the symmetric key. The product then uses the symmetric key to decrypt the SOAP request.
Default: 0. The operator uses the default key identifier (the Issuer Name and Serial Number) from the implementation.
Specifies which the parts of the SOAP request to encrypt. Click Add Parameter to enter either a security ID (WSU ID) or a Name/Namespace combination of the element to encrypt.
<token wsu:id="123"> </token>
The following statement shows the definition of the WSU namespace:
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
http://www.ca.com/pam
Note: Leave this field blank to encrypt the body content of the SOAP request. If you specify WSU ID, the product ignores the Name and Namespace values.
Specifies whether to apply the signature before encrypting the data. This parameter is useful if the product encrypts and signs the same data in the SOAP request.
Specifies whether to decrypt the SOAP response content and (if applicable) validates the signature. When you select this option, the product enables the Decryption Private Key Password parameter.
Defines the password with which to access the decryption private key in the keystore. Use this password to access the private key with which to decrypt an encrypted SOAP response.
|
Copyright © 2014 CA.
All rights reserved.
|
|