(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.