Searched defs:WrappedKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKey.java41 public class WrappedKey { class
42 private static final String TAG = "WrappedKey";
61 public static WrappedKey fromSecretKey(PlatformEncryptionKey wrappingKey, SecretKey key)
96 return new WrappedKey(
113 public WrappedKey(byte[] nonce, byte[] keyMaterial, int platformKeyGenerationId) { method in class:WrappedKey
130 public WrappedKey(byte[] nonce, byte[] keyMaterial, int platformKeyGenerationId, method in class:WrappedKey
186 Map<String, WrappedKey> wrappedKeys)
194 WrappedKey wrappedKey = wrappedKeys.get(alias);
198 "WrappedKey with alias '%s' was wrapped with platform key %d, not "

Completed in 41 milliseconds