| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Interface of XML security context. More...
import "XXMLSecurityContext.idl";
 
  
| Public Member Functions | |
| long | addSecurityEnvironment ([in] XSecurityEnvironment aSecurityEnvironment) raises ( com::sun::star::security::SecurityInfrastructureException ) | 
| Add personal security environment , and return the index of the added environment. | |
| long | getSecurityEnvironmentNumber () | 
| Get the number of security environments. | |
| com::sun::star::xml::crypto::XSecurityEnvironment | getSecurityEnvironmentByIndex ([in] long index) | 
| Get personal security environment. | |
| com::sun::star::xml::crypto::XSecurityEnvironment | getSecurityEnvironment () | 
| An handy method to get the first personal security environment. | |
| long | getDefaultSecurityEnvironmentIndex () | 
| Get the ID of the internal security environment. | |
| void | setDefaultSecurityEnvironmentIndex ([in] long index) | 
| set the ID of the internal security environment | |
| 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 of XML security context.
This interface specifies a certain signature context. By signature context, the signer or verifier retrieves key specification.
| long addSecurityEnvironment | ( | [in] XSecurityEnvironment | aSecurityEnvironment | ) | ||
| raises | ( | com::sun::star::security::SecurityInfrastructureException ) | ||||
Add personal security environment , and return the index of the added environment.
| long getDefaultSecurityEnvironmentIndex | ( | ) | 
Get the ID of the internal security environment.
| com::sun::star::xml::crypto::XSecurityEnvironment getSecurityEnvironment | ( | ) | 
An handy method to get the first personal security environment.
In XMLSec/NSS, the first personal security environment should be the "internal slot"
| com::sun::star::xml::crypto::XSecurityEnvironment getSecurityEnvironmentByIndex | ( | [in] long | index | ) | 
Get personal security environment.
| long getSecurityEnvironmentNumber | ( | ) | 
Get the number of security environments.
| void setDefaultSecurityEnvironmentIndex | ( | [in] long | index | ) | 
set the ID of the internal security environment