Class EncryptionInfo

java.lang.Object
eu.europa.esig.xmlers.jaxb.EncryptionInfo
All Implemented Interfaces:
Serializable

public class EncryptionInfo extends Object implements Serializable

Java class for EncryptionInfo complex type.

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

<complexType name="EncryptionInfo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="EncryptionInformationType" type="{urn:ietf:params:xml:ns:ers}ObjectIdentifier"/>
        <element name="EncryptionInformationValue">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <any minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also: