LibreOffice
LibreOffice 5.0 SDK API Reference
|
Service of XMLSecurityContext. More...
import "XMLSecurityContext.idl";
Additional Inherited Members | |
![]() | |
long | addSecurityEnvironment ([in] XSecurityEnvironment aSecurityEnvironment) raises ( com::sun::star::security::SecurityInfrastructureException ) |
Add personal security environment , and return the index of the added environment. More... | |
long | getSecurityEnvironmentNumber () |
Get the number of security environments. More... | |
com::sun::star::xml::crypto::XSecurityEnvironment | getSecurityEnvironmentByIndex ([in] long index) |
Get personal security environment. More... | |
com::sun::star::xml::crypto::XSecurityEnvironment | getSecurityEnvironment () |
An handy method to get the first personal security environment. More... | |
long | getDefaultSecurityEnvironmentIndex () |
Get the ID of the internal security environment. More... | |
void | setDefaultSecurityEnvironmentIndex ([in] long index) |
set the ID of the internal security environment More... | |
Service of XMLSecurityContext.