FileDocCategorySizeDatePackage
Transforms.javaAPI DocJava SE 6 API1966Tue Jun 10 00:23:02 BST 2008com.sun.org.apache.xml.internal.security.encryption

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
com.sun.org.apache.xml.internal.security.encryption.CipherReference

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xml.internal.security.transforms.TransformsgetDSTransforms()
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

return