Package | Description |
---|---|
org.apache.wss4j.dom | |
org.apache.wss4j.dom.callback | |
org.apache.wss4j.dom.engine | |
org.apache.wss4j.dom.message | |
org.apache.wss4j.dom.util |
Modifier and Type | Method and Description |
---|---|
CallbackLookup |
WSDocInfo.getCallbackLookup() |
Modifier and Type | Method and Description |
---|---|
void |
WSDocInfo.setCallbackLookup(CallbackLookup callbackLookup) |
Modifier and Type | Class and Description |
---|---|
class |
DOMCallbackLookup
This class uses a DOM-based approach to locate Elements that are referenced via an Id.
|
Modifier and Type | Method and Description |
---|---|
CallbackLookup |
WSSecurityEngine.getCallbackLookup()
Get the CallbackLookup object to use to locate elements
|
Modifier and Type | Method and Description |
---|---|
void |
WSSecurityEngine.setCallbackLookup(CallbackLookup callbackLookup)
Set the CallbackLookup object to use to locate elements
|
Modifier and Type | Field and Description |
---|---|
protected CallbackLookup |
WSSecBase.callbackLookup |
Modifier and Type | Method and Description |
---|---|
CallbackLookup |
Encryptor.getCallbackLookup() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSecHeader securityHeader,
WsuIdAllocator idAllocator,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope.
|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSecHeader securityHeader,
WsuIdAllocator idAllocator,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup,
CallbackHandler attachmentCallbackHandler,
List<Element> attachmentEncryptedDataElements,
boolean storeBytesInAttachment) |
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSecHeader securityHeader,
WsuIdAllocator idAllocator,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup,
CallbackHandler attachmentCallbackHandler,
List<Element> attachmentEncryptedDataElements,
boolean storeBytesInAttachment,
org.apache.xml.security.encryption.Serializer encryptionSerializer) |
void |
WSSecBase.setCallbackLookup(CallbackLookup callbackLookup) |
void |
Encryptor.setCallbackLookup(CallbackLookup callbackLookup) |
Modifier and Type | Method and Description |
---|---|
static List<Element> |
WSSecurityUtil.findElements(WSEncryptionPart part,
CallbackLookup callbackLookup,
Document doc)
Find the DOM Element in the SOAP Envelope that is referenced by the
WSEncryptionPart argument.
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.