xmlsec

    8熱度

    4回答

    嘗試使用maven使用cxf + wss4j。創建服務和客戶端沒有任何編譯問題。該服務在tomcat中運行良好。 問題: 當我運行的客戶端代碼,我得到「java.lang.NoSuchMethodError:org.apache.xml.security.utils.I18n.init(Ljava/UTIL /資源包;)V」。這個類是在xmlsec jar中,它附帶了cxf分發。 pom.xml的

    0熱度

    1回答

    我試圖驗證SAML斷言簽名,但得到以下錯誤: org.opensaml.xml.validation.ValidationException: Apache xmlsec IdResolver could not resolve the Element for id reference: P_ZoIp8bCaGCKuf8Tqy1EckkF4_ at org.opensaml.secu

    0熱度

    1回答

    我試圖用簽名者來獲取xmlsec格式,但是我無法創建它。我試圖創建此格式: https://gist.github.com/patojimenez/84d22500611620b8b3bebea30243108a 有沒有人用這種格式的工作?我試圖用單一格式: https://github.com/ebeigarts/signer/blob/01f65278db8852be3f4a28c7f10a2

    0熱度

    2回答

    餘米想我的XML與此調用加密: XMlCipher.martial(Document context,ReferenceList referenceList) 該項目被引用xmlsec-1.5.3.jar 我能夠WebLogic Server上成功地構建和部署代碼,但執行後,我發現了以下錯誤日誌。 Caused by: java.lang.NoSuchMethodError: org.apa

    1熱度

    1回答

    我正嘗試在El Capitan上安裝xmlsec,我無法這樣做。 我下面這個頁面上的說明: https://github.com/concordusapps/python-xmlsec 當我做pip install xmlsec我得到: Downloading xmlsec-0.3.1.tar.gz Complete output from command python setup.py

    1熱度

    2回答

    我在websphere 8.5中使用spring/wss4j來實現Web服務安全性。 Wss4j需要xmlsec.jar,並且在WEB-INF/lib/xmlsec-2.0.4.jar下包含了xmlsec.jar。但是websphere類加載器找不到DOMXMLSignatureFactory。 Caused by: java.lang.ClassNotFoundException: org.ap

    3熱度

    1回答

    我正在嘗試使用xmlsec1實用程序驗證XML(附在問題的底部)簽名。但是,在執行命令 xmlsec1 --verify test.xml 我得到以下堆棧跟蹤時: func=xmlSecXPathDataExecute:file=xpath.c:line=273:obj=unknown:subj=xmlXPtrEval:error=5:libxml2 library function fail

    2熱度

    1回答

    如何使用xmlsec1驗證Win8 inapp-purchase收據?這裏是我tyring做: 我的樣品收據(保存在文件receipt.xml): <?xml version="1.0"?> <Receipt Version="1.0" ReceiptDate="2012-08-30T23:10:05Z" CertificateId="b809e47cd0110a4db043b3f73e83ac

    2熱度

    2回答

    我想使用spring-ws-security來保護我的web服務和Wss4jSecurityInterceptor和簽名。但是存在依賴衝突,這使得這個系統不可行。 spring-ws-security:2.1.2.RELEASE似乎也不可行。 spring-ws-security : 2.1.3.RELEASE [compile] - wss4j : 1.6.5 [compile]

    0熱度

    1回答

    根據w3c xmlsec規範可以在http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/#sec-Overview找到,我想知道我們是否允許將xml簽名元素添加爲根節點下的最後一個子元素? 我試圖通讀規範,但沒有明確提到應在哪個位置添加簽名元素。我想知道spec是否強調我們應該在哪裏添加簽名元素?