be.ehealth.businessconnector.chapterIV.domain
Class ChapterIVKmehrResponseWithTimeStampInfo
java.lang.Object
be.ehealth.businessconnector.chapterIV.domain.ChapterIVKmehrResponseWithTimeStampInfo
- All Implemented Interfaces:
- Serializable
public final class ChapterIVKmehrResponseWithTimeStampInfo
- extends Object
- implements Serializable
container object for all usefull info from the Chapter IV Response objects. the timeStampBytes and kmehrResponseBytes should be stored as
a byteArray by the client. they serve as proof of the chapterIV response Object not serialisable because timeStampResponse from Bouncy
Castle is not
- See Also:
- Serialized Form
ChapterIVKmehrResponseWithTimeStampInfo
@Deprecated
public ChapterIVKmehrResponseWithTimeStampInfo(Kmehrresponse kmehrresponse,
org.bouncycastle.tsp.TimeStampResponse timeStampResponse,
byte[] timeStampBytes,
byte[] kmehrResponseBytes)
- Deprecated.
- constructor with all parameters
- Parameters:
kmehrresponse
- the KmehrResponse jaxb objecttimeStampResponse
- the TimeStampResponse
objecttimeStampBytes
- the timeStamp as bytearray : should be stored as byte arraykmehrResponseBytes
- the kmehrresponse as bytearray : should be stored as byte array
ChapterIVKmehrResponseWithTimeStampInfo
public ChapterIVKmehrResponseWithTimeStampInfo(byte[] timeStampBytes,
byte[] kmehrResponseBytes)
- constructor with all parameters
- Parameters:
timeStampBytes
- the timeStamp as bytearray : should be stored as byte arraykmehrResponseBytes
- the kmehrresponse as bytearray : should be stored as byte array
getKmehrresponse
public Kmehrresponse getKmehrresponse()
- Returns:
- the kmehrresponse
getTimeStampResponse
public org.bouncycastle.tsp.TimeStampResponse getTimeStampResponse()
- Returns:
- the timeStampResponse
getTimeStampBytes
public byte[] getTimeStampBytes()
- Returns:
- the timeStampBytes
getKmehrResponseBytes
public byte[] getKmehrResponseBytes()
- Returns:
- the kmehrResponseBytes
Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.