Uses of Class
org.apache.xml.security.configuration.JCEAlgorithmMappingsType
-
Packages that use JCEAlgorithmMappingsType Package Description org.apache.xml.security.configuration org.apache.xml.security.stax.config -
-
Uses of JCEAlgorithmMappingsType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as JCEAlgorithmMappingsType Modifier and Type Field Description protected JCEAlgorithmMappingsType
ConfigurationType. jceAlgorithmMappings
Methods in org.apache.xml.security.configuration that return JCEAlgorithmMappingsType Modifier and Type Method Description JCEAlgorithmMappingsType
ObjectFactory. createJCEAlgorithmMappingsType()
Create an instance ofJCEAlgorithmMappingsType
JCEAlgorithmMappingsType
ConfigurationType. getJCEAlgorithmMappings()
Gets the value of the jceAlgorithmMappings property.Methods in org.apache.xml.security.configuration with parameters of type JCEAlgorithmMappingsType Modifier and Type Method Description void
ConfigurationType. setJCEAlgorithmMappings(JCEAlgorithmMappingsType value)
Sets the value of the jceAlgorithmMappings property. -
Uses of JCEAlgorithmMappingsType in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config with parameters of type JCEAlgorithmMappingsType Modifier and Type Method Description protected static void
JCEAlgorithmMapper. init(JCEAlgorithmMappingsType jceAlgorithmMappingsType)
-