2.2.3.3 TransferKeyEncryptionAlgorithm

The TransferKeyEncryptionAlgorithm element denotes the algorithm to encrypt the wrapping key’s transfer key.

 <xs:element name="TransferKeyEncryptionAlgorithm">
    <xs:annotation>
       <xs:documentation>The algorithm to be used to encrypt the wrapping key's transfer key.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
       <xs:restriction base="xs:anyURI">
          <xs:minLength value="1"/>
       </xs:restriction>
    </xs:simpleType>
</xs:element>