2.2.2.12 SigningCertificateSignature

The SigningCertificateSignature structure denotes the digital signature of the wrapping’s signing certificate computed by using the signing certificate of the specified parent wrapping ID.

 <xs:element name="SigningCertificateSignature" type="SigningCertificateSignature_T" />
   <xs:complexType name="SigningCertificateSignature_T">
      <xs:annotation>
         <xs:documentation>The signing certificate signature is computed using the signing certificate of the parent wrapping over this wrapping's signing certificate.</xs:documentation>
      </xs:annotation>
      <xs:sequence>
         <xs:element name="Signature" type="Signature_T" />
      </xs:sequence>
      <xs:attribute name="ParentWrappingId" type="xs:unsignedInt" use="required" />
  </xs:complexType>

Signature: A digital signature as defined in section 2.2.2.10

ParentWrappingId: A 32-bit unsigned integer that contains the wrapping ID of the parent.