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
 boolean equals(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)