Schema Central > IC-TDF > IC-TDF.xsd > tdf:EncryptionInformation
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

tdf:EncryptionInformation

Top level element for holding information related to the encryption of an assertion or payload. Multiple child KeyAccess and/or EncryptionMethod elements represent onion or layered encryption. In this case, the first child represents the outermost layer of encryption.

Element information

Namespace: urn:us:gov:ic:tdf

Schema document: IC-TDF/IC-TDF.xsd

Type: Anonymous

Properties: Local, Qualified

Content

Attributes

None

Used in

Sample instance

<tdf:EncryptionInformation>
   <tdf:KeyAccess>
      <tdf:AttachedKey>
         <tdf:KeyValue>Jk6Jmdo7FwnbuIk/vHkjxQ==</tdf:KeyValue>
      </tdf:AttachedKey>
   </tdf:KeyAccess>
   <tdf:EncryptionMethod tdf:algorithm="AES">
      <tdf:KeySize>16</tdf:KeySize>
   </tdf:EncryptionMethod>
</tdf:EncryptionInformation>

Site developed and hosted by Datypic, Inc.

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