Searched refs:CryptoHelper (Results 1 – 3 of 3) sorted by relevance
25 /* default */ class CryptoHelper { class36 private static CryptoHelper sInstance;41 /* default */ synchronized static CryptoHelper getInstance() throws NoSuchAlgorithmException { in getInstance()43 sInstance = new CryptoHelper(); in getInstance()48 private CryptoHelper() throws NoSuchAlgorithmException { in CryptoHelper() method in CryptoHelper
3566 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in onResult()3629 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in finishSessionAsUser()
3252 CryptoHelper cryptoHelper = CryptoHelper.getInstance(); in encryptBundleWithCryptoHelper()