public class ReadCommandSafeExecutor
extends java.lang.Object
Read content of any Ef safe in regard to different MaxResponseLength of various CardReader <br/> Required parameters are: <li>healthCard</li> <li>numberOfOctet as bytesToRead</li> <li>maxResponseLength of cardReader</li>
Constructor and Description |
---|
ReadCommandSafeExecutor(de.gematik.ti.healthcardaccess.IHealthCard cardToRead,
int maxResponseLength) |
Modifier and Type | Method and Description |
---|---|
de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> |
readSafe(de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier dfAid,
de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier subDfAid,
de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under a SubDF like DF.NFD under DF.HCA
|
de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> |
readSafe(de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier dfAid,
de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under a DF
|
de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> |
readSafe(de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under MF
|
public ReadCommandSafeExecutor(de.gematik.ti.healthcardaccess.IHealthCard cardToRead, int maxResponseLength)
public de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> readSafe(de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier dfAid, de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under a DF
dfAid
- efFid
- public de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> readSafe(de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier dfAid, de.gematik.ti.healthcardaccess.cardobjects.ApplicationIdentifier subDfAid, de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under a SubDF like DF.NFD under DF.HCA
dfAid
- efFid
- public de.gematik.ti.healthcardaccess.operation.ResultOperation<byte[]> readSafe(de.gematik.ti.healthcardaccess.cardobjects.FileIdentifier efFid)
For reading an EF under MF
efFid
-