Uses of Enum
org.apache.xml.security.stax.ext.SecurePart.Modifier
Packages that use SecurePart.Modifier
-
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, SecurePart.Modifier modifier) SecurePart(QName name, SecurePart.Modifier modifier, String[] transforms, String digestMethod) SecurePart(SecurePart.Modifier modifier)