Uses of Interface
org.apache.xml.security.stax.impl.algorithms.SignatureAlgorithm
-
Packages that use SignatureAlgorithm Package Description org.apache.xml.security.stax.impl.algorithms org.apache.xml.security.stax.impl.processor.output org.apache.xml.security.stax.impl.util -
-
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.algorithms
Classes in org.apache.xml.security.stax.impl.algorithms that implement SignatureAlgorithm Modifier and Type Class Description class
HMACSignatureAlgorithm
class
PKISignatureAlgorithm
Methods in org.apache.xml.security.stax.impl.algorithms that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
SignatureAlgorithmFactory. 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 SignatureAlgorithm Modifier and Type Method Description protected abstract AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
AbstractSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)
protected AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
XMLSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)
Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type SignatureAlgorithm Constructor Description SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, 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 Constructor Description SignerOutputStream(SignatureAlgorithm signatureAlgorithm)
-