2.2.3.6 EgressProtector

The EgressProtector element denotes a base64-encoded string of type UTF-8 format, which contains the entire egress protector, as defined in section 2.2.2.3, as serialized to a file.

 <xs:element name="EgressProtector">
    <xs:annotation>
       <xs:documentation>The egress protector containing the new transport key.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
       <xs:restriction base="xs:base64Binary">
          <xs:minLength value="1"/>
       </xs:restriction>
    </xs:simpleType>
 </xs:element>