Re: [9] review request 8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes

2016-03-07 Thread Vincent Ryan
Thanks Xuelei. > On 7 Mar 2016, at 14:14, Xuelei Fan wrote: > > On 3/7/2016 10:05 PM, Vincent Ryan wrote: >> Please review this fix to PKCS#12 PBE CipherSpi classes to return the cipher >> key size in bits. >> An effective key size of 112 bits is used for Triple DES. >> Thanks. >> >> Bug: http

Re: [9] review request 8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes

2016-03-07 Thread Xuelei Fan
On 3/7/2016 10:05 PM, Vincent Ryan wrote: > Please review this fix to PKCS#12 PBE CipherSpi classes to return the cipher > key size in bits. > An effective key size of 112 bits is used for Triple DES. > Thanks. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8151149 > Webrev: http://cr.openjdk.

[9] review request 8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes

2016-03-07 Thread Vincent Ryan
Please review this fix to PKCS#12 PBE CipherSpi classes to return the cipher key size in bits. An effective key size of 112 bits is used for Triple DES. Thanks. Bug: https://bugs.openjdk.java.net/browse/JDK-8151149 Webrev: http://cr.openjdk.java.net/~vinnie/8151149/webrev.00/