Class DigitalIdentityType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.DigitalIdentityType
- All Implemented Interfaces:
Serializable
public class DigitalIdentityType extends Object implements Serializable
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="Other" type="{http://uri.etsi.org/02231/v2#}AnyType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected KeyValueTypekeyValueprotected AnyTypeotherprotected byte[]x509Certificateprotected byte[]x509SKIprotected Stringx509SubjectName -
Constructor Summary
Constructors Constructor Description DigitalIdentityType() -
Method Summary
Modifier and Type Method Description KeyValueTypegetKeyValue()Gets the value of the keyValue property.AnyTypegetOther()Gets the value of the other property.byte[]getX509Certificate()Gets the value of the x509Certificate property.byte[]getX509SKI()Gets the value of the x509SKI property.StringgetX509SubjectName()Gets the value of the x509SubjectName property.voidsetKeyValue(KeyValueType value)Sets the value of the keyValue property.voidsetOther(AnyType value)Sets the value of the other 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 -
other
-
-
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
Gets the value of the x509SubjectName property.- Returns:
- possible object is
String
-
setX509SubjectName
Sets the value of the x509SubjectName property.- Parameters:
value- allowed object isString
-
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[]
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-