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
Fields in org.apache.xml.security.stax.ext with type parameters of type SecurePartModifier and TypeFieldDescriptionprivate final List<SecurePart>
XMLSecurityProperties.encryptionParts
private final List<SecurePart>
XMLSecurityProperties.signatureParts
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
Fields in org.apache.xml.security.stax.impl declared as SecurePartModifier and TypeFieldDescriptionprivate SecurePart
XMLSecurityStreamWriter.encryptEntireRequestPart
private SecurePart
EncryptionPartDef.securePart
private SecurePart
SignaturePartDef.securePart
private SecurePart
XMLSecurityStreamWriter.signEntireRequestPart
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)