2.2.3.5 TransportKeyEncryptionAlgorithm

The TransportKeyEncryptionAlgorithm element denotes the algorithm to encrypt the transport keys.

 <xs:element name="TransportKeysEncryptionAlgorithm">
    <xs:annotation>
       <xs:documentation>The algorithm to be used to encrypt the transport keys.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
       <xs:restriction base="xs:anyURI">
          <xs:minLength value="1"/>
       </xs:restriction>
    </xs:simpleType>
 </xs:element>