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

unpublished interface XXMLSignatureTemplate
Base Interfaces
XXMLSignatureTemplateXXMLSecurityTemplate

XXMLSecurityTemplate
(referenced interface's summary:)
* Interface of the XML security template * *
Usage Restrictions
not published
Description
* Interface of XML signature template * *

This interface represents a signature template, which is the same as the * desired xml signature element but some of the nodes may be empty. The empty * entities include digest value and signature value. Empty entities are not * allowed in a signature template when performing validation.

* *

In some cases, the signer or vertifier can dertermine and locate the * contents to be signed from the template by dereference the URI.

* *

With the help of signature context, the signer or verifier specifies the * key from the KeyInfo in the signature template.

* * Owner: Andrew Fan

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