Searched refs:getEncryptedKeyMaterial (Results 1 – 10 of 10) sorted by relevance
59 assertArrayEquals(KEY_MATERIAL, buildTestKey().getEncryptedKeyMaterial()); in build_setsEncryptedKeyMaterial()89 assertArrayEquals(KEY_MATERIAL, readFromParcel.getEncryptedKeyMaterial()); in writeToParcel_writesKeyMaterial()
103 assertArrayEquals(KEY_MATERIAL, wrappedApplicationKey.getEncryptedKeyMaterial()); in build_setsWrappedApplicationKeys()170 assertArrayEquals(KEY_MATERIAL, wrappedApplicationKey.getEncryptedKeyMaterial()); in writeToParcel_writesWrappedApplicationKeys()
146 assertThat(roundTripKeys().get(0).getEncryptedKeyMaterial()).isEqualTo(TEST_KEY_1_BYTES); in roundTripKeys_0_persistsKeyBytes()167 assertThat(roundTripKeys().get(1).getEncryptedKeyMaterial()).isEqualTo(TEST_KEY_2_BYTES); in roundTripKeys_1_persistsKeyBytes()188 assertThat(roundTripKeys().get(2).getEncryptedKeyMaterial()).isEqualTo(TEST_KEY_3_BYTES); in roundTripKeys_2_persistsKeyBytes()
137 public @NonNull byte[] getEncryptedKeyMaterial() { in getEncryptedKeyMaterial() method in WrappedApplicationKey
182 assertArrayEquals(b.getEncryptedKeyMaterial(), a.getEncryptedKeyMaterial()); in assertWrappedApplicationKeysAreEqual()
104 writePropertyTag(xmlSerializer, TAG_KEY_MATERIAL, applicationKey.getEncryptedKeyMaterial()); in writeApplicationKeyProperties()
874 byte[] encryptedKeyMaterial = applicationKey.getEncryptedKeyMaterial(); in recoverApplicationKeys()
556 recoveryKey, keyData.getEncryptedKeyMaterial(), TEST_APP_KEY_METADATA_NULL); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()
7030 method @NonNull public byte[] getEncryptedKeyMaterial();
6928 method @NonNull public byte[] getEncryptedKeyMaterial();