Interface of Signature Creation Result Listener. More...
import "XSignatureCreationResultListener.idl";
 
  
| Public Member Functions | |
| void | signatureCreated ([in] long securityId, [in] com::sun::star::xml::crypto::SecurityOperationStatus creationResult) | 
| Notifies the signature creation result. | |
|  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 Signature Creation Result Listener.
This interface is used to receive the result information of a signature creation.
| void signatureCreated | ( | [in] long | securityId, | 
| [in] com::sun::star::xml::crypto::SecurityOperationStatus | creationResult ) | 
Notifies the signature creation result.
| securityId | the security id of the signature | 
| creationResult | the result information |