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
Methods in org.apache.xml.security.stax.ext that return SecurePart.ModifierModifier and TypeMethodDescriptionSecurePart.getModifier()static SecurePart.ModifierSecurePart.Modifier.getModifier(String modifier) static SecurePart.ModifierReturns 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
Methods 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 TypeMethodDescriptionvoidEncryptionPartDef.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, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken) DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken)