This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a41a50  Regen
8a41a50 is described below

commit 8a41a500b675a30ee4ccb6ec4d3e3d666e556e52
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Nov 8 14:41:42 2019 +0100

    Regen
---
 docs/components/modules/ROOT/pages/crypto-component.adoc      | 4 ++--
 docs/components/modules/ROOT/pages/crypto-dataformat.adoc     | 2 +-
 docs/components/modules/ROOT/pages/xmlsecurity-component.adoc | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/crypto-component.adoc 
b/docs/components/modules/ROOT/pages/crypto-component.adoc
index 2c06008..a53c4e4 100644
--- a/docs/components/modules/ROOT/pages/crypto-component.adoc
+++ b/docs/components/modules/ROOT/pages/crypto-component.adoc
@@ -120,7 +120,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *algorithm* (producer) | Sets the JCE name of the Algorithm that should be 
used for the signer. | SHA1WithDSA | String
+| *algorithm* (producer) | Sets the JCE name of the Algorithm that should be 
used for the signer. | SHA256withRSA | String
 | *alias* (producer) | Sets the alias used to query the KeyStore for keys and 
{link java.security.cert.Certificate Certificates} to be used in signing and 
verifying exchanges. This value can be provided at runtime via the message 
header 
org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS |  | 
String
 | *certificateName* (producer) | Sets the reference name for a PrivateKey that 
can be found in the registry. |  | String
 | *keystore* (producer) | Sets the KeyStore that can contain keys and 
Certficates for use in signing and verifying exchanges. A KeyStore is typically 
used with an alias, either one supplied in the Route definition or dynamically 
via the message header CamelSignatureKeyStoreAlias. If no alias is supplied and 
there is only a single entry in the Keystore, then this single entry will be 
used. |  | KeyStore
@@ -167,7 +167,7 @@ The component supports 33 options, which are listed below.
 |===
 | Name | Description | Default | Type
 | *camel.component.crypto.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
-| *camel.component.crypto.configuration.algorithm* | Sets the JCE name of the 
Algorithm that should be used for the signer. | SHA1WithDSA | String
+| *camel.component.crypto.configuration.algorithm* | Sets the JCE name of the 
Algorithm that should be used for the signer. | SHA256withRSA | String
 | *camel.component.crypto.configuration.alias* | Sets the alias used to query 
the KeyStore for keys and {@link java.security.cert.Certificate Certificates} 
to be used in signing and verifying exchanges. This value can be provided at 
runtime via the message header {@link 
org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS} |  
| String
 | *camel.component.crypto.configuration.buffer-size* | Set the size of the 
buffer used to read in the Exchange payload data. | 2048 | Integer
 | *camel.component.crypto.configuration.certificate* | Set the Certificate 
that should be used to verify the signature in the exchange based on its 
payload. |  | Certificate
diff --git a/docs/components/modules/ROOT/pages/crypto-dataformat.adoc 
b/docs/components/modules/ROOT/pages/crypto-dataformat.adoc
index 30c649f..f3890f0 100644
--- a/docs/components/modules/ROOT/pages/crypto-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/crypto-dataformat.adoc
@@ -58,7 +58,7 @@ The component supports 33 options, which are listed below.
 |===
 | Name | Description | Default | Type
 | *camel.component.crypto.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
-| *camel.component.crypto.configuration.algorithm* | Sets the JCE name of the 
Algorithm that should be used for the signer. | SHA1WithDSA | String
+| *camel.component.crypto.configuration.algorithm* | Sets the JCE name of the 
Algorithm that should be used for the signer. | SHA256withRSA | String
 | *camel.component.crypto.configuration.alias* | Sets the alias used to query 
the KeyStore for keys and {@link java.security.cert.Certificate Certificates} 
to be used in signing and verifying exchanges. This value can be provided at 
runtime via the message header {@link 
org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS} |  
| String
 | *camel.component.crypto.configuration.buffer-size* | Set the size of the 
buffer used to read in the Exchange payload data. | 2048 | Integer
 | *camel.component.crypto.configuration.certificate* | Set the Certificate 
that should be used to verify the signature in the exchange based on its 
payload. |  | Certificate
diff --git a/docs/components/modules/ROOT/pages/xmlsecurity-component.adoc 
b/docs/components/modules/ROOT/pages/xmlsecurity-component.adoc
index a1c9e6e..195241f 100644
--- a/docs/components/modules/ROOT/pages/xmlsecurity-component.adoc
+++ b/docs/components/modules/ROOT/pages/xmlsecurity-component.adoc
@@ -298,7 +298,7 @@ with the following path and query parameters:
 | *plainTextEncoding* (sign) | Encoding of the plain text. Only relevant if 
the message body is plain text (see parameter plainText. Default value is 
UTF-8. | UTF-8 | String
 | *prefixForXmlSignature Namespace* (sign) | Namespace prefix for the XML 
signature namespace \http://www.w3.org/2000/09/xmldsig#. Default value is ds. 
If null or an empty value is set then no prefix is used for the XML signature 
namespace. See best practice 
\http://www.w3.org/TR/xmldsig-bestpractices/#signing-xml- without-namespaces | 
ds | String
 | *properties* (sign) | For adding additional References and Objects to the 
XML signature which contain additional properties, you can provide a bean which 
implements the XmlSignatureProperties interface. |  | XmlSignatureProperties
-| *signatureAlgorithm* (sign) | Signature algorithm. Default value is 
\http://www.w3.org/2000/09/xmldsig#rsa-sha1. | 
http://www.w3.org/2000/09/xmldsig#rsa-sha1 | String
+| *signatureAlgorithm* (sign) | Signature algorithm. Default value is 
\http://www.w3.org/2000/09/xmldsig#rsa-sha1. | 
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 | String
 | *signatureId* (sign) | Sets the signature Id. If this parameter is not set 
(null value) then a unique ID is generated for the signature ID (default). If 
this parameter is set to (empty string) then no Id attribute is created in the 
signature element. |  | String
 | *transformMethods* (sign) | Transforms which are executed on the message 
body before the digest is calculated. By default, C14n is added and in the case 
of enveloped signature (see option parentLocalName) also 
\http://www.w3.org/2000/09/xmldsig#enveloped-signature is added at position 0 
of the list. Use methods in XmlSignatureHelper to create the transform methods. 
|  | List
 | *xpathsToIdAttributes* (sign) | Define the elements which are signed in the 
detached case via XPATH expressions to ID attributes (attributes of type ID). 
For each element found via the XPATH expression a detached signature is created 
whose reference URI contains the corresponding attribute value (preceded by 
'#'). The signature becomes the last sibling of the signed element. Elements 
with deeper hierarchy level are signed first. You can also set the XPATH list 
dynamically via the heade [...]
@@ -361,7 +361,7 @@ The component supports 63 options, which are listed below.
 | *camel.component.xmlsecurity.signer-configuration.properties* | For adding 
additional References and Objects to the XML signature which contain additional 
properties, you can provide a bean which implements the XmlSignatureProperties 
interface. |  | XmlSignatureProperties
 | *camel.component.xmlsecurity.signer-configuration.properties-name* | Sets 
the reference name for a XmlSignatureProperties that can be found in the 
registry. |  | String
 | *camel.component.xmlsecurity.signer-configuration.schema-resource-uri* | 
Classpath to the XML Schema. Must be specified in the detached XML Signature 
case for determining the ID attributes, might be set in the enveloped and 
enveloping case. If set, then the XML document is validated with the specified 
XML schema. The schema resource URI can be overwritten by the header {@link 
XmlSignatureConstants#HEADER_SCHEMA_RESOURCE_URI}. |  | String
-| *camel.component.xmlsecurity.signer-configuration.signature-algorithm* | 
Signature algorithm. Default value is 
"\http://www.w3.org/2000/09/xmldsig#rsa-sha1";. | 
http://www.w3.org/2000/09/xmldsig#rsa-sha1 | String
+| *camel.component.xmlsecurity.signer-configuration.signature-algorithm* | 
Signature algorithm. Default value is 
"\http://www.w3.org/2000/09/xmldsig#rsa-sha1";. | 
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 | String
 | *camel.component.xmlsecurity.signer-configuration.signature-id* | Sets the 
signature Id. If this parameter is not set (null value) then a unique ID is 
generated for the signature ID (default). If this parameter is set to "" (empty 
string) then no Id attribute is created in the signature element. |  | String
 | *camel.component.xmlsecurity.signer-configuration.transform-methods* | 
Transforms which are executed on the message body before the digest is 
calculated. By default, C14n is added and in the case of enveloped signature 
(see option parentLocalName) also 
\http://www.w3.org/2000/09/xmldsig#enveloped-signature is added at position 0 
of the list. Use methods in XmlSignatureHelper to create the transform methods. 
|  | List
 | *camel.component.xmlsecurity.signer-configuration.transform-methods-name* | 
Sets the reference name for a XmlSignatureProperties that can be found in the 
registry. |  | String

Reply via email to