#include <DirectoryHeader.hpp>
Calypso DF metadata.
- Since
- 1.0.0
Definition at line 29 of file DirectoryHeader.hpp.
◆ getAccessConditions()
virtual const std::vector< uint8_t > & keypop::calypso::card::card::DirectoryHeader::getAccessConditions |
( |
| ) |
const |
|
pure virtual |
Gets a reference to access conditions.
- Returns
- A not empty byte array.
- Since
- 1.0.0
◆ getDfStatus()
virtual uint8_t keypop::calypso::card::card::DirectoryHeader::getDfStatus |
( |
| ) |
const |
|
pure virtual |
Gets the DF status.
- Returns
- The DF status byte.
- Since
- 1.0.0
◆ getKeyIndexes()
virtual const std::vector< uint8_t > & keypop::calypso::card::card::DirectoryHeader::getKeyIndexes |
( |
| ) |
const |
|
pure virtual |
Gets a reference to keys indexes.
- Returns
- A not empty byte array.
- Since
- 1.0.0
◆ getKif()
virtual uint8_t keypop::calypso::card::card::DirectoryHeader::getKif |
( |
const WriteAccessLevel |
writeAccessLevel | ) |
const |
|
pure virtual |
Gets the KIF associated to the provided write access level.
- Parameters
-
writeAccessLevel | The write access level (should be not null). |
- Returns
- The KIF value.
- Exceptions
-
IllegalArgumentException | if writeAccessLevel is null. |
- Since
- 1.0.0
◆ getKvc()
virtual uint8_t keypop::calypso::card::card::DirectoryHeader::getKvc |
( |
const WriteAccessLevel |
writeAccessLevel | ) |
const |
|
pure virtual |
Gets the KVC associated to the provided write access level.
- Parameters
-
writeAccessLevel | The write access level (should be not null). |
- Returns
- The KVC value.
- Exceptions
-
IllegalArgumentException | if writeAccessLevel is null. |
- Since
- 1.0.0
◆ getLid()
virtual uint16_t keypop::calypso::card::card::DirectoryHeader::getLid |
( |
| ) |
const |
|
pure virtual |
Gets the associated LID.
- Returns
- The LID.
- Since
- 1.0.0
The documentation for this class was generated from the following file: