Uses of Class
org.apache.xml.security.stax.ext.SecurePart
-
Packages that use SecurePart Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl org.apache.xml.security.stax.impl.processor.output -
-
Uses of SecurePart in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext with type parameters of type SecurePart Modifier and Type Field Description private java.util.List<SecurePart>XMLSecurityProperties. encryptionPartsprivate java.util.List<SecurePart>XMLSecurityProperties. signaturePartsMethods in org.apache.xml.security.stax.ext that return SecurePart Modifier and Type Method Description protected SecurePartAbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, java.util.Map<java.lang.Object,SecurePart> secureParts)protected SecurePartAbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain, java.lang.String dynamicParts)Methods in org.apache.xml.security.stax.ext that return types with arguments of type SecurePart Modifier and Type Method Description java.util.List<SecurePart>XMLSecurityProperties. getEncryptionSecureParts()Returns the encryption parts which are actually setjava.util.List<SecurePart>XMLSecurityProperties. getSignatureSecureParts()Methods in org.apache.xml.security.stax.ext with parameters of type SecurePart Modifier and Type Method Description voidXMLSecurityProperties. 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 SecurePart Modifier and Type Method Description protected SecurePartAbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, java.util.Map<java.lang.Object,SecurePart> secureParts) -
Uses of SecurePart in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as SecurePart Modifier and Type Field Description private SecurePartXMLSecurityStreamWriter. encryptEntireRequestPartprivate SecurePartEncryptionPartDef. securePartprivate SecurePartSignaturePartDef. securePartprivate SecurePartXMLSecurityStreamWriter. signEntireRequestPartMethods in org.apache.xml.security.stax.impl that return SecurePart Modifier and Type Method Description SecurePartXMLSecurityStreamWriter. getEncryptEntireRequestPart()SecurePartEncryptionPartDef. getSecurePart()SecurePartSignaturePartDef. getSecurePart()SecurePartXMLSecurityStreamWriter. getSignEntireRequestPart()Methods in org.apache.xml.security.stax.impl with parameters of type SecurePart Modifier and Type Method Description voidXMLSecurityStreamWriter. 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 SecurePart Modifier and Type Method Description protected voidAbstractSignatureOutputProcessor. digestExternalReference(OutputProcessorChain outputProcessorChain, SecurePart securePart)
-