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