Schema Central > XML Encryption > xenc-schema.xsd > xenc:EncryptedData
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

xenc:EncryptedData

Element information

Type: xenc:EncryptedDataType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Id [0..1]xsd:IDfrom type xenc:EncryptedType
Type [0..1]xsd:anyURIfrom type xenc:EncryptedType
MimeType [0..1]xsd:stringfrom type xenc:EncryptedType
Encoding [0..1]xsd:anyURIfrom type xenc:EncryptedType

Sample instance

<xenc:EncryptedData>
   <xenc:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with:
      <xenc:KeySize>1</xenc:KeySize>
      <xenc:OAEPparams>GpM7</xenc:OAEPparams>
      <!--any element-->
   </xenc:EncryptionMethod>
   <ds:KeyInfo>Any text, intermingled with:
      <ds:KeyName>string</ds:KeyName>
   </ds:KeyInfo>
   <xenc:CipherData>
      <xenc:CipherValue>GpM7</xenc:CipherValue>
   </xenc:CipherData>
   <xenc:EncryptionProperties>
      <xenc:EncryptionProperty>Any text, intermingled with:
         <!--any element-->
      </xenc:EncryptionProperty>
   </xenc:EncryptionProperties>
</xenc:EncryptedData>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com