Package | Description |
---|---|
org.apache.xml.security.stax.ext |
Modifier and Type | Field and Description |
---|---|
protected XMLSecurityConstants.Action |
AbstractOutputProcessor.action |
static XMLSecurityConstants.Action |
XMLSecurityConstants.ENCRYPT
Deprecated.
|
static XMLSecurityConstants.Action |
XMLSecurityConstants.ENCRYPTION |
static XMLSecurityConstants.Action |
XMLSecurityConstants.SIGNATURE |
Modifier and Type | Method and Description |
---|---|
XMLSecurityConstants.Action |
AbstractOutputProcessor.getAction() |
Modifier and Type | Method and Description |
---|---|
List<XMLSecurityConstants.Action> |
XMLSecurityProperties.getActions()
Returns the actual set actions
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSecurityProperties.addAction(XMLSecurityConstants.Action action) |
void |
AbstractOutputProcessor.setAction(XMLSecurityConstants.Action action) |
void |
OutputProcessor.setAction(XMLSecurityConstants.Action action)
setter for the Action after instantiation of the processor
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSecurityProperties.setActions(List<XMLSecurityConstants.Action> actions)
Specifies how to secure the document eg.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.