Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
Description
To support a specific security profile we need to be able to set the DigestMethod to sha256. We already have a custom algorithmsuite implementing org.apache.wss4j.policy.model.AlgorithmSuite supporting everyhting but the ds:DigestMethod:
<xenc:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep">
<xenc11:MGF xmlns:xenc11="http://www.w3.org/2009/xmlenc11#" Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256"/>
<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
</xenc:EncryptionMethod>