Uses of Class
org.apache.xml.security.stax.ext.SecurePart.Modifier
-
Packages that use SecurePart.Modifier Package Description org.apache.xml.security.stax.ext -
-
Uses of SecurePart.Modifier in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return SecurePart.Modifier Modifier and Type Method Description SecurePart.ModifierSecurePart. getModifier()static SecurePart.ModifierSecurePart.Modifier. getModifier(String modifier)static SecurePart.ModifierSecurePart.Modifier. valueOf(String name)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.Modifier Modifier and Type Method Description voidSecurePart. setModifier(SecurePart.Modifier modifier)Constructors in org.apache.xml.security.stax.ext with parameters of type SecurePart.Modifier Constructor Description SecurePart(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)
-