| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Interface of Key Collector. More...
import "XKeyCollector.idl";
 
  
| Public Member Functions | |
| void | setKeyId ([in] long id) raises ( com::sun::star::uno::Exception ) | 
| Set the keeper id of the key element. | |
| 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 Key Collector.
This interface is used to manipulate key materials.
| void setKeyId | ( | [in] long | id | ) | ||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Set the keeper id of the key element.
| id | the keeper id of the key element. If the id is 0, then it represents that this security entity has included its key material internally. |