Testing encrypt by service

This commit is contained in:
Dominik Schürmann
2013-09-06 13:48:27 +02:00
parent fabb0389fc
commit 3a66c1c25a
4 changed files with 83 additions and 30 deletions

View File

@@ -178,7 +178,7 @@ public class PassphraseCacheService extends Service {
}
masterKeyId = masterKey.getKeyID();
}
Log.d(TAG, "getCachedPassphraseImpl() for masterKeyId" + masterKeyId);
Log.d(TAG, "getCachedPassphraseImpl() for masterKeyId " + masterKeyId);
// get cached passphrase
String cachedPassphrase = mPassphraseCache.get(masterKeyId);