LibreOffice
LibreOffice 24.2 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. 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 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. |