Package | Description |
---|---|
org.apache.wss4j.dom.engine | |
org.apache.wss4j.dom.message |
Modifier and Type | Field and Description |
---|---|
static WsuIdAllocator |
WSSConfig.DEFAULT_ID_ALLOCATOR |
protected WsuIdAllocator |
WSSConfig.idAllocator |
Modifier and Type | Method and Description |
---|---|
WsuIdAllocator |
WSSConfig.getIdAllocator() |
Modifier and Type | Method and Description |
---|---|
void |
WSSConfig.setIdAllocator(WsuIdAllocator idAllocator) |
Modifier and Type | Method and Description |
---|---|
WsuIdAllocator |
WSSecBase.getIdAllocator() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
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,
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) |
void |
WSSecBase.setIdAllocator(WsuIdAllocator idAllocator) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.