Uses of Class
org.apache.ws.security.WSEncryptionPart

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
 List<WSEncryptionPart> RequestData.getEncryptParts()
           
 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  List<WSEncryptionPart> WSSecBase.parts
           
 

Method parameters in org.apache.ws.security.message with type arguments of type WSEncryptionPart
 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> WSSecSignature.addReferencesToSign(List<WSEncryptionPart> references, WSSecHeader secHeader)
          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.
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.
 

Uses of WSEncryptionPart in org.apache.ws.security.util
 

Methods in org.apache.ws.security.util with parameters of type WSEncryptionPart
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-2013 The Apache Software Foundation. All Rights Reserved.