HomeSort by relevance Sort by last modified time
    Searched refs:PlatformEncryptionKey (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
PlatformEncryptionKey.java 33 public class PlatformEncryptionKey {
44 public PlatformEncryptionKey(int generationId, AndroidKeyStoreSecretKey key) {
RecoverableKeyGenerator.java 95 PlatformEncryptionKey platformKey, int userId, int uid, String alias)
137 @NonNull PlatformEncryptionKey platformKey, int userId, int uid, @NonNull String alias,
PlatformKeyManager.java 196 public PlatformEncryptionKey getEncryptKey(int userId) throws KeyStoreException,
224 private PlatformEncryptionKey getEncryptKeyInternal(int userId) throws KeyStoreException,
233 return new PlatformEncryptionKey(generationId, key);
WrappedKey.java 61 public static WrappedKey fromSecretKey(PlatformEncryptionKey wrappingKey, SecretKey key)
RecoverableKeyStoreManager.java 685 PlatformEncryptionKey encryptionKey;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
WrappedKeyTest.java 64 PlatformEncryptionKey wrappingKey = new PlatformEncryptionKey(
82 PlatformEncryptionKey wrappingKey = new PlatformEncryptionKey(
97 new PlatformEncryptionKey(GENERATION_ID, platformKey), appKey);
115 new PlatformEncryptionKey(GENERATION_ID, platformKey), appKey);
130 new PlatformEncryptionKey(GENERATION_ID, platformKey), generateKey());
RecoverableKeyGeneratorTest.java 63 private PlatformEncryptionKey mPlatformKey;
76 mPlatformKey = new PlatformEncryptionKey(TEST_GENERATION_ID, platformKey);
KeySyncTaskTest.java 109 private PlatformEncryptionKey mEncryptKey;
145 mEncryptKey = new PlatformEncryptionKey(TEST_GENERATION_ID, mWrappingKey);
    [all...]
RecoverableKeyStoreManagerTest.java 164 private PlatformEncryptionKey mPlatformEncryptionKey;
182 new PlatformEncryptionKey(TEST_GENERATION_ID, generateAndroidKeyStoreKey());
    [all...]

Completed in 170 milliseconds