Class SignedInfoType

java.lang.Object
org.keycloak.dom.xmlsec.w3.xmldsig.SignedInfoType

public class SignedInfoType extends Object

Java class for SignedInfoType complex type.

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

 <complexType name="SignedInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>