Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-509

XMLSignature with a specified security Provider

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java 2.0.10, Java 2.1.4
    • Java 2.2.0
    • Java
    • None

    Description

      Currently, it is not possible to construct and then sign or verify instances of org.apache.xml.security.signature.XMLSignature with a specified security Provider. The only way to use a custom Provider is to register it in the provider list and then specify its name in org.apache.xml.security.algorithms.JCEMapper, which is inconvenient, may fail because of security permissions, and creates problems in application servers where the same JVM is used by several applications.

      The proposal is to add constructors to XMLSignature with Provider as a parameter, like in java.security.Signature.getInstance().

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            gino Giedrius Noreikis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: