Class DigitalIdentityType
java.lang.Object
eu.europa.esig.lote.jaxb.DigitalIdentityType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected KeyValueTypeprotected AnyTypeprotected byte[]protected byte[]protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyValue property.Gets the value of the otherId property.byte[]Gets the value of the x509Certificate property.byte[]Gets the value of the x509SKI property.Gets the value of the x509SubjectName property.voidsetKeyValue(KeyValueType value) Sets the value of the keyValue property.voidsetOtherId(AnyType value) Sets the value of the otherId property.voidsetX509Certificate(byte[] value) Sets the value of the x509Certificate property.voidsetX509SKI(byte[] value) Sets the value of the x509SKI property.voidsetX509SubjectName(String value) Sets the value of the x509SubjectName property.
-
Field Details
-
x509Certificate
protected byte[] x509Certificate -
x509SubjectName
-
keyValue
-
x509SKI
protected byte[] x509SKI -
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
-
setX509SubjectName
-
getKeyValue
Gets the value of the keyValue property.- Returns:
- possible object is
KeyValueType
-
setKeyValue
Sets the value of the keyValue property.- Parameters:
value- allowed object isKeyValueType
-
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
-
setOtherId
-