Uses of Class
org.apache.xml.security.stax.impl.processor.output.AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
-
Packages that use AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Package Description org.apache.xml.security.stax.impl.processor.output -
-
Uses of AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Modifier and Type Field Description private AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorAbstractEncryptOutputProcessor. activeInternalEncryptionOutputProcessorMethods in org.apache.xml.security.stax.impl.processor.output that return AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Modifier and Type Method Description protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorXMLEncryptOutputProcessor. createInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, java.lang.String encoding, OutboundSecurityToken keyWrappingToken)Override this method to return a different AbstractInternalEncryptionOutputProcessor instance which will write out the KeyInfo contents in the EncryptedData.protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorAbstractEncryptOutputProcessor. getActiveInternalEncryptionOutputProcessor()Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Modifier and Type Method Description protected voidAbstractEncryptOutputProcessor. setActiveInternalEncryptionOutputProcessor(AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor activeInternalEncryptionOutputProcessor)
-