LibreOffice
LibreOffice 5.0 SDK API Reference
|
Service of XMLEncryption. More...
import "XMLEncryption.idl";
Exported Interfaces | |
interface | com::sun::star::xml::crypto::XXMLEncryption |
interface | com::sun::star::lang::XInitialization |
Additional Inherited Members | |
![]() | |
com::sun::star::xml::crypto::XXMLEncryptionTemplate | encrypt ([in] com::sun::star::xml::crypto::XXMLEncryptionTemplate aTemplate,[in] com::sun::star::xml::crypto::XSecurityEnvironment aEnvironment) raises ( com::sun::star::xml::crypto::XMLEncryptionException , com::sun::star::uno::SecurityException ) |
Perform encryption in the environment of encryption template and context. More... | |
com::sun::star::xml::crypto::XXMLEncryptionTemplate | decrypt ([in] com::sun::star::xml::crypto::XXMLEncryptionTemplate aTemplate,[in] com::sun::star::xml::crypto::XXMLSecurityContext aContext) raises ( com::sun::star::xml::crypto::XMLEncryptionException , com::sun::star::uno::SecurityException ) |
Perform decryption in the environment of encryption template and context. More... | |
![]() | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. More... | |
Service of XMLEncryption.
interface com::sun::star::lang::XInitialization |