< prev index next >

src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/encryption/Transforms.java

Print this page

        

*** 21,40 **** * under the License. */ package com.sun.org.apache.xml.internal.security.encryption; /** ! * A container for <code>ds:Transform</code>s. * <p> * It is defined as follows: ! * <xmp> * <complexType name='TransformsType'> * <sequence> * <element ref='ds:Transform' maxOccurs='unbounded'/> * </sequence> * </complexType> ! * </xmp> * * @author Axl Mattheus * @see com.sun.org.apache.xml.internal.security.encryption.CipherReference */ public interface Transforms { --- 21,40 ---- * under the License. */ package com.sun.org.apache.xml.internal.security.encryption; /** ! * A container for {@code ds:Transform}s. * <p> * It is defined as follows: ! * <pre>{@code * <complexType name='TransformsType'> * <sequence> * <element ref='ds:Transform' maxOccurs='unbounded'/> * </sequence> * </complexType> ! * }</pre> * * @author Axl Mattheus * @see com.sun.org.apache.xml.internal.security.encryption.CipherReference */ public interface Transforms {
< prev index next >