Uses of Class
org.apache.wss4j.dom.WSDataRef
Packages that use WSDataRef
Package
Description
-
Uses of WSDataRef in org.apache.cxf.ws.security.wss4j
Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type WSDataRefModifier and TypeMethodDescriptionstatic 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 WSDataRefModifier and TypeMethodDescriptionPolicyValidatorParameters.getEncrypted()PolicyValidatorParameters.getSigned()Method parameters in org.apache.cxf.ws.security.wss4j.policyvalidators with type arguments of type WSDataRefModifier and TypeMethodDescriptionvoidPolicyValidatorParameters.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 WSDataRefModifierConstructorDescriptionWSSecurityEngineResult(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.processor
Methods in org.apache.wss4j.dom.processor that return WSDataRefModifier and TypeMethodDescriptionprotected WSDataRefEncryptedKeyProcessor.decryptDataRef(Document doc, String dataRefURI, WSDocInfo docInfo, byte[] decryptedData, RequestData data) Decrypt an EncryptedData element referenced by dataRefURIMethods in org.apache.wss4j.dom.processor that return types with arguments of type WSDataRefModifier and TypeMethodDescriptionEncryptedKeyProcessor.decryptDataRefs(Element refList, WSDocInfo docInfo, byte[] decryptedBytes, RequestData data) Decrypt all data references -
Uses of WSDataRef in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util that return WSDataRefModifier and TypeMethodDescriptionstatic 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.