* Sets the reference name for a XmlSignatureProperties that can be found in
* the registry.
*/
public void setProperties(String propertiesName) {
if (getCamelContext() != null && propertiesName != null) {
XmlSignatureProperties props = getCamelContext().getRegistry().lookupByNameAndType(propertiesName, XmlSignatureProperties.class);
if (props != null) {
setProperties(props);
}
}
if (propertiesName != null) {