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