LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDecryptionResultListener Interface Reference

Interface of Decryption Result Listener. More...

import"XDecryptionResultListener.idl";

Inheritance diagram for XDecryptionResultListener:
XInterface

Public Member Functions

void decrypted ([in] long securityId, [in] com::sun::star::xml::crypto::SecurityOperationStatus decryptionResult)
 Notifies the decryption result. 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...
 

Detailed Description

Interface of Decryption Result Listener.

This interface is used to receive the result information of a decryption operation.

Member Function Documentation

◆ decrypted()

void decrypted ( [in] long  securityId,
[in] com::sun::star::xml::crypto::SecurityOperationStatus  decryptionResult 
)

Notifies the decryption result.

Parameters
securityIdthe security id of the encryption to be decrypted
decryptionResultthe result information

The documentation for this interface was generated from the following file: