| Package | Description |
|---|---|
| org.apache.xml.security.stax.ext | |
| org.apache.xml.security.stax.impl | |
| org.apache.xml.security.stax.securityEvent |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityConstants.ContentType |
XMLSecurityConstants.ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityConstants.ContentType[] |
XMLSecurityConstants.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,XMLSecurityConstants.ContentType> |
DocumentContext.getContentTypeMap() |
List<XMLSecurityConstants.ContentType> |
DocumentContext.getProtectionOrder() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,XMLSecurityConstants.ContentType> |
DocumentContextImpl.getContentTypeMap() |
List<XMLSecurityConstants.ContentType> |
DocumentContextImpl.getProtectionOrder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentContextImpl.setContentTypeMap(Map<Integer,XMLSecurityConstants.ContentType> contentTypeMap) |
| Modifier and Type | Method and Description |
|---|---|
List<XMLSecurityConstants.ContentType> |
AbstractSecuredElementSecurityEvent.getProtectionOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecuredElementSecurityEvent.setProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder) |
| Constructor and Description |
|---|
AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType,
SecurityToken securityToken,
List<XMLSecurityConstants.ContentType> protectionOrder) |
AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType,
SecurityToken securityToken,
List<XMLSecurityConstants.ContentType> protectionOrder,
boolean signed,
boolean encrypted) |
ContentEncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean encrypted,
List<XMLSecurityConstants.ContentType> protectionOrder) |
EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean encrypted,
List<XMLSecurityConstants.ContentType> protectionOrder) |
SignedElementSecurityEvent(InboundSecurityToken inboundSecurityToken,
boolean signed,
List<XMLSecurityConstants.ContentType> protectionOrder) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.