Uses of Class
org.apache.xml.security.configuration.TransformAlgorithmType
-
Packages that use TransformAlgorithmType Package Description org.apache.xml.security.configuration -
-
Uses of TransformAlgorithmType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration with type parameters of type TransformAlgorithmType Modifier and Type Field Description protected java.util.List<TransformAlgorithmType>
TransformAlgorithmsType. transformAlgorithm
Methods in org.apache.xml.security.configuration that return TransformAlgorithmType Modifier and Type Method Description TransformAlgorithmType
ObjectFactory. createTransformAlgorithmType()
Create an instance ofTransformAlgorithmType
Methods in org.apache.xml.security.configuration that return types with arguments of type TransformAlgorithmType Modifier and Type Method Description java.util.List<TransformAlgorithmType>
TransformAlgorithmsType. getTransformAlgorithm()
Gets the value of the transformAlgorithm property.
-