Package | Description |
---|---|
org.apache.ws.security.handler | |
org.apache.ws.security.message | |
org.apache.ws.security.util |
Modifier and Type | Method and Description |
---|---|
List<WSEncryptionPart> |
RequestData.getEncryptParts() |
List<WSEncryptionPart> |
RequestData.getSignatureParts() |
Modifier and Type | Field and Description |
---|---|
protected List<WSEncryptionPart> |
WSSecBase.parts |
Modifier and Type | Method and Description |
---|---|
List<javax.xml.crypto.dsig.Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
String digestAlgo)
This method adds references to the Signature.
|
List<javax.xml.crypto.dsig.Reference> |
WSSecDKSign.addReferencesToSign(List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
List<javax.xml.crypto.dsig.Reference> |
WSSecSignature.addReferencesToSign(List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSConfig config,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope.
|
Element |
WSSecEncrypt.encryptForExternalRef(Element dataRef,
List<WSEncryptionPart> references)
Deprecated.
Use encryptForRef(dataRef, references) instead
|
Element |
WSSecDKEncrypt.encryptForExternalRef(Element dataRef,
List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message (external).
|
Element |
WSSecEncrypt.encryptForInternalRef(Element dataRef,
List<WSEncryptionPart> references)
Deprecated.
Use encryptForRef(dataRef, references) instead
|
Element |
WSSecEncrypt.encryptForRef(Element dataRef,
List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message.
|
void |
WSSecBase.setParts(List<WSEncryptionPart> parts)
Set which parts of the message to encrypt/sign.
|
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–2014 The Apache Software Foundation. All rights reserved.