Class KeyInfoConfirmationDataType

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationDataType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.KeyInfoConfirmationDataType

public class KeyInfoConfirmationDataType extends SubjectConfirmationDataType

Java class for KeyInfoConfirmationDataType complex type.

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

 <complexType name="KeyInfoConfirmationDataType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmationDataType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • KeyInfoConfirmationDataType

      public KeyInfoConfirmationDataType()