be.fgov.ehealth.etkra.protocol.v2
Class StartETKRegistrationResponse

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
      extended by be.fgov.ehealth.commons.protocol.v2.StatusResponseType
          extended by be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationResponse
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-12-12T04:56:49+01:00",
           comments="JAXB RI v2.2.11")
public class StartETKRegistrationResponse
extends StatusResponseType
implements Serializable

The response contains a "challenge" that must be decrypted by the user. The web service has generated a random serial number and then encrypted it with the PublicEncryptionKey that was supplied by the user in the request. The user now needs to decrypt the challenge in order to prove their possession of the private key. The number that results from this decryption needs to be used as the serial number of the certificate of the encryption key.

Java class for StartETKRegistrationResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartETKRegistrationResponseType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
       <sequence minOccurs="0">
         <element name="Challenge" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StartETKRegistrationResponse()
           
 
Method Summary
 byte[] getChallenge()
          Gets the value of the challenge property.
 void setChallenge(byte[] value)
          Sets the value of the challenge property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartETKRegistrationResponse

public StartETKRegistrationResponse()
Method Detail

getChallenge

public byte[] getChallenge()
Gets the value of the challenge property.

Returns:
possible object is byte[]

setChallenge

public void setChallenge(byte[] value)
Sets the value of the challenge property.

Parameters:
value - allowed object is byte[]



Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.