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

unpublished interface XSignatureVerifyResultListener
Usage Restrictions
not published
Description
* Interface of Signature Verify Result Listener. *

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


Methods' Summary
signatureVerified * Notifies the signature verify result. * *  
Methods' Details
signatureVerified
void
signatureVerified( [in] long  securityId,
[in] ::com::sun::star::xml::crypto::SecurityOperationStatus  verifyResult );

Description
* Notifies the signature verify result. * *
Parameter securityId
the security id of the signature *
Parameter verifyResult
the result information
Top of Page