Searched refs:cryptoHelper (Results 1 – 2 of 2) sorted by relevance
3571 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local3572 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()3634 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local3635 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
3252 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local3253 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()