Uses of Class
com.sun.xml.security.core.dsig.TransformType
-
Packages that use TransformType Package Description com.sun.xml.security.core.xenc -
-
Uses of TransformType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc with type parameters of type TransformType Modifier and Type Field Description protected List<TransformType>TransformsType. transformMethods in com.sun.xml.security.core.xenc that return types with arguments of type TransformType Modifier and Type Method Description List<TransformType>TransformsType. getTransform()Gets the value of the transform property.Method parameters in com.sun.xml.security.core.xenc with type arguments of type TransformType Modifier and Type Method Description voidTransformsType. setTransform(List<TransformType> transform)
-