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. encryptionParts
private java.util.List<SecurePart>
XMLSecurityProperties. signatureParts
Methods in org.apache.xml.security.stax.ext that return SecurePart Modifier and Type Method Description protected SecurePart
AbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, java.util.Map<java.lang.Object,SecurePart> secureParts)
protected SecurePart
AbstractOutputProcessor. 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 void
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 SecurePart Modifier and Type Method Description protected SecurePart
AbstractOutputProcessor. 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 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 SecurePart Modifier and Type Method Description SecurePart
XMLSecurityStreamWriter. getEncryptEntireRequestPart()
SecurePart
EncryptionPartDef. getSecurePart()
SecurePart
SignaturePartDef. getSecurePart()
SecurePart
XMLSecurityStreamWriter. getSignEntireRequestPart()
Methods in org.apache.xml.security.stax.impl with parameters of type SecurePart Modifier and Type Method Description void
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 SecurePart Modifier and Type Method Description protected void
AbstractSignatureOutputProcessor. digestExternalReference(OutputProcessorChain outputProcessorChain, SecurePart securePart)
-