Searched refs:encryptedApplicationKey (Results 1 – 2 of 2) sorted by relevance
276 public static byte[] decryptApplicationKey(byte[] recoveryKey, byte[] encryptedApplicationKey, in decryptApplicationKey() argument289 /*encryptedPayload=*/ encryptedApplicationKey); in decryptApplicationKey()
970 encryptedApplicationKey(randomRecoveryKey(), randomBytes(32))) in recoverKeyChainSnapshot_throwsIfFailedToDecryptAllApplicationKeys()1021 encryptedApplicationKey(recoveryKey, applicationKeyBytes)) in recoverKeyChainSnapshot_returnsDecryptedKeys()1054 encryptedApplicationKey(randomRecoveryKey(), applicationKeyBytes1)) in recoverKeyChainSnapshot_worksOnOtherApplicationKeysIfOneDecryptionFails()1059 encryptedApplicationKey(recoveryKey, applicationKeyBytes2)) in recoverKeyChainSnapshot_worksOnOtherApplicationKeysIfOneDecryptionFails()1269 private static byte[] encryptedApplicationKey( in encryptedApplicationKey() method in RecoverableKeyStoreManagerTest