From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../xml/EnvelopedSignatureTransformationImpl.html | 256 +++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/EnvelopedSignatureTransformationImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/EnvelopedSignatureTransformationImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/EnvelopedSignatureTransformationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/EnvelopedSignatureTransformationImpl.html new file mode 100644 index 000000000..937f3c420 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/EnvelopedSignatureTransformationImpl.html @@ -0,0 +1,256 @@ + + + + + + +MOA SP/SS Server Internal API: Class EnvelopedSignatureTransformationImpl + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.iaik.xml +
+Class EnvelopedSignatureTransformationImpl

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
+        |
+        +--at.gv.egovernment.moa.spss.server.iaik.xml.EnvelopedSignatureTransformationImpl
+
+
+
All Implemented Interfaces:
iaik.server.modules.xml.EnvelopedSignatureTransformation, iaik.server.modules.xml.Transformation
+
+
+
+
public class EnvelopedSignatureTransformationImpl
extends TransformationImpl
implements iaik.server.modules.xml.EnvelopedSignatureTransformation
+ +

+An implementation of the EnvelopedSignatureTransformation + Transformation type. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + +
Fields inherited from interface iaik.server.modules.xml.EnvelopedSignatureTransformation
ALL, ENVELOPED_SIGNATURE
+  + + + + + + + + + + +
+Constructor Summary
EnvelopedSignatureTransformationImpl() + +
+          Create a new EnvelopedSignatureTransformationImpl.
+  + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object other) + +
+          Compare this object to another EnvelopedSignatureTransformation.
+ + + + + + + +
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
getAlgorithmURI, hashCode, setAlgorithmURI
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface iaik.server.modules.xml.Transformation
getAlgorithmURI, hashCode
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EnvelopedSignatureTransformationImpl

+
+public EnvelopedSignatureTransformationImpl()
+
+
Create a new EnvelopedSignatureTransformationImpl.
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(Object other)
+
+
Compare this object to another EnvelopedSignatureTransformation.
+
Specified by:
equals in interface iaik.server.modules.xml.Transformation
Overrides:
equals in class Object
+
+
+
Parameters:
other - The object to compare this + EnvelopedSignatureTransformation to.
Returns:
true, if other is a + EnvelopedSignatureTransformation, otherwise + false.
See Also:
Object.equals(Object)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3