Commit 0ab412ce authored by Gabriel Commeau's avatar Gabriel Commeau
Browse files

Adding TS 104 144 encryption dictionary entries.

Also adding missing EncryptionCertificateFingerprint fields in TS 103 120 encryption details.
parent 0d131e2b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@
    <xs:complexType name="DeliveryEncryptionDetails">
        <xs:sequence>
            <xs:element name="EncryptionScheme" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="EncryptionCertificateFingerprint" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="AdditionalInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
+15 −0
Original line number Diff line number Diff line
@@ -300,6 +300,10 @@
                <Value>Form6</Value>
                <Meaning>The DocumentObject contains a signed notice of extension of an EPOC-PR as defined in Annex VI of the Regulation [i.1] (Form 6).</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>EvidenceEncryptionCertificate</Value>
                <Meaning>The DocumentObject contains an X.509 certificate to be used in the encryption of the outcome data.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>OtherAttachment</Value>
                <Meaning>The DocumentObject contains an arbitrary attachment as described in Annex B.3 of the present document.</Meaning>
@@ -374,4 +378,15 @@
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!-- See TS 104 144 table 6.3.3-4 -->
        <Owner>ETSI</Owner>
        <Name>EPOCEncryptionScheme</Name>
        <DictionaryEntries>
            <DictionaryEntry>
                <Value>None</Value>
                <Meaning>Encryption was not provided by the Service Provider. An explanation shall be given in the AdditionalInformation field of the EncryptionDetails.</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
</Dictionaries>