Uses of Class
org.apache.xml.security.binding.xmldsig.TransformType
-
Packages that use TransformType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.binding.xmlenc -
-
Uses of TransformType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig with type parameters of type TransformType Modifier and Type Field Description protected java.util.List<TransformType>
TransformsType. transform
Methods in org.apache.xml.security.binding.xmldsig that return TransformType Modifier and Type Method Description TransformType
ObjectFactory. createTransformType()
Create an instance ofTransformType
Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type TransformType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformType>
ObjectFactory. createTransform(TransformType value)
java.util.List<TransformType>
TransformsType. getTransform()
Gets the value of the transform property.Methods in org.apache.xml.security.binding.xmldsig with parameters of type TransformType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformType>
ObjectFactory. createTransform(TransformType value)
-
Uses of TransformType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc with type parameters of type TransformType Modifier and Type Field Description protected java.util.List<TransformType>
TransformsType. transform
Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type TransformType Modifier and Type Method Description java.util.List<TransformType>
TransformsType. getTransform()
Gets the value of the transform property.
-