Class EncryptionMethodType

java.lang.Object
org.keycloak.dom.xmlsec.w3.xmlenc.EncryptionMethodType

public class EncryptionMethodType extends Object

Java class for EncryptionMethodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncryptionMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
         <element name="OAEPparams" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>