Searched refs:cryptoHelper (Results 1 – 2 of 2) sorted by relevance
3711 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local3712 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()3774 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local3775 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
3499 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local3500 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()