Kaydet (Commit) a3cab3ba authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED

2005/03/23 09:50:22 mmi 1.3.74.1: idl review
Issue number:
Submitted by:
Reviewed by:
üst 492894ed
......@@ -2,9 +2,9 @@
*
* $RCSfile: XSignatureVerifyResultListener.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-26 14:46:12 $
* last change: $Author: rt $ $Date: 2005-03-29 13:42:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -72,25 +72,6 @@
module com { module sun { module star { module xml { module crypto { module sax {
/**
* Defines results for signature verification.
* <p>
* CANNOTVERIFY represents the signature can't be verified for some
* reason, such as the key material can't be found, etc.
* VERIFYSUCCEED represents the signature is verified successfully,
* VERIFYFAIL represents a failure.
* UNKNOWN represents the verify result is still unknow.
*/
/*
enum SignatureVerifyResult
{
UNKNOWN,
CANNOTVERIFY,
VERIFYSUCCEED,
VERIFYFAIL
};
*/
/**
* Interface of Signature Verify Result Listener.
* <p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment