@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") public class X509Data extends Object implements Serializable
Java class for X509DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <choice> <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/> <element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <any processContents='lax' namespace='##other'/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
X509Data() |
Modifier and Type | Method and Description |
---|---|
List<byte[]> |
getX509Certificate()
Gets the value of the x509Certificate property.
|
List<byte[]> |
getX509CRL()
Gets the value of the x509CRL property.
|
List<X509IssuerSerialType> |
getX509IssuerSerial()
Gets the value of the x509IssuerSerial property.
|
List<byte[]> |
getX509SKI()
Gets the value of the x509SKI property.
|
List<String> |
getX509SubjectName()
Gets the value of the x509SubjectName property.
|
public List<byte[]> getX509CRL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the x509CRL property.
For example, to add a new item, do as follows:
getX509CRL().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public List<byte[]> getX509Certificate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the x509Certificate property.
For example, to add a new item, do as follows:
getX509Certificate().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public List<X509IssuerSerialType> getX509IssuerSerial()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the x509IssuerSerial property.
For example, to add a new item, do as follows:
getX509IssuerSerial().add(newItem);
Objects of the following type(s) are allowed in the list
X509IssuerSerialType
public List<byte[]> getX509SKI()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the x509SKI property.
For example, to add a new item, do as follows:
getX509SKI().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public List<String> getX509SubjectName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the x509SubjectName property.
For example, to add a new item, do as follows:
getX509SubjectName().add(newItem);
Objects of the following type(s) are allowed in the list
String
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.