Searched refs:UKey2Key (Results 1 – 2 of 2) sorted by relevance
139 private static class UKey2Key implements Key { class in Ukey2EncryptionRunner143 UKey2Key(@NonNull D2DConnectionContext connectionContext) { in UKey2Key() method in Ukey2EncryptionRunner.UKey2Key170 .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()
180 private static class UKey2Key implements Key { class in Ukey2EncryptionRunner184 UKey2Key(@NonNull D2DConnectionContext connectionContext) { in UKey2Key() method in Ukey2EncryptionRunner.UKey2Key215 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()