#include <SeSelector.h>
◆ aidToSelect() [1/2]
AidSelectorBuilder & keyple::core::seproxy::AidSelectorBuilder::aidToSelect |
( |
const std::string & |
aid | ) |
|
Sets the AID
- Parameters
-
aid | the AID as an hex string |
- Returns
- the builder instance
◆ aidToSelect() [2/2]
AidSelectorBuilder & keyple::core::seproxy::AidSelectorBuilder::aidToSelect |
( |
const std::vector< uint8_t > & |
aid | ) |
|
Sets the AID
- Parameters
-
aid | the AID as an array of bytes |
- Returns
- the builder instance
◆ build()
std::shared_ptr< AidSelector > keyple::core::seproxy::AidSelectorBuilder::build |
( |
| ) |
|
Build a new
.
- Returns
- a new instance
◆ fileControlInformation()
Sets the file control mode (see ISO7816-4)
- Parameters
-
- Returns
- the builder instance
◆ fileOccurrence()
Sets the file occurence mode (see ISO7816-4)
- Parameters
-
- Returns
- the builder instance
◆ AidSelector
friend keyple::core::seproxy::SeSelector::AidSelector::AidSelectorBuilder::AidSelector |
Friend declaration to allow access to private members to AisSelector
◆ mAidToSelect
std::vector<uint8_t> keyple::core::seproxy::SeSelector::AidSelector::AidSelectorBuilder::mAidToSelect |
/!\ C++ vs. Java: variable is private in JAva
◆ mFileControlInformation
FileControlInformation keyple::core::seproxy::SeSelector::AidSelector::AidSelectorBuilder::mFileControlInformation |
Initial value:/!\ C++ vs. Java: variable is private in JAva
◆ mFileOccurrence
/!\ C++ vs. Java: variable is private in JAva
The documentation for this class was generated from the following files: