summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/encryptionengine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/encryptionengine.cxx')
-rw-r--r--xmlsecurity/source/framework/encryptionengine.cxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index 30d8452605c9..cef5f66479f9 100644
--- a/xmlsecurity/source/framework/encryptionengine.cxx
+++ b/xmlsecurity/source/framework/encryptionengine.cxx
@@ -49,15 +49,8 @@ bool EncryptionEngine::checkReady() const
* 4. both the key element and the encryption template
* are bufferred.
*
- * INPUTS
- * empty
- *
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
- *
- * AUTHOR
- * Michael Mi
- * Email: michael.mi@sun.com
******************************************************************************/
{
bool rc = true;
@@ -96,16 +89,6 @@ void EncryptionEngine::tryToPerform( )
* 3. clears up all used resources;
* 4. notifies the result listener;
* 5. sets the "accomplishment" flag.
- *
- * INPUTS
- * empty
- *
- * RESULT
- * empty
- *
- * AUTHOR
- * Michael Mi
- * Email: michael.mi@sun.com
******************************************************************************/
{
if (checkReady())
@@ -145,16 +128,6 @@ void EncryptionEngine::clearUp( ) const
* 1. releases the ElementCollector for the encryption template element;
* 2. releases the Blocker for the encryption template element;
* 3. releases the ElementCollector for the key element, if there is one.
- *
- * INPUTS
- * empty
- *
- * RESULT
- * empty
- *
- * AUTHOR
- * Michael Mi
- * Email: michael.mi@sun.com
******************************************************************************/
{
Reference < cssxc::sax::XReferenceResolvedBroadcaster >