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是否强调我们应该在哪里添加签名元素?