LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_xml_crypto_xxmlsecuritytemplate_idl_
21 #define __com_sun_star_xml_crypto_xxmlsecuritytemplate_idl_
29 module
com { module sun { module star { module xml { module crypto {
void setTemplate([in] com::sun::star::xml::wrapper::XXMLElementWrapper aXmlElement)
Load a XML signature template from XML signature element.
SecurityOperationStatus
Defines results for security operation.
Definition: SecurityOperationStatus.idl:29
SecurityOperationStatus getStatus()
Get the template status.
void setTarget([in] com::sun::star::xml::wrapper::XXMLElementWrapper aXmlElement)
Load the target XML element, i.e.
void setStatus([in] SecurityOperationStatus status)
Set the template status.
Interface of the XML security template.
Definition: XXMLSecurityTemplate.idl:38
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
com::sun::star::xml::wrapper::XXMLElementWrapper getTemplate()
Get the XML signature element that represents the signature template.
Interface of XML Element Wrapper.
Definition: XXMLElementWrapper.idl:36