Searched refs:PlatformDecryptionKey (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformDecryptionKey.java30 public class PlatformDecryptionKey { class
43 public PlatformDecryptionKey(int generationId, AndroidKeyStoreSecretKey key) { method in class:PlatformDecryptionKey
H A DPlatformKeyManager.java249 public PlatformDecryptionKey getDecryptKey(int userId) throws KeyStoreException,
274 private PlatformDecryptionKey getDecryptKeyInternal(int userId) throws KeyStoreException,
283 return new PlatformDecryptionKey(generationId, key);
H A DWrappedKey.java185 PlatformDecryptionKey platformKey,
H A DKeySyncTask.java412 PlatformDecryptionKey decryptKey = mPlatformKeyManager.getDecryptKey(mUserId);;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKeyTest.java102 new PlatformDecryptionKey(GENERATION_ID, platformKey), keysByAlias);
120 new PlatformDecryptionKey(GENERATION_ID, generateAndroidKeyStoreKey()),
136 new PlatformDecryptionKey(/*generationId=*/ 2, platformKey),
166 private PlatformDecryptionKey generatePlatformDecryptionKey() throws Exception {
170 private PlatformDecryptionKey generatePlatformDecryptionKey(int generationId) throws Exception {
171 return new PlatformDecryptionKey(generationId, generateAndroidKeyStoreKey());
H A DRecoverableKeyGeneratorTest.java64 private PlatformDecryptionKey mDecryptKey;
77 mDecryptKey = new PlatformDecryptionKey(TEST_GENERATION_ID, platformKey);
H A DKeySyncTaskTest.java147 new PlatformDecryptionKey(TEST_GENERATION_ID, mWrappingKey));

Completed in 285 milliseconds