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