be.fgov.ehealth.certra.protocol.v2
Class GetCertificateResponse
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.certra.protocol.v2.GetCertificateResponse
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:20:54+02:00",
comments="JAXB RI v2.2.11")
public class GetCertificateResponse
- extends StatusResponseType
- implements Serializable
This response will contain the certificate signed by the Certificate Authority, together with the entire chain of intermediate Certificate Authorities up to (but excluding) the root CA itself. eHealth authentication certificates are generated asynchronously, if the certificate has not yet been signed then the certificate will be missing and the response will contain an error code instead. Users should either wait until they received a confirmation mail or periodically poll this operation until the certificate has been delivered.
Java class for GetCertificateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCertificateResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence minOccurs="0">
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
GetCertificateResponse
public GetCertificateResponse()
getX509Certificates
public List<byte[]> getX509Certificates()
- Gets the value of the x509Certificates property.
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 x509Certificates property.
For example, to add a new item, do as follows:
getX509Certificates().add(newItem);
Objects of the following type(s) are allowed in the list
byte[]
Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.