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 classHMACSignatureAlgorithmclassPKISignatureAlgorithmMethods in org.apache.xml.security.stax.impl.algorithms that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithmSignatureAlgorithmFactory. getSignatureAlgorithm(java.lang.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.SignedInfoProcessorAbstractSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)protected AbstractSignatureEndingOutputProcessor.SignedInfoProcessorXMLSignatureEndingOutputProcessor. 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)
-