XML Signature
This adapter adds a signature to an XML document or verifies a signature within an XML document based on a keystore file in PKCS#12 format.
Properties
Custom Parameters | Set user-defined parameters; see Using Component Parameters |
Operation | Determines which operation the adapter executes Possible values:
|
Parameters
Adapter | Main class of the adapter (do not change!) Possible values: |
keyStore | Path to a keystore file in PKCS#12 format Possible values:
|
ksPass | Keystore password Possible values: Any string |
keyPass | Password for a key (optional) Possible values: Any string |
Status values
1 | The operation was executed successfully. |
-1 | The operation failed due to a technical error. |
Input
The adapter expects any XML document as input for the Sign
operation.
Output
The adapter outputs a signed XML document for the Sign
operation.