Base Name
Instance ofAssociations
|
OccurrencesAcronym ExpansionXML Encryption Syntax and Processing DescriptionXML Encryption Syntax and Processing represents a process for encrypting data and representing the result in XML. The data may be arbitrary data (including an XML document), an XML element, or XML element content. The result of encrypting data is an XML Encryption EncryptedData element which contains (via one of its children's content) or identifies (via a URI reference) the cipher data. When encrypting an XML element or element content the EncryptedData element replaces the element or content (respectively) in the encrypted version of the XML document. When encrypting arbitrary data (including entire XML documents), the EncryptedData element may become the root of a new XML document or become a child element in an application-chosen XML document. W3C specificationhttp://www.w3.org/TR/xmlenc-core/ |