Searched refs:encryptedKeys (Results 1 – 2 of 2) sorted by relevance
127 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_decryptsAnApplicationKey_nullMetadata() local131 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_decryptsAnApplicationKey_nullMetadata()144 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_decryptsAnApplicationKey_nonNullMetadata() local148 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_decryptsAnApplicationKey_nonNullMetadata()159 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_throwsIfUnableToDecrypt() local164 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_throwsIfUnableToDecrypt()182 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_throwsIfWrongMetadata() local195 encryptedKeys.get(alias1), NON_NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()202 encryptedKeys.get(alias2), NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()209 encryptedKeys.get(alias3), "different".getBytes(StandardCharsets.UTF_8)); in decryptApplicationKey_throwsIfWrongMetadata()
162 HashMap<String, byte[]> encryptedKeys = new HashMap<>(); in encryptKeysWithRecoveryKey() local183 encryptedKeys.put(alias, encryptedKey); in encryptKeysWithRecoveryKey()185 return encryptedKeys; in encryptKeysWithRecoveryKey()