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
Fields in org.apache.xml.security.stax.impl.processor.input declared as Transformer Modifier and Type Field Description private TransformerAbstractSignatureInputHandler.SignatureVerifier. transformerprivate TransformerAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. transformerMethods in org.apache.xml.security.stax.impl.processor.input that return Transformer Modifier and Type Method Description protected TransformerAbstractSignatureReferenceVerifyInputProcessor. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier)TransformerAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. buildTransformerChain(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
Fields in org.apache.xml.security.stax.impl.processor.output declared as Transformer Modifier and Type Field Description private TransformerAbstractSignatureEndingOutputProcessor.SignedInfoProcessor. transformerprivate TransformerAbstractSignatureOutputProcessor.InternalSignatureOutputProcessor. transformerMethods 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 classTransformBase64DecodeclassTransformEnvelopedSignatureclassTransformIdentityFields in org.apache.xml.security.stax.impl.transformer declared as Transformer Modifier and Type Field Description private TransformerTransformIdentity. transformerMethods 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)
-