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 Transformer
XMLSecurityUtils. 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 Transformer
XMLSecurityUtils. getTransformer(Transformer transformer, java.io.OutputStream outputStream, java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.String algorithm, XMLSecurityConstants.DIRECTION direction)
void
Transformer. setTransformer(Transformer transformer)
-
Uses of Transformer in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as Transformer Modifier and Type Field Description private Transformer
AbstractSignatureInputHandler.SignatureVerifier. transformer
private Transformer
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. transformer
Methods in org.apache.xml.security.stax.impl.processor.input that return Transformer Modifier and Type Method Description protected Transformer
AbstractSignatureReferenceVerifyInputProcessor. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier)
Transformer
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain)
Transformer
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. getTransformer()
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type Transformer Modifier and Type Method Description void
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. setTransformer(Transformer transformer)
-
Uses of Transformer in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as Transformer Modifier and Type Field Description private Transformer
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor. transformer
private Transformer
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor. transformer
Methods in org.apache.xml.security.stax.impl.processor.output that return Transformer Modifier and Type Method Description protected Transformer
AbstractSignatureOutputProcessor. 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 class
TransformBase64Decode
class
TransformEnvelopedSignature
class
TransformIdentity
Fields in org.apache.xml.security.stax.impl.transformer declared as Transformer Modifier and Type Field Description private Transformer
TransformIdentity. transformer
Methods in org.apache.xml.security.stax.impl.transformer that return Transformer Modifier and Type Method Description protected Transformer
TransformIdentity. getTransformer()
Methods in org.apache.xml.security.stax.impl.transformer with parameters of type Transformer Modifier and Type Method Description void
TransformIdentity. 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 class
Canonicalizer11
class
Canonicalizer11_OmitCommentsTransformer
class
Canonicalizer11_WithCommentsTransformer
class
Canonicalizer20010315
class
Canonicalizer20010315_Excl
class
Canonicalizer20010315_ExclOmitCommentsTransformer
class
Canonicalizer20010315_ExclWithCommentsTransformer
class
Canonicalizer20010315_OmitCommentsTransformer
class
Canonicalizer20010315_WithCommentsTransformer
class
CanonicalizerBase
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type Transformer Modifier and Type Method Description void
CanonicalizerBase. setTransformer(Transformer transformer)
-