diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-02-09 17:02:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-02-09 17:02:37 +0100 |
commit | 9f691daa2c2b829b6dec0c132a348e0db6ba9488 (patch) | |
tree | e0995797bde68ad64703504bd9739d5542a357c0 /moaSig/common/src/main | |
parent | f10add103c0a094e908c5399d9575e7c2f1393d2 (diff) | |
download | moa-sig-9f691daa2c2b829b6dec0c132a348e0db6ba9488.tar.gz moa-sig-9f691daa2c2b829b6dec0c132a348e0db6ba9488.tar.bz2 moa-sig-9f691daa2c2b829b6dec0c132a348e0db6ba9488.zip |
update PDFVerification interface to return signature results that FAILS
Diffstat (limited to 'moaSig/common/src/main')
-rw-r--r-- | moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-3.0.0.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-3.0.0.xsd b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-3.0.0.xsd index 4916b89..d4ed4a2 100644 --- a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-3.0.0.xsd +++ b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-3.0.0.xsd @@ -300,7 +300,7 @@ </xsd:complexType> <xsd:complexType name="PDFSignatureResultType"> <xsd:sequence> - <xsd:element name="SignerInfo" type="dsig:KeyInfoType"> + <xsd:element name="SignerInfo" type="dsig:KeyInfoType" minOccurs="0"> <xsd:annotation> <xsd:documentation>only ds:X509Data and RetrievalMethod is supported; QualifiedCertificate is included as |