Uses of Enum
org.apache.xml.security.stax.ext.SecurePart.Modifier
Packages that use SecurePart.Modifier
Package
Description
-
Uses of SecurePart.Modifier in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as SecurePart.ModifierFields in org.apache.xml.security.stax.ext with type parameters of type SecurePart.ModifierModifier and TypeFieldDescriptionprivate static final Map<String,
SecurePart.Modifier> SecurePart.Modifier.modifierMap
Methods in org.apache.xml.security.stax.ext that return SecurePart.ModifierModifier and TypeMethodDescriptionSecurePart.getModifier()
static SecurePart.Modifier
SecurePart.Modifier.getModifier
(String modifier) static SecurePart.Modifier
Returns the enum constant of this type with the specified name.static SecurePart.Modifier[]
SecurePart.Modifier.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 with parameters of type SecurePart.ModifierConstructors in org.apache.xml.security.stax.ext with parameters of type SecurePart.ModifierModifierConstructorDescriptionSecurePart
(String externalReference, SecurePart.Modifier modifier) SecurePart
(QName name, boolean generateXPointer, SecurePart.Modifier modifier) SecurePart
(QName name, boolean generateXPointer, SecurePart.Modifier modifier, String[] transforms, String digestMethod) SecurePart
(QName name, String idToSign, String idToReference, SecurePart.Modifier modifier) SecurePart
(QName name, SecurePart.Modifier modifier) SecurePart
(QName name, SecurePart.Modifier modifier, String[] transforms, String digestMethod) -
Uses of SecurePart.Modifier in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as SecurePart.ModifierMethods in org.apache.xml.security.stax.impl that return SecurePart.ModifierMethods in org.apache.xml.security.stax.impl with parameters of type SecurePart.ModifierModifier and TypeMethodDescriptionvoid
EncryptionPartDef.setModifier
(SecurePart.Modifier modifier) -
Uses of SecurePart.Modifier in org.apache.xml.security.stax.impl.processor.input
Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type SecurePart.ModifierModifierConstructorDescriptionAbstractDecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken) DecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken)