|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:49+01:00", comments="JAXB RI v2.2.11") public class CompleteETKRegistrationRequest
This request completes the ETK registration process. This is done by sending an X509 certificate that the client generated by signing with their own eHealth private authentication key. Additionally the X509 certificate must have the serial number that was decrypted from the challenge returned by the StartETKRegistration operation.
Java class for CompleteETKRegistrationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteETKRegistrationRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence minOccurs="0"> <element name="ToBeRegistered" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompleteETKRegistrationRequest()
|
Method Summary | |
---|---|
Signature |
getSignature()
An enveloped XML signature that signs the entire request element. |
byte[] |
getToBeRegistered()
Gets the value of the toBeRegistered property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
void |
setToBeRegistered(byte[] value)
Sets the value of the toBeRegistered property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
---|
getId, getIssueInstant, setId, setIssueInstant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompleteETKRegistrationRequest()
Method Detail |
---|
public byte[] getToBeRegistered()
public void setToBeRegistered(byte[] value)
value
- allowed object is
byte[]public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |