Repository: camel Updated Branches: refs/heads/master 325d28b46 -> 12bb84a2b
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/12bb84a2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/12bb84a2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/12bb84a2 Branch: refs/heads/master Commit: 12bb84a2b83ac0fb1974b77054586149eaf93d3a Parents: 325d28b Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Aug 23 00:59:09 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Aug 23 00:59:09 2017 +0200 ---------------------------------------------------------------------- .../camel-crypto-cms/src/main/docs/crypto-cms-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/12bb84a2/components/camel-crypto-cms/src/main/docs/crypto-cms-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-crypto-cms/src/main/docs/crypto-cms-component.adoc b/components/camel-crypto-cms/src/main/docs/crypto-cms-component.adoc index 3c2456f..c8f9919 100644 --- a/components/camel-crypto-cms/src/main/docs/crypto-cms-component.adoc +++ b/components/camel-crypto-cms/src/main/docs/crypto-cms-component.adoc @@ -81,7 +81,7 @@ with the following path and query parameters: | **includeContent** (sign) | Indicates whether the signed content should be included into the Signed Data instance. If false then a detached Signed Data instance is created in the header CamelCryptoCmsSignedData. | true | Boolean | **signer** (sign) | Signer information: reference to a bean which implements org.apache.camel.component.crypto.cms.api.SignerInfo | | List | **signedDataHeaderBase64** (verify) | Indicates whether the value in the header CamelCryptoCmsSignedData is base64 encoded. Default value is false. Only relevant for detached signatures. In the detached signature case the header contains the Signed Data object. | false | Boolean -| **verifySignaturesOfAllSigners** (verify) | If true then the signatures of all signers contained in the Signed Data object are verified. If false then only one signature whose signer info matches with one of the specified certificates is verified. Default value is true. | true | Boolean +| **verifySignaturesOfAll Signers** (verify) | If true then the signatures of all signers contained in the Signed Data object are verified. If false then only one signature whose signer info matches with one of the specified certificates is verified. Default value is true. | true | Boolean |======================================================================= // endpoint options: END @@ -385,4 +385,4 @@ from("direct:start") <to uri="crypto-cms:verify://testverify?keyStoreParameters=#keyStoreParameters1&signedDataHeaderBase64=true" /> <to uri="mock:result" /> </route> ----- \ No newline at end of file +----