Appendix B: JSR 105 Reference Implementation supported algorithms

The JSR 105 Reference Implementation provider implementation of Java™ XML Digital Signature supports these algorithms:
Table 1. . Algorithms supported by the provider
Engine Algorithm Names
KeyInfoFactory DOM
TransformService
  • http://www.w3.org/TR/2001/REC-xml-c14n-20010315 - (CanonicalizationMethod.INCLUSIVE)
  • http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments - (CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS)
  • http://www.w3.org/2001/10/xml-exc-c14n# - (CanonicalizationMethod.EXCLUSIVE)
  • http://www.w3.org/2001/10/xml-exc-c14n#WithComments - (CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS)
  • http://www.w3.org/2000/09/xmldsig#base64 - (Transform.BASE64)
  • http://www.w3.org/2000/09/xmldsig#enveloped-signature - (Transform.ENVELOPED)
  • http://www.w3.org/TR/1999/REC-xpath-19991116 - (Transform.XPATH)
  • http://www.w3.org/2002/06/xmldsig-filter2 - (Transform.XPATH2)
  • http://www.w3.org/TR/1999/REC-xslt-19991116 - (Transform.XSLT)
XMLSignatureFactory DOM