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.setIdAllocator(WsuIdAllocator idAllocator) |
void |
Encryptor.setIdAllocator(WsuIdAllocator idAllocator) |