- From: Christian Geuer-Pollmann <geuer-pollmann@nue.et-inf.uni-siegen.de>
- Date: Wed, 17 Apr 2002 10:16:48 +0200
- To: reagle@w3.org, XML Encryption mailing list <xml-encryption@w3.org>
Hi Joseph, the question was: If I decrypt the xenc:EncryptedData below, is it possible that the decrypted octets look like this: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE greeting [ <!ELEMENT greeting (#PCDATA)> ]> <greeting>Hello, world!</greeting> I would say, "yes, that's possible", but I wanted to be sure. Regards, Christian --On Dienstag, 16. April 2002 13:16 -0400 Joseph Reagle <reagle@w3.org> wrote: > Hi Christian, > > I'm not sure I understand your question. The plain text associated with > that EncryptedData as an octet sequence. The only other thing we know > about it comes from the MimeType describition, and this case "text/xml" > corresponds to [RFC3023]. It *could* be stand-alone, or not. > > [RFC3023] http://www.rfc-editor.org/rfc/rfc3023.txt > > On Tuesday 16 April 2002 10:21, Christian Geuer-Pollmann wrote: >> short question: can the example 2.1.4 in [1] (see below) contain also a >> DTD or something like this or must this be a c14nized document? I ask >> because it's @Type is not Content but it's @MimeType="text/xml": >> >> <?xml version='1.0'?> >> <EncryptedData >> xmlns='http://www.w3.org/2001/04/xmlenc#' >> MimeType='text/xml'> >> <CipherData> >> <CipherValue>A23B45C56</CipherValue> >> </CipherData> >> </EncryptedData>
Received on Wednesday, 17 April 2002 04:12:24 UTC