Uses of Class
org.apache.xml.security.stax.impl.SignaturePartDef
-
Packages that use SignaturePartDef Package Description org.apache.xml.security.stax.impl.processor.output -
-
Uses of SignaturePartDef in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output that return types with arguments of type SignaturePartDef Modifier and Type Method Description List<SignaturePartDef>
AbstractSignatureOutputProcessor. getSignaturePartDefList()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type SignaturePartDef Modifier and Type Method Description protected Transformer
AbstractSignatureOutputProcessor. buildTransformerChain(OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement)
protected abstract void
AbstractSignatureEndingOutputProcessor. createTransformsStructureForSignature(OutputProcessorChain subOutputProcessorChain, SignaturePartDef signaturePartDef)
protected void
XMLSignatureEndingOutputProcessor. createTransformsStructureForSignature(OutputProcessorChain subOutputProcessorChain, SignaturePartDef signaturePartDef)
Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type SignaturePartDef Constructor Description InternalSignatureOutputProcessor(SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement)
-