Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XXMLSecurityTemplate
Usage Restrictions
not published
Description
* Interface of the XML security template * *

This interface represents a security template, which is the super interface * of the XXMLSignatureTemplate interface and the XXMLEncryptionTemplate interface.


Methods' Summary
setTemplate * Load a XML signature template from xml signature element  
getTemplate * Get the XML signature element that represents the signature template  
setTarget * Load the target xml element, i.e. the element to be signed  
setStatus * Set the template status  
getStatus * Get the template status  
Methods' Details
setTemplate
void
setTemplate( [in] ::com::sun::star::xml::wrapper::XXMLElementWrapper  aXmlElement )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
* Load a XML signature template from xml signature element
getTemplate
::com::sun::star::xml::wrapper::XXMLElementWrapper
getTemplate();

Description
* Get the XML signature element that represents the signature template
setTarget
void
setTarget( [in] ::com::sun::star::xml::wrapper::XXMLElementWrapper  aXmlElement )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
* Load the target xml element, i.e. the element to be signed
setStatus
void
setStatus( [in] SecurityOperationStatus  status )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
* Set the template status
getStatus
SecurityOperationStatus
getStatus();

Description
* Get the template status
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.