cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
CryptnoxWallet Member List

This is the complete list of members for CryptnoxWallet, including all inherited members.

_loggerCryptnoxWalletprivate
_platformCryptnoxWalletprivate
_secureCryptnoxWalletprivate
begin()CryptnoxWallet
buildSignPayload(const CW_SignRequest &request, uint8_t *data, uint16_t &dataLength)CryptnoxWalletprivate
connect(CW_SecureSession &session)CryptnoxWallet
CryptnoxWallet(CW_NfcTransport &driver, CW_Logger &logger, CW_CryptoProvider &crypto, CW_Platform &platform)CryptnoxWallet
CryptnoxWallet(const CryptnoxWallet &)=deleteCryptnoxWallet
debugPrintSignature(const uint8_t *signature)CryptnoxWalletprivate
disconnect(CW_SecureSession &session)CryptnoxWallet
establishSecureChannel(CW_SecureSession &session)CryptnoxWallet
extractRawSignature(const uint8_t *derResponse, uint16_t derLength, CW_SignResult &result)CryptnoxWalletprivate
getCardInfo(CW_SecureSession &session, CW_CardInfo *info=NULL)CryptnoxWallet
isSecureChannelOpen(const CW_SecureSession &session) constCryptnoxWalletprivate
operator=(const CryptnoxWallet &)=deleteCryptnoxWallet
parseDerSignature(const uint8_t *der, uint8_t derLength, uint8_t *r, uint8_t &rLength, uint8_t *s, uint8_t &sLength)CryptnoxWalletstatic
printPN532FirmwareVersion()CryptnoxWalletprivate
sendSignApdu(CW_SignRequest &request, const uint8_t *data, uint16_t dataLength, uint8_t *derResponse, uint16_t &derLength, CW_SignResult &result)CryptnoxWalletprivate
sign(CW_SignRequest &request)CryptnoxWallet
validateSignRequest(const CW_SignRequest &request, CW_SignResult &result)CryptnoxWalletprivate
verifyPin(CW_SecureSession &session, const uint8_t *pin, uint8_t pinLength)CryptnoxWallet
writeUserData(CW_SecureSession &session, uint8_t slot, const uint8_t *data, uint16_t dataLength)CryptnoxWallet