Uses of Interface
org.apache.xml.security.stax.ext.Transformer
-
-
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, java.io.OutputStream outputStream, java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.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, java.io.OutputStream outputStream, java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.String algorithm, XMLSecurityConstants.DIRECTION direction)voidTransformer. setTransformer(Transformer transformer) -
Uses of Transformer in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input that return Transformer Modifier and Type Method Description protected TransformerAbstractSignatureReferenceVerifyInputProcessor. buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier)TransformerAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain)TransformerAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. getTransformer()Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type Transformer Modifier and Type Method Description voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. setTransformer(Transformer transformer) -
Uses of Transformer in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output that return Transformer Modifier and Type Method Description protected TransformerAbstractSignatureOutputProcessor. buildTransformerChain(java.io.OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement) -
Uses of Transformer in org.apache.xml.security.stax.impl.transformer
Classes in org.apache.xml.security.stax.impl.transformer that implement Transformer Modifier and Type Class Description classTransformBase64DecodeclassTransformEnvelopedSignatureclassTransformIdentityMethods in org.apache.xml.security.stax.impl.transformer that return Transformer Modifier and Type Method Description protected TransformerTransformIdentity. getTransformer()Methods in org.apache.xml.security.stax.impl.transformer with parameters of type Transformer Modifier and Type Method Description voidTransformIdentity. setTransformer(Transformer transformer) -
Uses of Transformer in org.apache.xml.security.stax.impl.transformer.canonicalizer
Classes in org.apache.xml.security.stax.impl.transformer.canonicalizer that implement Transformer Modifier and Type Class Description classCanonicalizer11classCanonicalizer11_OmitCommentsTransformerclassCanonicalizer11_WithCommentsTransformerclassCanonicalizer20010315classCanonicalizer20010315_ExclclassCanonicalizer20010315_ExclOmitCommentsTransformerclassCanonicalizer20010315_ExclWithCommentsTransformerclassCanonicalizer20010315_OmitCommentsTransformerclassCanonicalizer20010315_WithCommentsTransformerclassCanonicalizerBaseMethods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type Transformer Modifier and Type Method Description voidCanonicalizerBase. setTransformer(Transformer transformer)
-