Uses of Class
org.apache.wss4j.common.WSEncryptionPart
Packages that use WSEncryptionPart
Package
Description
-
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 WSEncryptionPartModifier and TypeFieldDescriptionprotected Set<WSEncryptionPart>AbstractBindingBuilder.encryptedTokensListprotected List<WSEncryptionPart>AbstractBindingBuilder.sigConfListMethods in org.apache.cxf.ws.security.wss4j.policyhandlers that return WSEncryptionPartModifier and TypeMethodDescriptionAbstractBindingBuilder.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 WSEncryptionPartModifier and TypeMethodDescriptionprotected List<WSEncryptionPart>AbstractBindingBuilder.getElements(String encryptionModifier, List<XPath> xpaths, List<Element> found, boolean forceId) Identifies the portions of the message to be signed/encrypted.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.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.AbstractBindingBuilder.getSignedParts(SupportingTokens supportingToken) Method parameters in org.apache.cxf.ws.security.wss4j.policyhandlers with type arguments of type WSEncryptionPartModifier and TypeMethodDescriptionprotected 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.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 WSEncryptionPartMethod parameters in org.apache.wss4j.common with type arguments of type WSEncryptionPartModifier and TypeMethodDescriptionvoidSignatureEncryptionActionToken.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 WSEncryptionPartModifier and TypeMethodDescriptionWSSecBase.getParts()Get which parts of the message to encrypt/sign.Method parameters in org.apache.wss4j.dom.message with type arguments of type WSEncryptionPartModifier and TypeMethodDescriptionWSSecDKSign.addReferencesToSign(List<WSEncryptionPart> references) This method adds references to the Signature.WSSecSignature.addReferencesToSign(List<WSEncryptionPart> references) This method adds references to the Signature.WSSecSignatureBase.addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, XMLSignatureFactory signatureFactory, boolean addInclusivePrefixes, String digestAlgo) This method adds references to the Signature.Encryptor.doEncryption(org.apache.xml.security.keys.KeyInfo keyInfo, SecretKey secretKey, String encryptionAlgorithm, List<WSEncryptionPart> references, List<Element> attachmentEncryptedDataElements) WSSecDKEncrypt.encryptForExternalRef(Element dataRef, List<WSEncryptionPart> references) Encrypt one or more parts or elements of the message (external).WSSecEncrypt.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 WSEncryptionPartModifier and TypeMethodDescriptionstatic 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 WSEncryptionPartModifier and TypeMethodDescriptionWSSecurityUtil.findElements(WSEncryptionPart part, CallbackLookup callbackLookup) Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument.