:: com :: sun :: star :: xml :: crypto ::

interface XXMLSignatureTemplate
Base Interfaces
XXMLSignatureTemplateXXMLSecurityTemplate

XXMLSecurityTemplate

Methods' Summary
getTargets * Get the target XML element, i.e. the element to be signed  
setBinding * Set the dynamic URI binding  
getBinding * Get the dynamic URI binding  
Methods' Details
getTargets
sequence< ::com::sun::star::xml::wrapper::XXMLElementWrapper >
getTargets();

Description
* Get the target XML element, i.e. the element to be signed
setBinding
void
setBinding( [in] XUriBinding  aUriBinding )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
* Set the dynamic URI binding
getBinding
XUriBinding
getBinding();

Description
* Get the dynamic URI binding
Top of Page