Uses of Interface
org.apache.xml.security.stax.impl.algorithms.SignatureAlgorithm
Packages that use SignatureAlgorithm
Package
Description
-
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.algorithms
Classes in org.apache.xml.security.stax.impl.algorithms that implement SignatureAlgorithmMethods in org.apache.xml.security.stax.impl.algorithms that return SignatureAlgorithmModifier and TypeMethodDescriptionSignatureAlgorithmFactory.getSignatureAlgorithm(String algoURI) -
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type SignatureAlgorithmModifier and TypeMethodDescriptionprotected abstract AbstractSignatureEndingOutputProcessor.SignedInfoProcessorAbstractSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) XMLSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type SignatureAlgorithmModifierConstructorDescriptionSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement) -
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.util
Constructors in org.apache.xml.security.stax.impl.util with parameters of type SignatureAlgorithm