Searched refs:encryptedApplicationKey (Results 1 – 2 of 2) sorted by relevance
278 public static byte[] decryptApplicationKey(byte[] recoveryKey, byte[] encryptedApplicationKey, in decryptApplicationKey() argument291 /*encryptedPayload=*/ encryptedApplicationKey); in decryptApplicationKey()
1014 encryptedApplicationKey(randomRecoveryKey(), randomBytes(32))) in recoverKeyChainSnapshot_throwsIfFailedToDecryptAllApplicationKeys()1065 encryptedApplicationKey(recoveryKey, applicationKeyBytes)) in recoverKeyChainSnapshot_returnsDecryptedKeys()1098 encryptedApplicationKey(randomRecoveryKey(), applicationKeyBytes1)) in recoverKeyChainSnapshot_worksOnOtherApplicationKeysIfOneDecryptionFails()1103 encryptedApplicationKey(recoveryKey, applicationKeyBytes2)) in recoverKeyChainSnapshot_worksOnOtherApplicationKeysIfOneDecryptionFails()1481 private static byte[] encryptedApplicationKey( in encryptedApplicationKey() method in RecoverableKeyStoreManagerTest