Searched refs:encryptBundle (Results 1 – 3 of 3) sorted by relevance
56 /* default */ Bundle encryptBundle(@NonNull Bundle bundle) throws GeneralSecurityException { in encryptBundle() method in CryptoHelper
3478 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult()
3118 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()