2.2.2.2.22 SEType

The SEType contains encrypted and base64 encoded (as specified in [RFC4648]) service specific data. This type is used in the "urn:groove.net" namespace.

 <xs:complexType name="SEType"/>
  <xs:sequence>
  <xs:element name="Enc">
   <xs:complexType>
   <xs:attribute name="EC" type="xs:base64Binary" use="required"/>
   <xs:attribute name="IV" type="xs:base64Binary" use="required"/>
   </xs:complexType>
  </xs:element>
  <xs:element name="Auth">
   <xs:complexType>
   <xs:attribute name="MAC" type="xs:base64Binary" use="required"/>
   </xs:complexType>
  </xs:element>
  </xs:sequence>
 </xs:complexType>

The following table describes the elements and attributes of the type:

XPath

Description

/SEType/Enc

Encrypted element

/SEType /Enc/@EC

Encrypted content

/SEType /Enc/@IV

Initialization vector for the encryption and decryption

/SEType /Auth

Authenticator element

/SEType /Auth/@MAC

Message Authentication Code (MAC)