Re: RFR 8252055: Use java.util.Hex encoder and decoder in java.security

2020-08-25 Thread Roger Riggs
Thanks for taking a look. Due to comments on the API itself, there are going to be some API changes mostly due to naming of classes and methods. I'll update the review when the API changes settle. Thanks, Roger On 8/25/20 4:28 PM, Xuelei Fan wrote: Looks good to me. Thanks, Xuelei On 8/20/20

Re: RFR 8252055: Use java.util.Hex encoder and decoder in java.security

2020-08-25 Thread Xuelei Fan
Looks good to me. Thanks, Xuelei On 8/20/2020 8:14 AM, Roger Riggs wrote: Please review using the java.util.Hex api in security related classes. (The review of the API is being done on the core-libs-...@openjdk.java.net). Within the JDK and JDK tests there are multiple implementations to en

RFR 8252055: Use java.util.Hex encoder and decoder in java.security

2020-08-20 Thread Roger Riggs
Please review using the java.util.Hex api in security related classes. (The review of the API is being done on the core-libs-...@openjdk.java.net). Within the JDK and JDK tests there are multiple implementations to encode and decode hexadecimal strings to byte arrays. Hex encoders and decoders