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.AbstractInternalEncryptionOutputProcessor
AbstractEncryptOutputProcessor. activeInternalEncryptionOutputProcessor
Methods in org.apache.xml.security.stax.impl.processor.output that return AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Modifier and Type Method Description protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
XMLEncryptOutputProcessor. 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.AbstractInternalEncryptionOutputProcessor
AbstractEncryptOutputProcessor. getActiveInternalEncryptionOutputProcessor()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor Modifier and Type Method Description protected void
AbstractEncryptOutputProcessor. setActiveInternalEncryptionOutputProcessor(AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor activeInternalEncryptionOutputProcessor)
-