Uses of Class
org.apache.xml.security.stax.impl.EncryptionPartDef
Packages that use EncryptionPartDef
-
Uses of EncryptionPartDef in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as EncryptionPartDefModifier and TypeFieldDescriptionprivate EncryptionPartDef
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.encryptionPartDef
Methods in org.apache.xml.security.stax.impl.processor.output that return EncryptionPartDefModifier and TypeMethodDescriptionprotected EncryptionPartDef
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.getEncryptionPartDef()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type EncryptionPartDefModifier and TypeMethodDescriptionXMLEncryptOutputProcessor.createInternalEncryptionOutputProcessor
(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, String encoding, OutboundSecurityToken keyWrappingToken) Override this method to return a different AbstractInternalEncryptionOutputProcessor instance which will write out the KeyInfo contents in the EncryptedData.protected void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.setEncryptionPartDef
(EncryptionPartDef encryptionPartDef) Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type EncryptionPartDefModifierConstructorDescriptionAbstractInternalEncryptionOutputProcessor
(EncryptionPartDef encryptionPartDef, XMLSecStartElement xmlSecStartElement, String encoding)