LibreOffice
LibreOffice 24.2 SDK API Reference
|
Service of XMLSignature. More...
import"XMLSignature.idl";
Exported Interfaces | |
interface | com::sun::star::xml::crypto::XXMLSignature |
interface | com::sun::star::lang::XInitialization |
Additional Inherited Members | |
Public Member Functions inherited from XXMLSignature | |
com::sun::star::xml::crypto::XXMLSignatureTemplate | generate ([in] com::sun::star::xml::crypto::XXMLSignatureTemplate aTemplate, [in] com::sun::star::xml::crypto::XSecurityEnvironment aEnvironment) raises ( com::sun::star::xml::crypto::XMLSignatureException , com::sun::star::uno::SecurityException ) |
Perform signature in the environment of signature template and context. More... | |
com::sun::star::xml::crypto::XXMLSignatureTemplate | validate ([in] com::sun::star::xml::crypto::XXMLSignatureTemplate aTemplate, [in] com::sun::star::xml::crypto::XXMLSecurityContext aContext) raises ( com::sun::star::xml::crypto::XMLSignatureException , com::sun::star::uno::SecurityException ) |
Perform validation in the environment of signature template and context. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Public Member Functions inherited from XInitialization | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. More... | |
Service of XMLSignature.
interface com::sun::star::lang::XInitialization |