2.2.2.7 TransportKeySignature
The TransportKeySignature structure denotes the digital signature of the transport key.
-
<xs:element name="TransportKeySignature" type="TransportKeySignature_T" /> <xs:complexType name="TransportKeySignature_T"> <xs:annotation> <xs:documentation>The transport key signature is computed using a key derived from the actual transport key over the entire Wrappings element after exclusive xml canonicalization (http://www.w3.org/2001/10/xml-exc-c14n#) and conversion to UTF-8.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="KeyDerivationMethod" type="KeyDerivationMethod_T" /> <xs:element name="Signature" type="Signature_T" /> </xs:sequence> </xs:complexType>
KeyDerivationMethod: Set of cryptographic parameters and algorithms needed to perform Key Protection Services as defined in section 2.2.2.9.
Signature: Provides details about the entity that is used for providing Key Protection Services as defined in section 2.2.2.10. This is computed using the key derived from the TransportKey over the entire Wrappings element.