Uses of Class
org.apache.xml.security.stax.impl.EncryptionPartDef
-
Packages that use EncryptionPartDef Package Description org.apache.xml.security.stax.impl.processor.output -
-
Uses of EncryptionPartDef in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as EncryptionPartDef Modifier and Type Field Description private EncryptionPartDef
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. encryptionPartDef
Methods in org.apache.xml.security.stax.impl.processor.output that return EncryptionPartDef Modifier and Type Method Description protected EncryptionPartDef
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. getEncryptionPartDef()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type EncryptionPartDef 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 void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. setEncryptionPartDef(EncryptionPartDef encryptionPartDef)
Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type EncryptionPartDef Constructor Description AbstractInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement xmlSecStartElement, java.lang.String encoding)
-