diff options
| author | Thomas <> | 2025-02-18 10:38:34 +0100 |
|---|---|---|
| committer | Thomas <> | 2025-02-18 10:38:34 +0100 |
| commit | 01299bf25b53a4f632c20b87714d5e1b314450da (patch) | |
| tree | 54925b4a52dafad09b80f2446cea381c3c797e63 /moaSig/common/src | |
| parent | 84932695ecb558dcb11a4b8f0c16ff8603edcf20 (diff) | |
| download | moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.tar.gz moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.tar.bz2 moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.zip | |
feat(sign): add RSASSA-PSS support
Diffstat (limited to 'moaSig/common/src')
| -rw-r--r-- | moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd index d9cecf1..57c2e1d 100644 --- a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd +++ b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd @@ -98,6 +98,7 @@ </xs:sequence> <xs:element name="DigestMethodAlgorithm" minOccurs="0"/> </xs:sequence> + <xs:attribute name="RSASSA-PSS" type="xs:boolean"/> </xs:complexType> </xs:element> <xs:element name="KeyGroupMapping" maxOccurs="unbounded"> @@ -131,6 +132,11 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="Signing" minOccurs="0"> + <xs:complexType> + <xs:attribute name="RSASSA-PSS" type="xs:boolean" default="true"/> + </xs:complexType> + </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
