Uses of Enum
org.apache.xml.security.stax.ext.XMLSecurityConstants.DIRECTION
Packages that use XMLSecurityConstants.DIRECTION
-
Uses of XMLSecurityConstants.DIRECTION in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config with parameters of type XMLSecurityConstants.DIRECTIONModifier and TypeMethodDescriptionstatic Class<?>
TransformerAlgorithmMapper.getTransformerClass
(String algoURI, XMLSecurityConstants.DIRECTION direction) -
Uses of XMLSecurityConstants.DIRECTION in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.DIRECTIONModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static XMLSecurityConstants.DIRECTION[]
XMLSecurityConstants.DIRECTION.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityConstants.DIRECTIONModifier and TypeMethodDescriptionstatic Transformer
XMLSecurityUtils.getTransformer
(Transformer transformer, OutputStream outputStream, Map<String, Object> properties, String algorithm, XMLSecurityConstants.DIRECTION direction)