Uses of Class
org.apache.xml.security.stax.ext.SecurePart
-
Packages that use SecurePart Package Description org.apache.xml.security.stax.ext -
-
Uses of SecurePart in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return SecurePart Modifier and Type Method Description protected SecurePartAbstractOutputProcessor. securePartMatches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement, Map<Object,SecurePart> secureParts)protected SecurePartAbstractOutputProcessor. securePartMatches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain, String dynamicParts)Methods in org.apache.xml.security.stax.ext that return types with arguments of type SecurePart Modifier and Type Method Description List<SecurePart>XMLSecurityProperties. getEncryptionSecureParts()Returns the encryption parts which are actually setList<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(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement, Map<Object,SecurePart> secureParts)
-