Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.ContentType
-
Packages that use XMLSecurityConstants.ContentType Package Description 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 Modifier and Type Method Description static XMLSecurityConstants.ContentType
XMLSecurityConstants.ContentType. valueOf(java.lang.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 Modifier and Type Method Description java.util.Map<java.lang.Integer,XMLSecurityConstants.ContentType>
DocumentContext. getContentTypeMap()
java.util.List<XMLSecurityConstants.ContentType>
DocumentContext. getProtectionOrder()
-
Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type XMLSecurityConstants.ContentType Modifier and Type Field Description private java.util.Map<java.lang.Integer,XMLSecurityConstants.ContentType>
DocumentContextImpl. contentTypeMap
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecurityConstants.ContentType Modifier and Type Method Description java.util.Map<java.lang.Integer,XMLSecurityConstants.ContentType>
DocumentContextImpl. getContentTypeMap()
java.util.List<XMLSecurityConstants.ContentType>
DocumentContextImpl. getProtectionOrder()
Method parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecurityConstants.ContentType Modifier and Type Method Description protected void
DocumentContextImpl. setContentTypeMap(java.util.Map<java.lang.Integer,XMLSecurityConstants.ContentType> contentTypeMap)
-
Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.securityEvent
Fields in org.apache.xml.security.stax.securityEvent with type parameters of type XMLSecurityConstants.ContentType Modifier and Type Field Description private java.util.List<XMLSecurityConstants.ContentType>
AbstractSecuredElementSecurityEvent. protectionOrder
Methods in org.apache.xml.security.stax.securityEvent that return types with arguments of type XMLSecurityConstants.ContentType Modifier and Type Method Description java.util.List<XMLSecurityConstants.ContentType>
AbstractSecuredElementSecurityEvent. getProtectionOrder()
Method parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentType Modifier and Type Method Description void
AbstractSecuredElementSecurityEvent. setProtectionOrder(java.util.List<XMLSecurityConstants.ContentType> protectionOrder)
-