Searched refs:asBytes (Results 1 – 9 of 9) sorted by relevance
226 mStorage.saveEncryptionKey(mDeviceId, newKey.asBytes()); in processHandshakeResumingSession()317 mStorage.saveEncryptionKey(mDeviceId, localKey.asBytes()); in notifyOutOfBandAccepted()
30 @NonNull byte[] asBytes(); in asBytes() method
143 public byte[] asBytes() { in asBytes() method in DummyEncryptionRunner.DummyKey
148 public byte[] asBytes() { in asBytes() method in Ukey2EncryptionRunner.UKey2Key
32 byte[] asBytes(); in asBytes() method
180 public byte[] asBytes() { in asBytes() method in DummyEncryptionRunner.DummyKey
189 public byte[] asBytes() { in asBytes() method in Ukey2EncryptionRunner.UKey2Key
320 mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes()); in onUnlockDataReceived()452 mCurrentContext = D2DConnectionContext.fromSavedSession(mEncryptionKey.asBytes()); in showVerificationCode()
828 if (!mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes())) { in setEnrollmentHandshakeAccepted()