|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurePart.Modifier | |
---|---|
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 |
---|
Methods in org.apache.xml.security.stax.ext that return SecurePart.Modifier | |
---|---|
SecurePart.Modifier |
SecurePart.getModifier()
|
static SecurePart.Modifier |
SecurePart.Modifier.getModifier(String modifier)
|
static SecurePart.Modifier |
SecurePart.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 | |
---|---|
void |
SecurePart.setModifier(SecurePart.Modifier modifier)
|
Constructors in org.apache.xml.security.stax.ext with parameters of type SecurePart.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(QName name,
String idToSign,
String idToReference,
SecurePart.Modifier modifier)
|
Uses of SecurePart.Modifier in org.apache.xml.security.stax.impl |
---|
Methods in org.apache.xml.security.stax.impl that return SecurePart.Modifier | |
---|---|
SecurePart.Modifier |
EncryptionPartDef.getModifier()
|
Methods in org.apache.xml.security.stax.impl with parameters of type SecurePart.Modifier | |
---|---|
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 | |
---|---|
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
EncryptedDataType encryptedDataType,
AbstractDecryptInputProcessor abstractDecryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
EncryptedDataType encryptedDataType,
XMLDecryptInputProcessor decryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |