Uses of Class
org.apache.xml.security.stax.ext.SecurePart
Packages that use SecurePart
Package
Description
-
Uses of SecurePart in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return SecurePartModifier and TypeMethodDescriptionprotected SecurePart
AbstractOutputProcessor.securePartMatches
(XMLSecStartElement xmlSecStartElement, Map<Object, SecurePart> secureParts) protected SecurePart
AbstractOutputProcessor.securePartMatches
(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain, String dynamicParts) Methods in org.apache.xml.security.stax.ext that return types with arguments of type SecurePartModifier and TypeMethodDescriptionXMLSecurityProperties.getEncryptionSecureParts()
Returns the encryption parts which are actually setXMLSecurityProperties.getSignatureSecureParts()
Methods in org.apache.xml.security.stax.ext with parameters of type SecurePartModifier and TypeMethodDescriptionvoid
XMLSecurityProperties.addEncryptionPart
(SecurePart securePart) Adds a part which must be encrypted by the frameworkvoid
XMLSecurityProperties.addSignaturePart
(SecurePart securePart) Method parameters in org.apache.xml.security.stax.ext with type arguments of type SecurePartModifier and TypeMethodDescriptionprotected SecurePart
AbstractOutputProcessor.securePartMatches
(XMLSecStartElement xmlSecStartElement, Map<Object, SecurePart> secureParts) -
Uses of SecurePart in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that return SecurePartModifier and TypeMethodDescriptionXMLSecurityStreamWriter.getEncryptEntireRequestPart()
EncryptionPartDef.getSecurePart()
SignaturePartDef.getSecurePart()
XMLSecurityStreamWriter.getSignEntireRequestPart()
Methods in org.apache.xml.security.stax.impl with parameters of type SecurePartModifier and TypeMethodDescriptionvoid
XMLSecurityStreamWriter.setEncryptEntireRequestPart
(SecurePart encryptEntireRequestPart) void
EncryptionPartDef.setSecurePart
(SecurePart securePart) void
SignaturePartDef.setSecurePart
(SecurePart securePart) void
XMLSecurityStreamWriter.setSignEntireRequestPart
(SecurePart signEntireRequestPart) -
Uses of SecurePart in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type SecurePartModifier and TypeMethodDescriptionprotected void
AbstractSignatureOutputProcessor.digestExternalReference
(OutputProcessorChain outputProcessorChain, SecurePart securePart)