:: com :: sun :: star :: xml :: crypto :: sax ::

unpublished interface XEncryptionResultListener
Usage Restrictions
not published
Description
* Interface of Encryption Result Listener. *

* This interface is used to receive the result information of an * encryption operation.


Methods' Summary
encrypted * Notifies the encryption result. * *  
Methods' Details
encrypted
void
encrypted( [in] long  securityId,
[in] ::com::sun::star::xml::crypto::SecurityOperationStatus  encryptionResult );

Description
* Notifies the encryption result. * *
Parameter securityId
the security id of the encryption *
Parameter encryptionResult
the result information
Top of Page