Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl | |
org.apache.xml.security.stax.impl.processor.input |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurePart.setModifier(SecurePart.Modifier modifier) |
Constructor and Description |
---|
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) |
SecurePart(String externalReference,
SecurePart.Modifier modifier) |
Modifier and Type | Method and Description |
---|---|
SecurePart.Modifier |
EncryptionPartDef.getModifier() |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionPartDef.setModifier(SecurePart.Modifier modifier) |
Constructor and Description |
---|
AbstractDecryptedEventReaderInputProcessor(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) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.