Uses of Class
org.apache.wss4j.common.WSEncryptionPart
-
Packages that use WSEncryptionPart Package Description org.apache.cxf.ws.security.wss4j.policyhandlers org.apache.wss4j.common org.apache.wss4j.dom.message org.apache.wss4j.dom.util -
-
Uses of WSEncryptionPart in org.apache.cxf.ws.security.wss4j.policyhandlers
Fields in org.apache.cxf.ws.security.wss4j.policyhandlers with type parameters of type WSEncryptionPart Modifier and Type Field Description protected Set<WSEncryptionPart>AbstractBindingBuilder. encryptedTokensListprotected List<WSEncryptionPart>AbstractBindingBuilder. sigConfListMethods in org.apache.cxf.ws.security.wss4j.policyhandlers that return WSEncryptionPart Modifier and Type Method Description WSEncryptionPartAbstractBindingBuilder. convertToEncryptionPart(Element element)Convert a DOM Element into a WSEncryptionPart, adding a (wsu:)Id if there is not one already.Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return types with arguments of type WSEncryptionPart Modifier and Type Method Description protected List<WSEncryptionPart>AbstractBindingBuilder. getElements(String encryptionModifier, List<XPath> xpaths, List<Element> found, boolean forceId)Identifies the portions of the message to be signed/encrypted.List<WSEncryptionPart>AbstractBindingBuilder. getEncryptedParts()protected List<WSEncryptionPart>AbstractBindingBuilder. getParts(boolean sign, boolean includeBody, List<WSEncryptionPart> parts, List<Element> found)Identifies the portions of the message to be signed/encrypted.List<WSEncryptionPart>AbstractBindingBuilder. getPartsAndElements(boolean sign, boolean includeBody, List<WSEncryptionPart> parts, List<XPath> xpaths, List<XPath> contentXpaths)Identifies the portions of the message to be signed/encrypted.List<WSEncryptionPart>AbstractBindingBuilder. getSignedParts(SupportingTokens supportingToken)Method parameters in org.apache.cxf.ws.security.wss4j.policyhandlers with type arguments of type WSEncryptionPart Modifier and Type Method Description protected voidAbstractBindingBuilder. addSignatureConfirmation(List<WSEncryptionPart> sigParts)protected voidAbstractBindingBuilder. addSupportingTokens(List<WSEncryptionPart> sigs)protected List<WSEncryptionPart>AbstractBindingBuilder. getParts(boolean sign, boolean includeBody, List<WSEncryptionPart> parts, List<Element> found)Identifies the portions of the message to be signed/encrypted.List<WSEncryptionPart>AbstractBindingBuilder. getPartsAndElements(boolean sign, boolean includeBody, List<WSEncryptionPart> parts, List<XPath> xpaths, List<XPath> contentXpaths)Identifies the portions of the message to be signed/encrypted.voidAbstractBindingBuilder. handleEncryptedSignedHeaders(List<WSEncryptionPart> encryptedParts, List<WSEncryptionPart> signedParts)Processes the parts to be signed and reconfigures those parts that have already been encrypted. -
Uses of WSEncryptionPart in org.apache.wss4j.common
Methods in org.apache.wss4j.common that return types with arguments of type WSEncryptionPart Modifier and Type Method Description List<WSEncryptionPart>SignatureEncryptionActionToken. getParts()Method parameters in org.apache.wss4j.common with type arguments of type WSEncryptionPart Modifier and Type Method Description voidSignatureEncryptionActionToken. setParts(List<WSEncryptionPart> parts) -
Uses of WSEncryptionPart in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return types with arguments of type WSEncryptionPart Modifier and Type Method Description List<WSEncryptionPart>WSSecBase. getParts()Get which parts of the message to encrypt/sign.Method parameters in org.apache.wss4j.dom.message with type arguments of type WSEncryptionPart Modifier and Type Method Description List<Reference>WSSecDKSign. addReferencesToSign(List<WSEncryptionPart> references)This method adds references to the Signature.List<Reference>WSSecSignature. addReferencesToSign(List<WSEncryptionPart> references)This method adds references to the Signature.List<Reference>WSSecSignatureBase. addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, XMLSignatureFactory signatureFactory, boolean addInclusivePrefixes, String digestAlgo)This method adds references to the Signature.List<String>Encryptor. doEncryption(org.apache.xml.security.keys.KeyInfo keyInfo, SecretKey secretKey, String encryptionAlgorithm, List<WSEncryptionPart> references, List<Element> attachmentEncryptedDataElements)ElementWSSecDKEncrypt. encryptForExternalRef(Element dataRef, List<WSEncryptionPart> references)Encrypt one or more parts or elements of the message (external).ElementWSSecEncrypt. encryptForRef(Element dataRef, List<WSEncryptionPart> references, SecretKey symmetricKey)Encrypt one or more parts or elements of the message. -
Uses of WSEncryptionPart in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util that return WSEncryptionPart Modifier and Type Method Description static WSEncryptionPartWSSecurityUtil. getDefaultEncryptionPart(Document doc)Get the default encryption part - the SOAP Body of type "Content".Methods in org.apache.wss4j.dom.util with parameters of type WSEncryptionPart Modifier and Type Method Description static List<Element>WSSecurityUtil. findElements(WSEncryptionPart part, CallbackLookup callbackLookup)Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument.
-