2.2.3.11 Certificate

The Certificate element is used to generate the key protectors.

<xs:element name="Certificate" type="Certificate_T" />
  <xs:simpleType name="Certificate_T">
     <xs:annotation>
        <xs:documentation>A certificate in the DER-encoded binary X.509 format.</xs:documentation>
     </xs:annotation>
     <xs:restriction base="xs:base64Binary" />
  </xs:simpleType>