Uses of Class
org.apache.xml.security.stax.ext.SecurePart.Modifier
-
Packages that use SecurePart.Modifier Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl org.apache.xml.security.stax.impl.processor.input -
-
Uses of SecurePart.Modifier in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as SecurePart.Modifier Modifier and Type Field Description private SecurePart.Modifier
SecurePart. modifier
Fields in org.apache.xml.security.stax.ext with type parameters of type SecurePart.Modifier Modifier and Type Field Description private static java.util.Map<java.lang.String,SecurePart.Modifier>
SecurePart.Modifier. modifierMap
Methods in org.apache.xml.security.stax.ext that return SecurePart.Modifier Modifier and Type Method Description SecurePart.Modifier
SecurePart. getModifier()
static SecurePart.Modifier
SecurePart.Modifier. getModifier(java.lang.String modifier)
static SecurePart.Modifier
SecurePart.Modifier. valueOf(java.lang.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 void
SecurePart. setModifier(SecurePart.Modifier modifier)
Constructors in org.apache.xml.security.stax.ext with parameters of type SecurePart.Modifier Constructor Description SecurePart(java.lang.String externalReference, SecurePart.Modifier modifier)
SecurePart(javax.xml.namespace.QName name, boolean generateXPointer, SecurePart.Modifier modifier)
SecurePart(javax.xml.namespace.QName name, boolean generateXPointer, SecurePart.Modifier modifier, java.lang.String[] transforms, java.lang.String digestMethod)
SecurePart(javax.xml.namespace.QName name, java.lang.String idToSign, java.lang.String idToReference, SecurePart.Modifier modifier)
SecurePart(javax.xml.namespace.QName name, SecurePart.Modifier modifier)
SecurePart(javax.xml.namespace.QName name, SecurePart.Modifier modifier, java.lang.String[] transforms, java.lang.String digestMethod)
-
Uses of SecurePart.Modifier in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as SecurePart.Modifier Modifier and Type Field Description private SecurePart.Modifier
EncryptionPartDef. modifier
Methods in org.apache.xml.security.stax.impl that return SecurePart.Modifier Modifier and Type Method Description SecurePart.Modifier
EncryptionPartDef. getModifier()
Methods in org.apache.xml.security.stax.impl with parameters of type SecurePart.Modifier Modifier and Type Method Description void
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.Modifier Constructor Description AbstractDecryptedEventReaderInputProcessor(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)
-