Searched refs:encryptedKeys (Results 1 – 2 of 2) sorted by relevance
135 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_decryptsAnApplicationKey_nullMetadata() local139 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_decryptsAnApplicationKey_nullMetadata()152 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_decryptsAnApplicationKey_nonNullMetadata() local156 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_decryptsAnApplicationKey_nonNullMetadata()167 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_throwsIfUnableToDecrypt() local172 byte[] encryptedKey = encryptedKeys.get(alias); in decryptApplicationKey_throwsIfUnableToDecrypt()190 Map<String, byte[]> encryptedKeys = in decryptApplicationKey_throwsIfWrongMetadata() local203 encryptedKeys.get(alias1), NON_NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()210 encryptedKeys.get(alias2), NULL_METADATA); in decryptApplicationKey_throwsIfWrongMetadata()217 encryptedKeys.get(alias3), "different".getBytes(StandardCharsets.UTF_8)); in decryptApplicationKey_throwsIfWrongMetadata()
160 HashMap<String, byte[]> encryptedKeys = new HashMap<>(); in encryptKeysWithRecoveryKey() local181 encryptedKeys.put(alias, encryptedKey); in encryptKeysWithRecoveryKey()183 return encryptedKeys; in encryptKeysWithRecoveryKey()