|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLSecurityConstants.ContentType | |
|---|---|
| org.apache.xml.security.stax.ext | |
| org.apache.xml.security.stax.impl | |
| org.apache.xml.security.stax.securityEvent | |
| Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.ext |
|---|
| Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.ContentType | |
|---|---|
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. |
| Methods in org.apache.xml.security.stax.ext that return types with arguments of type XMLSecurityConstants.ContentType | |
|---|---|
Map<Integer,XMLSecurityConstants.ContentType> |
DocumentContext.getContentTypeMap()
|
List<XMLSecurityConstants.ContentType> |
DocumentContext.getProtectionOrder()
|
| Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.impl |
|---|
| Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecurityConstants.ContentType | |
|---|---|
Map<Integer,XMLSecurityConstants.ContentType> |
DocumentContextImpl.getContentTypeMap()
|
List<XMLSecurityConstants.ContentType> |
DocumentContextImpl.getProtectionOrder()
|
| Method parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecurityConstants.ContentType | |
|---|---|
protected void |
DocumentContextImpl.setContentTypeMap(Map<Integer,XMLSecurityConstants.ContentType> contentTypeMap)
|
| Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.securityEvent |
|---|
| Methods in org.apache.xml.security.stax.securityEvent that return types with arguments of type XMLSecurityConstants.ContentType | |
|---|---|
List<XMLSecurityConstants.ContentType> |
AbstractSecuredElementSecurityEvent.getProtectionOrder()
|
| Method parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentType | |
|---|---|
void |
AbstractSecuredElementSecurityEvent.setProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder)
|
| Constructor parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentType | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||