Searched defs:AppletConnection (Results 1 – 2 of 2) sorted by relevance
49 struct AppletConnection { struct95 std::mutex channel_mutex_; // exclusive access to isChannelopen()/close()97 std::shared_ptr<ISecureElement> mSecureElement;98 std::shared_ptr<SecureElementCallback> mSecureElementCallback;101 std::vector<uint8_t> kAppletAID;102 int8_t mOpenChannel = -1;103 SBAccessController& mSBAccessController;
85 AppletConnection::AppletConnection(const std::vector<uint8_t>& aid) in AppletConnection() function in keymint::javacard::AppletConnection