Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl | |
org.apache.xml.security.stax.impl.processor.output |
Modifier and Type | Method and Description |
---|---|
protected SecurePart |
AbstractOutputProcessor.securePartMatches(XMLSecStartElement xmlSecStartElement,
Map<Object,SecurePart> secureParts) |
protected SecurePart |
AbstractOutputProcessor.securePartMatches(XMLSecStartElement xmlSecStartElement,
OutputProcessorChain outputProcessorChain,
String dynamicParts) |
Modifier and Type | Method and Description |
---|---|
List<SecurePart> |
XMLSecurityProperties.getEncryptionSecureParts()
Returns the encryption parts which are actually set
|
List<SecurePart> |
XMLSecurityProperties.getSignatureSecureParts() |
Modifier and Type | Method and Description |
---|---|
void |
XMLSecurityProperties.addEncryptionPart(SecurePart securePart)
Adds a part which must be encrypted by the framework
|
void |
XMLSecurityProperties.addSignaturePart(SecurePart securePart) |
Modifier and Type | Method and Description |
---|---|
protected SecurePart |
AbstractOutputProcessor.securePartMatches(XMLSecStartElement xmlSecStartElement,
Map<Object,SecurePart> secureParts) |
Modifier and Type | Method and Description |
---|---|
SecurePart |
XMLSecurityStreamWriter.getEncryptEntireRequestPart() |
SecurePart |
SignaturePartDef.getSecurePart() |
SecurePart |
EncryptionPartDef.getSecurePart() |
SecurePart |
XMLSecurityStreamWriter.getSignEntireRequestPart() |
Modifier and Type | Method and Description |
---|---|
void |
XMLSecurityStreamWriter.setEncryptEntireRequestPart(SecurePart encryptEntireRequestPart) |
void |
SignaturePartDef.setSecurePart(SecurePart securePart) |
void |
EncryptionPartDef.setSecurePart(SecurePart securePart) |
void |
XMLSecurityStreamWriter.setSignEntireRequestPart(SecurePart signEntireRequestPart) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSignatureOutputProcessor.digestExternalReference(OutputProcessorChain outputProcessorChain,
SecurePart securePart) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.