Uses of Interface
org.apache.xml.security.stax.ext.Transformer
-
Packages that use Transformer Package Description org.apache.xml.security.stax.ext -
-
Uses of Transformer in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return Transformer Modifier and Type Method Description static TransformerXMLSecurityUtils. getTransformer(Transformer transformer, OutputStream outputStream, Map<String,Object> properties, String algorithm, XMLSecurityConstants.DIRECTION direction)Methods in org.apache.xml.security.stax.ext with parameters of type Transformer Modifier and Type Method Description static TransformerXMLSecurityUtils. getTransformer(Transformer transformer, OutputStream outputStream, Map<String,Object> properties, String algorithm, XMLSecurityConstants.DIRECTION direction)voidTransformer. setTransformer(Transformer transformer)
-