Searched refs:cryptoHelper (Results 1 – 2 of 2) sorted by relevance
3450 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local3451 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()3513 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local3514 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
3117 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local3118 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()