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

Interface of Signature Creation Result Listener. More...

import"XSignatureCreationResultListener.idl";

Inheritance diagram for XSignatureCreationResultListener:
XInterface

Public Member Functions

void signatureCreated ([in] long securityId, [in] com::sun::star::xml::crypto::SecurityOperationStatus creationResult)
 Notifies the signature creation 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 Signature Creation Result Listener.

This interface is used to receive the result information of a signature creation.

Member Function Documentation

◆ signatureCreated()

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

Notifies the signature creation result.

Parameters
securityIdthe security id of the signature
creationResultthe result information

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