|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSEncryptionPart | |
---|---|
org.apache.ws.security.handler | |
org.apache.ws.security.message | |
org.apache.ws.security.util |
Uses of WSEncryptionPart in org.apache.ws.security.handler |
---|
Methods in org.apache.ws.security.handler that return types with arguments of type WSEncryptionPart | |
---|---|
java.util.List<WSEncryptionPart> |
RequestData.getEncryptParts()
|
java.util.List<WSEncryptionPart> |
RequestData.getSignatureParts()
|
Uses of WSEncryptionPart in org.apache.ws.security.message |
---|
Fields in org.apache.ws.security.message with type parameters of type WSEncryptionPart | |
---|---|
protected java.util.List<WSEncryptionPart> |
WSSecBase.parts
|
Method parameters in org.apache.ws.security.message with type arguments of type WSEncryptionPart | |
---|---|
java.util.List<javax.xml.crypto.dsig.Reference> |
WSSecSignatureBase.addReferencesToSign(org.w3c.dom.Document doc,
java.util.List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
java.lang.String digestAlgo)
This method adds references to the Signature. |
java.util.List<javax.xml.crypto.dsig.Reference> |
WSSecSignature.addReferencesToSign(java.util.List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature. |
java.util.List<javax.xml.crypto.dsig.Reference> |
WSSecDKSign.addReferencesToSign(java.util.List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature. |
static java.util.List<java.lang.String> |
WSSecEncrypt.doEncryption(org.w3c.dom.Document doc,
WSSConfig config,
org.apache.xml.security.keys.KeyInfo keyInfo,
javax.crypto.SecretKey secretKey,
java.lang.String encryptionAlgorithm,
java.util.List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope. |
org.w3c.dom.Element |
WSSecEncrypt.encryptForExternalRef(org.w3c.dom.Element dataRef,
java.util.List<WSEncryptionPart> references)
Deprecated. Use encryptForRef(dataRef, references) instead |
org.w3c.dom.Element |
WSSecDKEncrypt.encryptForExternalRef(org.w3c.dom.Element dataRef,
java.util.List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message (external). |
org.w3c.dom.Element |
WSSecEncrypt.encryptForInternalRef(org.w3c.dom.Element dataRef,
java.util.List<WSEncryptionPart> references)
Deprecated. Use encryptForRef(dataRef, references) instead |
org.w3c.dom.Element |
WSSecEncrypt.encryptForRef(org.w3c.dom.Element dataRef,
java.util.List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message. |
void |
WSSecBase.setParts(java.util.List<WSEncryptionPart> parts)
Set which parts of the message to encrypt/sign. |
Uses of WSEncryptionPart in org.apache.ws.security.util |
---|
Methods in org.apache.ws.security.util with parameters of type WSEncryptionPart | |
---|---|
static java.util.List<org.w3c.dom.Element> |
WSSecurityUtil.findElements(WSEncryptionPart part,
CallbackLookup callbackLookup,
org.w3c.dom.Document doc)
Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |