EncryptionMethodType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Algorithm xs:anyURI required

Used By

Source

<xs:complexType name="EncryptionMethodType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="xmlenc:KeySize"/>
    <xs:element ref="xmlenc:OAEPparams"/>
    <xs:element ref="ds:DigestMethod"/>
  </xs:choice>
  <xs:attribute name="Algorithm" use="required" type="xs:anyURI"/>
</xs:complexType>