Searched refs:cryptoHelper (Results 1 – 2 of 2) sorted by relevance
3473 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult() local3474 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()3536 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser() local3537 decryptedBundle = cryptoHelper.decryptBundle(sessionBundle); in finishSessionAsUser()
3121 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper() local3122 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()