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(java.lang.String algoURI)
-
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as SignatureAlgorithm Modifier and Type Field Description private SignatureAlgorithm
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor. signatureAlgorithm
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, java.lang.String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)
protected AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
XMLSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, java.lang.String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)
Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type SignatureAlgorithm Constructor Description SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, java.lang.String signatureId, XMLSecStartElement xmlSecStartElement)
-
Uses of SignatureAlgorithm in org.apache.xml.security.stax.impl.util
Fields in org.apache.xml.security.stax.impl.util declared as SignatureAlgorithm Modifier and Type Field Description private SignatureAlgorithm
SignerOutputStream. signatureAlgorithm
Constructors in org.apache.xml.security.stax.impl.util with parameters of type SignatureAlgorithm Constructor Description SignerOutputStream(SignatureAlgorithm signatureAlgorithm)
-