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

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.RequestType
      extended by be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
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 StartETKRegistrationRequest
extends RequestType
implements Serializable

Request for starting the creation of the eHealth Encryption Token.

Java class for StartETKRegistrationRequestType complex type.

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

 <complexType name="StartETKRegistrationRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
       <sequence>
         <element name="PublicEncryptionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StartETKRegistrationRequest()
           
 
Method Summary
 byte[] getPublicEncryptionKey()
          Gets the value of the publicEncryptionKey property.
 Signature getSignature()
          An enveloped XML signature that signs the entire request element.
 void setPublicEncryptionKey(byte[] value)
          Sets the value of the publicEncryptionKey property.
 void setSignature(Signature value)
          Sets the value of the signature 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

StartETKRegistrationRequest

public StartETKRegistrationRequest()
Method Detail

getPublicEncryptionKey

public byte[] getPublicEncryptionKey()
Gets the value of the publicEncryptionKey property.

Returns:
possible object is byte[]

setPublicEncryptionKey

public void setPublicEncryptionKey(byte[] value)
Sets the value of the publicEncryptionKey property.

Parameters:
value - allowed object is byte[]

getSignature

public Signature getSignature()
An enveloped XML signature that signs the entire request element. The signature must be created with a valid eHealth authentication certificate the user obtained in a previous step from the Cert RA web service.

Returns:
possible object is Signature

setSignature

public void setSignature(Signature value)
Sets the value of the signature property.

Parameters:
value - allowed object is Signature



Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.