LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface to manipulate Security Environment. More...
import"XSEInitializer.idl";
Public Member Functions | |
::com::sun::star::xml::crypto::XXMLSecurityContext | createSecurityContext ([in] string aString) |
Creates a security context. More... | |
void | freeSecurityContext ([in] com::sun::star::xml::crypto::XXMLSecurityContext securityContext) |
Frees a security 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... | |
Interface to manipulate Security Environment.
::com::sun::star::xml::crypto::XXMLSecurityContext createSecurityContext | ( | [in] string | aString | ) |
Creates a security context.
aString | reserved for internal use. |
void freeSecurityContext | ( | [in] com::sun::star::xml::crypto::XXMLSecurityContext | securityContext | ) |
Frees a security context.
securityContext | the security context to be freed |