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
 Transforms getDSTransforms()
          Temporary method to turn the XMLEncryption Transforms class into a DS class.
 

Method Detail

getDSTransforms

public Transforms getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class into a DS class. The main logic is currently implemented in the DS class, so we need to get to get the base class.

Note This will be removed in future versions

Returns: