<EncryptionMethod algorithm="" xmlns="urn:us:gov:ic:tdf"> <KeySize>{0,1}</KeySize> <OaepParams>{0,1}</OaepParams> </EncryptionMethod>
Used to express the encyrption algorithm utilized
<xs:element name="EncryptionMethod" type="EncryptionMethodType" maxOccurs="1" minOccurs="1"/>
<xs:element name="KeyValue" type="xs:base64Binary" minOccurs="1" maxOccurs="1"/>
<xs:complexType name="WrappedKeyType"> <xs:sequence> <xs:element name="EncryptionMethod" type="EncryptionMethodType" maxOccurs="1" minOccurs="1"/> <xs:element name="KeyValue" type="xs:base64Binary" minOccurs="1" maxOccurs="1"/> </xs:sequence> <xs:attribute name="keyIdentifier" type="xs:string" use="optional"/> </xs:complexType>
<xs:attribute name="keyIdentifier" type="xs:string" use="optional"/>