Add hook for specifying signing algorithms.
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 23 Jun 2005 19:35:36 +0000 (19:35 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 23 Jun 2005 19:35:36 +0000 (19:35 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1665 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/schemas/shibboleth-targetconfig-1.0.xsd

index 1ce0fe3..4f27ccb 100644 (file)
        <attributeGroup name="CredentialUseGroup">
                <attribute name="TLS" type="string" use="optional"/>
                <attribute name="Signing" type="string" use="optional"/>
+               <attribute name="signatureAlg" type="anyURI" use="optional"/>
+               <attribute name="digestAlg" type="anyURI" use="optional"/>
                <attribute name="signRequest" type="boolean" use="optional" default="false"/>
                <attribute name="signedResponse" type="boolean" use="optional" default="false"/>
                <attribute name="signedAssertions" type="boolean" use="optional" default="false"/>