be.fgov.ehealth.certra.protocol.v2
Class GetCertificateRequest
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.certra.protocol.v2.GetCertificateRequest
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:16:22+02:00",
comments="JAXB RI v2.3.6")
public class GetCertificateRequest
- extends RequestType
- implements Serializable
Request type used to obtain the eHealth authentication certificate by its identifier. This operation will only return the certificate once it has been delivered by the Certificate Authority.
Java class for GetCertificateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCertificateRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="PublicKeyIdentifier" type="{urn:be:fgov:ehealth:etee:commons:core:v2}PublicKeyIdentifier"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
GetCertificateRequest
public GetCertificateRequest()
getPublicKeyIdentifier
public byte[] getPublicKeyIdentifier()
- Gets the value of the publicKeyIdentifier property.
- Returns:
- possible object is
String
setPublicKeyIdentifier
public void setPublicKeyIdentifier(byte[] value)
- Sets the value of the publicKeyIdentifier property.
- Parameters:
value
- allowed object is
String
Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.