Re: RFR[9] 8062731: Cipher object can be created without calling Cipher.getInstance

2017-01-25 Thread Valerie Peng
Fixed, thanks for the review! Valerie On 1/25/2017 5:15 PM, Bradford Wetmore wrote: Looks ok. One minor nit: 258: indention problem. Brad On 1/23/2017 12:28 PM, Valerie Peng wrote: Hi Brad, Would you have time to review this? I changed the code to base the trust decision on the immedia

Re: RFR[9] 8062731: Cipher object can be created without calling Cipher.getInstance

2017-01-25 Thread Bradford Wetmore
Looks ok. One minor nit: 258: indention problem. Brad On 1/23/2017 12:28 PM, Valerie Peng wrote: Hi Brad, Would you have time to review this? I changed the code to base the trust decision on the immediate caller of Cipher(CipherSpi, Provider, String). In addition, the specified Provider ob

RFR[9] 8062731: Cipher object can be created without calling Cipher.getInstance

2017-01-23 Thread Valerie Peng
Hi Brad, Would you have time to review this? I changed the code to base the trust decision on the immediate caller of Cipher(CipherSpi, Provider, String). In addition, the specified Provider object is only taken into account when it shares the same origin (codebase or module) with the caller.