|
Class Summary |
| GenerateCertificateRequest |
Request type used to start the generation of a new eHealth authentication certificate. |
| GenerateCertificateResponse |
Result of the generateCertificate operation: the web service returns the identifier associated with your request so that you know how to identify your request in the future, together with an indication of the validation status. |
| GenerateContractRequest |
Request for obtaining a customized eHealth contract for requesting an eHealth certificate and encryption token. |
| GenerateContractResponse |
Contains the personalized eHealth contract that can be used as input for the generateCertificate operation. |
| GenerateRevocationContractRequest |
Request element with all the data required for generating a revocation contract in XML format. |
| GenerateRevocationContractResponse |
Response containing the revocation contract in XML format. |
| GetActorQualitiesRequest |
Request type that allows a user to get their health care qualities from the web service. |
| GetActorQualitiesResponse |
The response of the getActorQualities operation: It will contain whether or not they are authorized to request eHealth certificates for their own natural person or the organizations for which they can manage eHealth certificates. |
| GetCertificateInfoForAuthenticationCertificateRequest |
Request for obtaining information about a single eHealth certificate and its associated encryption token. |
| GetCertificateInfoForAuthenticationCertificateResponse |
Contains information about the eHealth authentication certificate and encryption token that the user requested in their request. |
| GetCertificateInfoForCitizenRequest |
Request for obtaining information about all the eHealth certificates and encryption tokens that can be managed by the natural person that signed the request with their Belgian eID. |
| GetCertificateInfoForCitizenResponse |
Contains information about all the eHealth certificates and encryption tokens that this person can view and manage. |
| GetCertificateRequest |
Request type used to obtain the eHealth authentication certificate by its identifier. |
| GetCertificateResponse |
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. |
| GetExistingApplicationIdsRequest |
Request for obtaining a list of all Application Id's that are currently being used by certificates issued to the organization identified in this request. |
| GetExistingApplicationIdsResponse |
The list of Application Id's of all currently active certificates associated with the organization specified in the request. |
| GetGenericOrganizationTypesRequest |
Request type used to obtain details about all the types of organizations to which eHealth certificates and encryption tokens can be issued. |
| GetGenericOrganizationTypesResponse |
The list of all organization types that are accepted by the web service. |
| ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the be.fgov.ehealth.certra.protocol.v2 package. |
| RevokeRequest |
Request for revoking an eHealth authentication certificate and its associated Encryption Token. |
| RevokeResponse |
The certificate and Encryption token are successfully revoked if this response contains no error message in the status of the response. |
| SubmitCSRForForeignerRequest |
Request containing the details of a Certificate Signing Request of a foreign person. |
| SubmitCSRForForeignerResponse |
This response contains a validation URL that the foreigner user must visit in order to validate their request, this validation must take place before the expiration date mentioned in the response. |