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 SecurePartAbstractOutputProcessor.securePartMatches(XMLSecStartElement xmlSecStartElement, Map<Object, SecurePart> secureParts) protected SecurePartAbstractOutputProcessor.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 TypeMethodDescriptionvoidXMLSecurityProperties.addEncryptionPart(SecurePart securePart) Adds a part which must be encrypted by the frameworkvoidXMLSecurityProperties.addSignaturePart(SecurePart securePart) Method parameters in org.apache.xml.security.stax.ext with type arguments of type SecurePartModifier and TypeMethodDescriptionprotected SecurePartAbstractOutputProcessor.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 TypeMethodDescriptionvoidXMLSecurityStreamWriter.setEncryptEntireRequestPart(SecurePart encryptEntireRequestPart) voidEncryptionPartDef.setSecurePart(SecurePart securePart) voidSignaturePartDef.setSecurePart(SecurePart securePart) voidXMLSecurityStreamWriter.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 voidAbstractSignatureOutputProcessor.digestExternalReference(OutputProcessorChain outputProcessorChain, SecurePart securePart)