Home
last modified time | relevance | path

Searched refs:UKey2Key (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/EncryptionRunner/src/android/car/encryptionrunner/
DUkey2EncryptionRunner.java139 private static class UKey2Key implements Key { class in Ukey2EncryptionRunner
143 UKey2Key(@NonNull D2DConnectionContext connectionContext) { in UKey2Key() method in Ukey2EncryptionRunner.UKey2Key
170 .setKey(new UKey2Key(mUkey2client.toConnectionContext())) in verifyPin()
198 return new UKey2Key(D2DConnectionContext.fromSavedSession(serialized)); in keyOf()
206 private UKey2Key checkIsUkey2Key(Key key) { in checkIsUkey2Key()
207 if (!(key instanceof UKey2Key)) { in checkIsUkey2Key()
210 return (UKey2Key) key; in checkIsUkey2Key()
/packages/apps/Car/libs/EncryptionRunner/src/android/car/encryptionrunner/
DUkey2EncryptionRunner.java180 private static class UKey2Key implements Key { class in Ukey2EncryptionRunner
184 UKey2Key(@NonNull D2DConnectionContext connectionContext) { in UKey2Key() method in Ukey2EncryptionRunner.UKey2Key
215 mCurrentKey = new UKey2Key(mUkey2client.toConnectionContext()); in verifyPin()
350 return new UKey2Key(D2DConnectionContext.fromSavedSession(serialized)); in keyOf()
358 private UKey2Key checkIsUkey2Key(Key key) { in checkIsUkey2Key()
359 if (!(key instanceof UKey2Key)) { in checkIsUkey2Key()
362 return (UKey2Key) key; in checkIsUkey2Key()