public class VsdReader
extends java.lang.Object
Functionalities to read Vsd on Card
@TODO implementation of VSDM-UC_01 (gemSysL_VSDM_2.0.0)
| Constructor and Description |
|---|
VsdReader(de.gematik.ti.healthcardaccess.HealthCard cardToRead) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readGvd()
The operation reads the GVD in the VSD information element of the file EF.GVD of the card
@TODO implementation of VSDM-A_2045 (gemSysL_VSDM_2.0.0)
|
byte[] |
readPd()
The operation reads the PD in the VSD information element of the file EF.PD of the card
@TODO implementation of VSDM-A_2044 (gemSysL_VSDM_2.0.0)
|
byte[] |
readStatusVsd()
The operation reads the StatusVD in the VSD information element of the file EF.StatusVD of the card
@TODO implementation of VSDM-A_2043 (gemSysL_VSDM_2.0.0)
|
byte[] |
readVd()
The operation reads the VD in the VSD information element of the file EF.VD of the card
@TODO implementation of VSDM-A_2044 (gemSysL_VSDM_2.0.0)
|
public byte[] readStatusVsd()
The operation reads the StatusVD in the VSD information element of the file EF.StatusVD of the card
@TODO implementation of VSDM-A_2043 (gemSysL_VSDM_2.0.0)
public byte[] readPd()
The operation reads the PD in the VSD information element of the file EF.PD of the card
@TODO implementation of VSDM-A_2044 (gemSysL_VSDM_2.0.0)
public byte[] readGvd()
The operation reads the GVD in the VSD information element of the file EF.GVD of the card
@TODO implementation of VSDM-A_2045 (gemSysL_VSDM_2.0.0)
public byte[] readVd()
The operation reads the VD in the VSD information element of the file EF.VD of the card
@TODO implementation of VSDM-A_2044 (gemSysL_VSDM_2.0.0)