> security/utils/JavaUtils.java
> =
The updated code is a straightforward move from other classes in order
to remove the duplicated code. Looks fine but we might want to make a
few little enhancements within this fix.
162 public static byte[] convertASN1toXMLDSIG(byte
On 05/01/2014 10:12 AM, Xuelei Fan wrote:
security/utils/JavaUtils.java
=
The updated code is a straightforward move from other classes in order
to remove the duplicated code. Looks fine but we might want to make a
few little enhancements within this fix.
162 publi
My fault. I read the "l" (L) in the following line as "1" (one).
>> 225 byte asn1Bytes[] = new byte[6 + j + l];
Xuelei
On 5/2/2014 3:10 AM, Sean Mullan wrote:
>> 225 byte asn1Bytes[] = new byte[6 + j + l];
>> By the line, the length of the target byte array is known. I might
>> p