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

interface XEncryptionResultListener

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