Searched refs:CryptoHelper (Results 1 – 3 of 3) sorted by relevance
24 /* default */ class CryptoHelper { class35 private static CryptoHelper sInstance;40 /* default */ synchronized static CryptoHelper getInstance() throws NoSuchAlgorithmException { in getInstance()42 sInstance = new CryptoHelper(); in getInstance()47 private CryptoHelper() throws NoSuchAlgorithmException { in CryptoHelper() method in CryptoHelper
3477 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult()3540 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser()
3117 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper()