|
Namespace |
http://www.w3.org/2001/04/xmlenc# |
Diagram
|
|
Type |
extension of xenc:EncryptedType |
Type hierarchy |
|
Used by
|
|
Model |
xenc:EncryptionMethod{0,1} , ds:KeyInfo{0,1} , xenc:CipherData , xenc:EncryptionProperties{0,1} , xenc:ReferenceList{0,1} , xenc:CarriedKeyName{0,1} |
Children |
ds:KeyInfo, xenc:CarriedKeyName, xenc:CipherData, xenc:EncryptionMethod, xenc:EncryptionProperties, xenc:ReferenceList |
Attributes
|
|
Source
|
<complexType name="EncryptedKeyType">
<complexContent>
<extension base="xenc:EncryptedType">
<sequence>
<element ref="xenc:ReferenceList" minOccurs="0"/>
<element name="CarriedKeyName" type="string" minOccurs="0"/>
</sequence>
<attribute name="Recipient" type="string" use="optional"/>
</extension>
</complexContent>
</complexType> |
|
|
|