Class KeyDescriptorType

java.lang.Object
eu.europa.esig.saml.jaxb.metadata.KeyDescriptorType

public class KeyDescriptorType extends Object

Java class for KeyDescriptorType complex type.

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

 <complexType name="KeyDescriptorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EncryptionMethod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="use" type="{urn:oasis:names:tc:SAML:2.0:metadata}KeyTypes" />
     </restriction>
   </complexContent>
 </complexType>