Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created September 22, 2016 13:33
Show Gist options
  • Save coheigea/57c38267af3b8bfd086600d82ac1c907 to your computer and use it in GitHub Desktop.
Save coheigea/57c38267af3b8bfd086600d82ac1c907 to your computer and use it in GitHub Desktop.
STS SignatureProperties for SHA-512
<bean id="sigProps" class="org.apache.cxf.sts.SignatureProperties">
<property name="signatureAlgorithm"
value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512" />
<property name="digestAlgorithm"
value="http://www.w3.org/2001/04/xmlenc#sha512" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment