On 02/16/2015 06:50 AM, tobias wrote:
When I try to use the algorithm xmldsig-more#sha256-rsa-MGF1, I`m getting a not found exception. I`M using Java 1.8_25. What is wrong?
Oracle's JDK doesn't support SHA256withRSAandMGF1. You will need to install a JCE provider that does support it, like BouncyCastle.
--Sean
org.apache.xml.security.signature.XMLSignatureException: The requested algorithm SHA256withRSAandMGF1 does not exist. Original Message was: SHA256withRSAandMGF1 Signature not available -- View this message in context: http://apache-xml-project.6118.n7.nabble.com/algorithm-xmldsig-more-sha256-rsa-MGF1-tp41717.html Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.
