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
Methods in org.apache.xml.security.stax.impl.processor.output that return EncryptionPartDefModifier and TypeMethodDescriptionprotected EncryptionPartDefAbstractEncryptOutputProcessor.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 voidAbstractEncryptOutputProcessor.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)