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(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 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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(List<XMLSecurityConstants.ContentType> protectionOrder)
Constructor parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentType Constructor 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)
-