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 --- .../server/iaik/xml/Base64TransformationImpl.html | 259 +++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/Base64TransformationImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/Base64TransformationImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/Base64TransformationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/Base64TransformationImpl.html new file mode 100644 index 000000000..9981bba68 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/Base64TransformationImpl.html @@ -0,0 +1,259 @@ + + + + + + +MOA SP/SS Server Internal API: Class Base64TransformationImpl + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

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

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

+An implementation of the Base64Transformation + Transformation type. +

+

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

+ + + + + + + + + + + + + +
Fields inherited from interface iaik.server.modules.xml.Base64Transformation
ALL, BASE64_DECODING
+  + + + + + + + + + + +
+Constructor Summary
Base64TransformationImpl() + +
+          Create a new Base64TransformationImpl.
+  + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object other) + +
+          Compare this Base64Transformation to another.
+ + + + + + + +
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
+ +

+Base64TransformationImpl

+
+public Base64TransformationImpl()
+
+
Create a new Base64TransformationImpl.
+
See Also:
Object.Object()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

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