Uses of Enum
org.apache.xml.security.stax.ext.XMLSecurityConstants.ContentType
Packages that use XMLSecurityConstants.ContentType
Package
Description
-
Uses of XMLSecurityConstants.ContentType in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.ContentTypeModifier and TypeMethodDescriptionReturns 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.ContentTypeModifier and TypeMethodDescriptionDocumentContext.getContentTypeMap()
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.ContentTypeModifier and TypeFieldDescriptionprivate final Map<Integer,
XMLSecurityConstants.ContentType> DocumentContextImpl.contentTypeMap
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecurityConstants.ContentTypeModifier and TypeMethodDescriptionDocumentContextImpl.getContentTypeMap()
DocumentContextImpl.getProtectionOrder()
Method parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecurityConstants.ContentTypeModifier and TypeMethodDescriptionprotected void
DocumentContextImpl.setContentTypeMap
(Map<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.ContentTypeModifier and TypeFieldDescriptionprivate List<XMLSecurityConstants.ContentType>
AbstractSecuredElementSecurityEvent.protectionOrder
Methods in org.apache.xml.security.stax.securityEvent that return types with arguments of type XMLSecurityConstants.ContentTypeMethod parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentTypeModifier and TypeMethodDescriptionvoid
AbstractSecuredElementSecurityEvent.setProtectionOrder
(List<XMLSecurityConstants.ContentType> protectionOrder) Constructor parameters in org.apache.xml.security.stax.securityEvent with type arguments of type XMLSecurityConstants.ContentTypeModifierConstructorDescriptionAbstractSecuredElementSecurityEvent
(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)