Class DigitalIdentityType

java.lang.Object
eu.europa.esig.lote.jaxb.DigitalIdentityType

public class DigitalIdentityType extends Object

Java class for DigitalIdentityType complex type.

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

<complexType name="DigitalIdentityType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <choice>
        <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
        <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/>
        <element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
        <element name="OtherId" type="{http://uri.etsi.org/019602/v1#}AnyType" minOccurs="0"/>
      </choice>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • x509Certificate

      protected byte[] x509Certificate
    • x509SubjectName

      protected String x509SubjectName
    • keyValue

      protected KeyValueType keyValue
    • x509SKI

      protected byte[] x509SKI
    • otherId

      protected AnyType otherId
  • Constructor Details

    • DigitalIdentityType

      public DigitalIdentityType()
  • Method Details

    • getX509Certificate

      public byte[] getX509Certificate()
      Gets the value of the x509Certificate property.
      Returns:
      possible object is byte[]
    • setX509Certificate

      public void setX509Certificate(byte[] value)
      Sets the value of the x509Certificate property.
      Parameters:
      value - allowed object is byte[]
    • getX509SubjectName

      public String getX509SubjectName()
      Gets the value of the x509SubjectName property.
      Returns:
      possible object is String
    • setX509SubjectName

      public void setX509SubjectName(String value)
      Sets the value of the x509SubjectName property.
      Parameters:
      value - allowed object is String
    • getKeyValue

      public KeyValueType getKeyValue()
      Gets the value of the keyValue property.
      Returns:
      possible object is KeyValueType
    • setKeyValue

      public void setKeyValue(KeyValueType value)
      Sets the value of the keyValue property.
      Parameters:
      value - allowed object is KeyValueType
    • getX509SKI

      public byte[] getX509SKI()
      Gets the value of the x509SKI property.
      Returns:
      possible object is byte[]
    • setX509SKI

      public void setX509SKI(byte[] value)
      Sets the value of the x509SKI property.
      Parameters:
      value - allowed object is byte[]
    • getOtherId

      public AnyType getOtherId()
      Gets the value of the otherId property.
      Returns:
      possible object is AnyType
    • setOtherId

      public void setOtherId(AnyType value)
      Sets the value of the otherId property.
      Parameters:
      value - allowed object is AnyType