| LibreOffice
    LibreOffice 25.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. | |
| void | freeSecurityContext ([in] com::sun::star::xml::crypto::XXMLSecurityContext securityContext) | 
| Frees a security context. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 |