Uses of Class
org.apache.wss4j.dom.WSDataRef
-
Packages that use WSDataRef Package Description org.apache.cxf.ws.security.wss4j org.apache.cxf.ws.security.wss4j.policyvalidators org.apache.wss4j.dom.engine org.apache.wss4j.dom.util -
-
Uses of WSDataRef in org.apache.cxf.ws.security.wss4j
Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type WSDataRef Modifier and Type Method Description static voidCryptoCoverageUtil. checkBodyCoverage(Element soapBody, Collection<WSDataRef> refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the signed/encrypted SOAP body element.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<WSDataRef> refs, Map<String,String> namespaces, String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expression inxPath.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<WSDataRef> refs, Map<String,String> namespaces, Collection<String> xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expressions inxPaths.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<WSDataRef> refs, XPath xpath, Collection<String> xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expressions inxPaths.static voidCryptoCoverageUtil. checkHeaderCoverage(Element soapHeader, Collection<WSDataRef> refs, String namespace, String name, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted SOAP header element(s) matching the provided name and namespace.static voidCryptoCoverageUtil. reconcileEncryptedSignedRefs(Collection<WSDataRef> signedRefs, Collection<WSDataRef> encryptedRefs)Inspects the signed and encrypted content in the message and accurately resolves encrypted and then signed elements insignedRefs. -
Uses of WSDataRef in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return types with arguments of type WSDataRef Modifier and Type Method Description Collection<WSDataRef>PolicyValidatorParameters. getEncrypted()Collection<WSDataRef>PolicyValidatorParameters. getSigned()Method parameters in org.apache.cxf.ws.security.wss4j.policyvalidators with type arguments of type WSDataRef Modifier and Type Method Description voidPolicyValidatorParameters. setEncrypted(Collection<WSDataRef> encrypted)voidPolicyValidatorParameters. setSigned(Collection<WSDataRef> signed) -
Uses of WSDataRef in org.apache.wss4j.dom.engine
Constructor parameters in org.apache.wss4j.dom.engine with type arguments of type WSDataRef Constructor Description WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris)WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris, X509Certificate[] certs)WSSecurityEngineResult(int act, Principal princ, X509Certificate[] certs, List<WSDataRef> dataRefs, byte[] sv)WSSecurityEngineResult(int act, List<WSDataRef> dataRefUris) -
Uses of WSDataRef in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util that return WSDataRef Modifier and Type Method Description static WSDataRefEncryptionUtils. decryptEncryptedData(Document doc, String dataRefURI, Element encData, SecretKey symmetricKey, String symEncAlgo, CallbackHandler attachmentCallbackHandler)Decrypt the EncryptedData argument using a SecretKey.static WSDataRefEncryptionUtils. decryptEncryptedData(Document doc, String dataRefURI, Element encData, SecretKey symmetricKey, String symEncAlgo, CallbackHandler attachmentCallbackHandler, org.apache.xml.security.encryption.Serializer encryptionSerializer)Decrypt the EncryptedData argument using a SecretKey.
-