Uses of Class
org.apache.xml.security.configuration.TransformAlgorithmsType
-
Packages that use TransformAlgorithmsType Package Description org.apache.xml.security.configuration org.apache.xml.security.stax.config -
-
Uses of TransformAlgorithmsType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as TransformAlgorithmsType Modifier and Type Field Description protected TransformAlgorithmsType
ConfigurationType. transformAlgorithms
Methods in org.apache.xml.security.configuration that return TransformAlgorithmsType Modifier and Type Method Description TransformAlgorithmsType
ObjectFactory. createTransformAlgorithmsType()
Create an instance ofTransformAlgorithmsType
TransformAlgorithmsType
ConfigurationType. getTransformAlgorithms()
Gets the value of the transformAlgorithms property.Methods in org.apache.xml.security.configuration with parameters of type TransformAlgorithmsType Modifier and Type Method Description void
ConfigurationType. setTransformAlgorithms(TransformAlgorithmsType value)
Sets the value of the transformAlgorithms property. -
Uses of TransformAlgorithmsType in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config with parameters of type TransformAlgorithmsType Modifier and Type Method Description protected static void
TransformerAlgorithmMapper. init(TransformAlgorithmsType transformAlgorithms, java.lang.Class<?> callingClass)
-