org.apache.xml.security.encryption
Interface Transforms


public interface Transforms

A container for ds:Transforms.

It is defined as follows:

<complexType name='TransformsType'> <sequence> <element ref='ds:Transform' maxOccurs='unbounded'/> </sequence> </complexType>

Author:
Axl Mattheus
See Also:
CipherReference.

Method Summary
 void addTransform(Transform transform)
          Adds a ds:Transform to the list of transforms.
 java.util.Iterator getTransforms()
          Returns an Iterator over all the transforms contained in this transform list.
 void removeTransform(Transform transform)
          Removes the specified transform.
 

Method Detail

getTransforms

public java.util.Iterator getTransforms()
Returns an Iterator over all the transforms contained in this transform list.

Returns:
all transforms.

addTransform

public void addTransform(Transform transform)
Adds a ds:Transform to the list of transforms.


removeTransform

public void removeTransform(Transform transform)
Removes the specified transform.